Skip to content

Commit

Permalink
Document wait-for-input-action (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Sep 17, 2023
1 parent 0ee6ec3 commit 0cb4a85
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modules/ROOT/assets/images/logic-nodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions docs/modules/ROOT/pages/nodes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0cb4a85

Please sign in to comment.