diff --git a/docs/modules/ROOT/assets/images/logic-node-wait-for-action.png b/docs/modules/ROOT/assets/images/logic-node-wait-for-action.png new file mode 100644 index 00000000..1f9634d8 Binary files /dev/null and b/docs/modules/ROOT/assets/images/logic-node-wait-for-action.png differ diff --git a/docs/modules/ROOT/assets/images/logic-nodes.png b/docs/modules/ROOT/assets/images/logic-nodes.png index e9666e6e..4520954b 100644 Binary files a/docs/modules/ROOT/assets/images/logic-nodes.png and b/docs/modules/ROOT/assets/images/logic-nodes.png differ diff --git a/docs/modules/ROOT/pages/nodes.adoc b/docs/modules/ROOT/pages/nodes.adoc index efd2f0d2..8a67f9ae 100644 --- a/docs/modules/ROOT/pages/nodes.adoc +++ b/docs/modules/ROOT/pages/nodes.adoc @@ -277,6 +277,31 @@ This node can wait from a minimum of `0` seconds to a maximum of `60` seconds. |=== +=== Wait For Action + +The **wait for action** node allows the executing orchestration to yield until the specified input action has been pressed. + +.Wait for action node +image::logic-node-wait-for-action.png[Wait for action node] + +.Input slots +|=== +|Input |Description + +|(Unlabeled) +|The sequence input slot responsible for executing the node's wait for action. + +|=== + +.Output slots +|=== +|Output |Description + +|(Unlabeled) +|The output path taken after the wait for the action press has finished. + +|=== + [id="terminal"] == Terminal nodes