Engine Activities
- Last UpdatedJun 26, 2024
- 2 minute read
The following are the types of Engine activities:
-
BlockingOutput Activity: The BlockingOutput activity facilitates synchronous execution of workflow activities with an active form.
-
Database Activity: The Database activity enables execution of queries, stored procedures, and functions from the workflow.
-
Decision Activity: The Decision activity can be used to insert a decision in the workflow.
-
ForEach-Loop Activity: The ForEach-Loop activity is used to loop an activity through a collection within an XMLIterator Variable.
-
For-Loop Activity: The For-Loop activity can be used to start a loop within a workflow.
-
Logger Activity: The Logger activity logs messages like information, warnings, and errors.
-
Next Loop Activity: The Next Loop activity can be used as the terminal activity in a loop initiated using a For-Loop Activity.
-
Rule Activity: The Rule activity allows complex rules or expressions to be built into the workflow.
-
Set Workflow Output Variable: The Set Workflow output variable activity can be used to set the output of the parent workflow from the child workflow.
-
Synchronize Activity: The Synchronize Activity synchronizes the execution of different activities.
-
Update Parent Variables Activity: The Update Parent variables activity is used to update a parent workflow variable from a child workflow, provided both child and parent workflow belong to the same repository.
-
Update Variable Activity: The Update Variable activity can be used to update the value of Variables and XmlVariable that can be used in the subsequent activities.
-
Workflow Activity: The Workflow activity enables the execution of a child workflow from a parent workflow.
-
XML Navigator: The XML Navigator activity is used to either locate or navigate to a specific record in a collection within an XMLIterator Variable.