Prompting the user in Ansible Automation Platform

Hi community,
This is my usecase:
Im using Ansible Automation Platform and execute Workflow automation to “stitch” together multiple templates.
I would like to stop in between templates to prompt the user (“would you like to continue?” question).
Configuring “Prompt on launch” in the templates does not stop the flow, and will just fail it saying the argument was not provided.
Any advices here? Anyone had the same usecase?

Thank you

While not perfectly a 1:1 of what you’re trying to do, an approval node will probably get you pretty close to what you’re looking for.

2 Likes

This looks very good, thank you! Will try it out