-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to dynamically add jobs to a running workflow? #87
Comments
Unfortunately, it currently isn't possible to dynamically add jobs to a running workflow. It's something I'm still working on solving. |
Understood! 🥲 |
Not really, unfortunately. The good news is that I think I just came up with the solution to this problem. I have a working prototype locally that let's you dynamically add jobs to a running workflow. I might be able to finish this up this weekend or next week 👍 |
OK got it, thank you for the quick answers! |
@ksassnowski Thanks for your awesome project. Just curious if you made any progress on this enhancement. |
Ping! I am once again facing the situation where it would be much more convenient to do this. Does anyone knows? |
Hello, I am trying to figure out how to program the following workflow:
The problem is that when defining step 2, I cannot know at definition time what is the data to process, and how many rows there are, therefore how many jobs I need to spawn to process everything in batches.
I can handle step 2 with a job that spawns/dispatches child jobs at runtime, but I do not know how to bind them properly to the existing and already running workflow.
Is it currently possible to achieve with Venture? If so, could someone give me a hint please?
The text was updated successfully, but these errors were encountered: