Variables

Variables enable the reuse of the same workflow template across different scenarios. Workflow templates adapt their behavior based on the variables defined in each service task.

The set of variables of a workflow template includes all variables defined across its service tasks.

Variables are identified by a name, a type, and a value. They can be initialized either at the start of the workflow or during its execution. Once defined, they retain their information for the entire duration of the workflow instance.

Last updated