Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/source/inquiries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ workflow, just like we saw previously with ActionChains:
it. So if you're curious which workflow a given Inquiry is part of, use the same ID with the
``st2 execution get`` command.

The example below shows a slightly extended version of the basic Orquesta workflow above. This one
uses a JSON schema to query and verify multiple parameters and shows how to refer to single values
for further processing.

.. literalinclude:: /../../st2/contrib/examples/actions/workflows/orquesta-ask-multiple-parameters.yaml
:language: yaml

Notifying Users of Inquiries using Rules
----------------------------------------
Expand Down