inquiry core.ask - stop workflow on boolean False response #5542
-
Hi all, i couldn't find information on this, so trying to clarify here. I'm trying to implement an inquiry to reach out for help if intel is missing during a workflow. I tested the core.ask function with the "examples.orquesta-ask-basic".
I was expecting that responding True leads to success and False to fail. Is there any way to check the actual value of the response in the "when" condition? (like "when: properties.approved = False") Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes it's possible to inspect the response and decide how the workflow should proceed. See the official https://docs.stackstorm.com/inquiries.html which has an example workflow with the description |
Beta Was this translation helpful? Give feedback.
Yes it's possible to inspect the response and decide how the workflow should proceed. See the official https://docs.stackstorm.com/inquiries.html which has an example workflow with the description
A basic workflow that demonstrates inquiry with multiple parameters.
.