Skip to main content
Version: v5.0

SCZ relations target

Sends data to an SCZ relations target. Pass an object with the parameters you require from the following table:

Code example

  {    "_orchcomp": "scz_relations_target",     "_name": "",     "_sequenceno": 2,   }, 

scz_relations_target schema

ParameterTypeDescriptionRequired
“_orchcomp”StringEnter “scz_relations_target”.Required
"_name"StringEnter a descriptive name for what the component does in the orchestrator.Optional
"_sequenceno"NumberEnter a number that defines the task’s order in the sequence of tasks to execute.Required
_actualparamsObjectPass an object that contains formal parameters or alternative parameters you want to add as key-value pairs, such as “userType”: “<your-user-type>”.Optional