Examples¶
Passthrough¶
The following script is configured to accept any input tags and output tags are the same as the input tags. Values are simply passed through without modification.
A task using the script may look like this.
Calculate Sum¶
The following script is configured to accept any input tags and has a single output tag called “Sum”. The script calculates the sum of all inputs.
A task using the script may look like this.
Swap Values¶
The following script is configured to accept two input tags, “a” and “b”, and two outputs tags “a” and “b”. The script swaps the values.
A task using the script may look like this.