-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add sub-workflow support #7
Comments
I'm looking for similar functionality and just stumbled upon the fact that this is not possible currently. |
@proycon Thanks for letting us know! We should look at this soonish ... should not need too big a change. |
Thanks, looking forward to it! |
My solution to this (and #18) was to create a new SubWorkflowTask class that caches its workflow definition on initialization and so lets you specify your own out ports in case you want them available to other workflows:
Curious to hear what you think of this @samuell, not sure what issues I may be ignoring. |
Allow chaining WorkflowTask tasks together. Might not be fully possible yet.
The text was updated successfully, but these errors were encountered: