Skip to content

Run Script

Run a script using various shells.

You can specify the script, its arguments, environment variables, and how the output should be handled.

Inputs#

Port Description
Shell
Script
The script to run.
Args
Arguments to pass to the script.
Stdin
Stream to pass to the scripts stdin.
Print
Option to capture the print to the stdout, to the output of the node or both.
Environment Vars
Environment variables to pass to the script.

Outputs#

Port Description
Success
Error
Output
Exit Code

Addendum#

The Python shell is dynamically determined by checking the availability of python3, if not found, python is used.

ID: run@v1