Skip to main content
Version: v5.0

Default script target

Sends data to a Javascript Execution Engine. Pass an object with the parameters you require from the following table:

Code example


{
"_orchcomp": "default_script_target",
"_name": "Target for Javascript Execution Engine",
"_sequenceno": 2,
},


default_script_target schema

ParameterTypeDescriptionRequired
_orchcompStringEnter “default_script_target”.Required
_nameStringEnter a descriptive name for what the component does in the orchestrator.Optional
_sequencenoNumberEnter a number that defines the task’s order in the sequence of tasks to execute.Required
_actualparamsObjectPass an object that contains parameters you want to add as key-value pairs, such as “userType”: “<your-user-type>”. This target has no formal parameters.Optional