class |
AppendVariableActivity |
Append value for a Variable of type Array.
|
class |
ExecutePipelineActivity |
Execute pipeline activity.
|
class |
FailActivity |
This activity will fail within its own scope and output a custom error message and error code.
|
class |
FilterActivity |
Filter and return results from input array based on the conditions.
|
class |
ForEachActivity |
This activity is used for iterating over a collection and execute given activities.
|
class |
IfConditionActivity |
This activity evaluates a boolean expression and executes either the activities under the ifTrueActivities property
or the ifFalseActivities property depending on the result of the expression.
|
class |
SetVariableActivity |
Set value for a Variable.
|
class |
SwitchActivity |
This activity evaluates an expression and executes activities under the cases property that correspond to the
expression evaluation expected in the equals property.
|
class |
UntilActivity |
This activity executes inner activities until the specified boolean expression results to true or timeout is reached,
whichever is earlier.
|
class |
ValidationActivity |
This activity verifies that an external resource exists.
|
class |
WaitActivity |
This activity suspends pipeline execution for the specified interval.
|
class |
WebhookActivity |
WebHook activity.
|