Primitives
Primitives are core activities that assists in workflow development and operations. They are:
- Random Number Create - Creates a random number for use later.
- Fault - Sets a fault in the workflow.
- Set Context Id - Sets the Context Id for this running workflow.
- Set Name - Sets the name of this current workflow
- Set Transient Variable - Sets a Transient Variable that is not persisted once the workflow instance has compelted.
- Set Variable - Sets a variable for use in the Workflow.