Replies: 1 comment 2 replies
-
Yes, I fully agree, but... The workflow orchestration should not live in the RP agent scheduler, but should get it's own component. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The RP task manager in EnTK does two operations. The first is to manage the workflow and get state updates from RP, while the second is to operate on the workflow and submit tasks to RP. RP creates a tagging feature that allows to specify, not only placement decisions, but also dependencies between tasks.
I propose to fully utilize the tags RP will offer. Based on those tags, EnTK can submit the whole workflow in one submission to RP and just receive state updates.
This will in effect separate the management and the execution of the workflow.
Opinions?
Beta Was this translation helpful? Give feedback.
All reactions