Describes how to use the script step
Description
Performs the execution of custom code.
Category
System
Inputs
Label | Type | Required | Default | Visibility | Description |
---|---|---|---|---|---|
Code |
|
yes |
Always |
Custom code to be executed. |
Outputs
Name | Type | Description |
---|---|---|
result |
|
The final result to be returned by the execution of the script. |
Sample

The flow starts, the set script step executes custom code and then the execution finishes with the end step.In case of an error while executing the custom code, the error will be logged and the execution will finish.