Command runner

[scripting/actions/Command runner]


Runs an OS command.


Keywords: action, one-time, no-code, execute

Input ports

  • state: any

    Receives script state.

  • params:

    {
      "cwd": (string or number)[],
      "result-path": string,
      "message": string,
      "command": string
    }

Output ports

  • state: any

    Sends updated script state.

Last updated