Skip to main content
Version: v5.1

Script execution

Overview

The Script Execution task allows you to run custom logic directly within your workflow by sending a script to the script execution engine. This task is useful for lightweight computations, data transformations, or conditional logic.

{
"_name": "script_execution",
"_type":"SCRIPT_EXECUTION",
"_sequenceno": 1,
"_inputParams": {
"_userType": "workflow_userType",
"_scriptName": "iaffetch"
}
}

Parameters

ParameterTypeRequiredDescription
_nameStringNoGive the task a custom name.
_typeStringYesEnter "SCRIPT_EXECUTION".
_sequencenoNumberNoEnter a number to order the task in the sequence of tasks.
_inputParamsObjectYesAn object that describes the task's parameters
_userTypeStringYesThe script's userType
_scriptNameStringYesThe script's name