RunAction

FlowActions. RunAction

An action 'run' that runs another action, and continuing no matter the outcome of the other action.

Constructor

new RunAction()

Source:
Examples
{
    "run": {
        "action": "myActionName"
    }
}
//Shorthand example
{
    "run": "myActionName"
}