Controls Overview
The decision points that determine how the workflow will proceed. Examples of controls are conditions such as if/else decisions for Common.
Clean Memory
Clears a variable's value from its allocated memory cell for Common Controls.
Display Multi Value
Use Display Multi Value to show multiple constant or variable values in the workflow audit trail.
Display Value
Displays a constant or a variable's value (table or simple text) in the audit trail for Common Controls.
Exit While
Use only when you want to immediately exit the loop. This activity can only be used inside a While loop for Common Controls.
For Each
The ForEach control lets you repeat an activity or set of activities for each row in a table. When given a table of data, it automatically loops.
Goto
Redirects to another activity in the workflow (according to its name) and executes it. This activity is commonly used in cases of any failure (e.g.
If-Else
Executes one activity branch or another, according to a different activity's value or a system variable's value (e.g., Executes \"Make Call\" activity.
Lock Executor
Locks an executor to be exclusively used by the activities of the running workflow in case multiple executor components are set up on the same.
Memory Set
Allocates a memory cell for a variable's numeric/textual value storage for Common Controls.
Multi Memory Set
Allocates a value to one or more Workflow/Global variables for Common Controls.
Parallel
Executes two parallel activity branches or more. This activity is usually used when running two parallel workflows for Common Controls.
Run Workflow
Runs a child workflow within the current one. When running a few concurrent workflows, you can use a variable's value retrieved by a parallel.
Stop Workflow
Terminates all instances of a specified workflow for Common Controls.
Terminate Workflow
Terminates the entire current workflow (all running branches) for Common Controls.
Terminate
Terminates the current branch in the current workflow.
Unlock Executor
Unlocks a locked executor (follows a Unlock Executor Control) for Common Controls.
While
Runs an activity or a group of activities for a predefined number of iterations for Common Controls.
Workflow Counter
Returns the number of currently active instances of the selected Workflow for Common Controls.