Skip to content

Does workflow support pause and resume? #790

Answered by bgentry
cayter asked this question in Q&A
Discussion options

You must be logged in to vote

@cayter hey there, thanks for the question. The current workflow engine can mostly do what you're asking. As of now, any task in the workflow automatically gets moved from pending to either available or scheduled (depending on if it was originally scheduled at a later date) whenever all of its dependencies are completed and no longer blocking it.

There's no way to explicitly "pause" a workflow as in step 4, or to "resume" one in response to external events. I think you could probably achieve what you need even without that, though. Essentially you'd have an "await approval" task in the workflow which would get run like any other workflow step when all of its dependencies were unblocked. E…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cayter
Comment options

Answer selected by cayter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants