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.

../_images/script-example1-settings.png

A task using the script may look like this.

../_images/script-example1-task.png

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.

../_images/script-example2-settings.png

A task using the script may look like this.

../_images/script-example2-task.png

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.

../_images/script-example3-settings.png

A task using the script may look like this.

../_images/script-example3-task.png