This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Is there a way to start workflow request in a "suspended" mode/status? #2527
Unanswered
rickyschechter
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@rickyschechter How about using a wait task, and completing this wait task whenever the workflow is ready to progress. For example: https://netflix.github.io/conductor/labs/eventhandlers/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kishorebanala thank you for you reply and suggestion.
Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am registering the workflow with a "dynamic" definition. I will like it to be registered, stored and almost ready to be processed, but before it starts, will like to send a second request with the returned workflowId to be "/resume"d whenever I am ready.
Beta Was this translation helpful? Give feedback.
All reactions