Try OpenEdge Now
skip to main content
Application Developer's Guide
Using the Rule Wizard framework : Standard macro types : Macro type: workstep
 

Macro type: workstep

Allows the user to choose a workstep from a list or receive the selected workstep from arguments. If the macro receives the process template data from BPM Designer, then the macro is not displayed on the GUI.
Name
Value
defaultProperty
The workstep name.
stringValue
The workstep name.
workstepName
The workstep name.
escapedWorkstepName
The workstep name modified in order to avoid using spaces and $ signs. The escape character is _.
processTemplateName
The process template name.

Arguments

The processIndex attribute of the <argument> tag contains the index of the ProcessArgs object in the arguments array. The workstepIndex attribute of the <argument> tag contains the index of the workstep in the selectedWorksteps array.