Hi team, What is the suggestions/do’s & don’t...
# ask-the-community
v
Hi team, What is the suggestions/do’s & don’t for sharing flyte tasks across multiple workflows? WorkflowA has a taskA, registered with SHA1 WorkflowB uses taskA and has the same SHA1, when we register both workflows, get the error that task_id already exists with SHA1. How can we get around this issue?
s
How about you use
reference_task
to reference your WorkflowA's taskA in WorkflowB?
153 Views