Command Action Definition

Command flow action is part of the flow which executes locally.

Command doesn’t have configuration like an endpoint does. Definition can have data and the same should be placed into children nodes.

Wait {
    Delay (duration)"1s"
}

If command takes only a single argument, it can be given directly thus resulting in a single-line definition.

Wait 0.5s

For more details, you can check details for each supported command plugin: