flyteorg / flyte

Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.
https://flyte.org
Apache License 2.0
5.47k stars 584 forks source link

[flytekit-java] Support dynamic workflows #1003

Open kanterov opened 3 years ago

kanterov commented 3 years ago

Why would this plugin be helpful to the Flyte community Dynamic workflows allow to access input values during graph construction. In flytepropeller, they are implemented as tasks that produce workflow graphs, however, from the user perspective they are workflows.

Presumably, the interface can look like this:

public abstract class SdkDynamicWorkflow<InputT> {
  public abstract void expand(SdkWorkflowBuilder builder, InputT input);
}
github-actions[bot] commented 1 year ago

Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏

github-actions[bot] commented 1 year ago

Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏

github-actions[bot] commented 2 months ago

Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. Thank you for your contribution and understanding! 🙏