Suspend workflow for long time period waiting for manual user input? #5754
-
For example suppose I need a particular users Approval before I can continue. My step is running and I update the database with an entry containing the workflowid and other metadata. This pending approval now shows up on a website for a particular user, they review it and click a button. The database is updated to reflect this action. At that point I would like to resume the workflow. It would pull from the db and see that the approval was acquired and continue on with its work. At a high level I'd like to know the following:
I would love to hear if argo has these capabilities, or if there are alternate ways to accomplish the desired results. Any help would be much appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, check out how you can suspend a workflow here: https://github.com/argoproj/argo-workflows/tree/master/examples#suspending |
Beta Was this translation helpful? Give feedback.
Yes, check out how you can suspend a workflow here: https://github.com/argoproj/argo-workflows/tree/master/examples#suspending