Workflow Panels are available in AIMMS version 4.68 as an Experimental Feature. Please reach out to User Support on how to enable Experimental Features.
You can use element and string parameters to reduce errors while configuring the steps for Workflows. For example, this helps you avoid entering a wrong pageId
, or adding a Side Panel pageId
or Dialog pageId
.
The procedure can be summarized as follows:
- Create the element parameter to select the
pageId
andredirectpageId
. - Create the string parameter to enter values for rest of the properties.
- Create a string parameter that uses the above element and string parameter in combination to complete the data for the steps of the Workflows.
Below we will discuss these steps in more detail.