dynamic.exec action
This trigger action invokes a sub trigger.
Action
The dynamic.exec action is found under the Trigger heading.
Canvas
When dragged onto the canvas, the appearance of the action is a rectangle with two routing points.
The left routing point (red) is the failure route. This route will be taken if there is an error during execution.
The right routing point (green) is the success route. This route will be taken if action executes successfully.
Parameters
Name |
Type |
Required |
Descriptions |
---|---|---|---|
Key |
String |
Yes |
The key of the dynamic.exec. |
Timeout |
String |
The amount of time to wait for the dynamic.exec to execute the sub-trigger. |
|
Input |
String or JSON |
|
The input can either be a string or a JSON object. If invoked with a string, then $(event.input) will be a simple string value, if JSON is passed to the input, then it will be an object. If an object, then JSON like {"value":10} will be accessed as $(event.input.value). |