Run
Class RunAction
class RunAction(Action)
An action to run a command on the command-line. Often times this will be the last step in a pipeline to kick off some external tool after all pre-processing steps are completed.
This action is registered as an action plugin under the name run
.
args
A list of the arguments to run. Only a single command can be run using this action.