GitHub user Yicong-Huang edited a comment on the discussion: Proposal: Workflow Templates — save a workflow as a reusable, parameterized template
Hmm, I feel this is similar to macro idea. Suppose I have A->B ->C workflow (each as an operator). - I can select B -> C to create a template, I will get a configurable template. I can reuse this template with the rest of the workflow. - If I instead select B-> C and create a macro, I will get a Marco op with its own configurable properties, which are mapped to the underneath operators. I can also reuse this Marco operator with the rest of the dag. The only difference is template is represented as a subDAG, and macro is represented as a high-level operator with the subDAG details hidden. I feel we could unify them (e.g., give user an option to expand a macro to see the subDAG, or collapse a subDAG (template) into a Marco. GitHub link: https://github.com/apache/texera/discussions/6070#discussioncomment-17553773 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
