Describes how to use the script step

Description

Performs the execution of custom code.

Category

System

Inputs

Label Type Required Default Visibility Description

Code

script

yes

Always

Custom code to be executed.

Outputs

Name Type Description

result

object

The final result to be returned by the execution of the script.

Sample

Script image

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.

Back to top