Is there a way in Ansible tower to pause the workflow template execution and wait for the user to provide some kind of input like "approved" or "reject" after completion of a job template and then proceed with the next job template?
I am trying to build a workflow which will have 5 job templates but I want the execution to pause and wait for user input once the second job template execution is successful. Once the user input approved or reject then it should proceed with the third job template execution.
Please let me know if anyone has implemented any such workflow.
Thanks in advance.