Run Shell Command

This handler (com.rierino.handler.ShellEventHandler) provides ability to execute shell commands.

Handler Parameters

Parameter
Definition
Example
Default

processState

Name of the state manager to record shell process results

process

-

Actions

CallShell

Executes given shell command. Event metadata parameters applicable for this action are as follows:

Parameter
Definition
Example
Default

Command

Main command to execute

ls

-

Track

Whether status updates should be recorded in process state or not

true

false

Parameters

Arguments to add

-

-

Last updated