Hi team, What is the suggestions/do’s & don’t...
# flyte-support
s
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?
t
How about you use
reference_task
to reference your WorkflowA's taskA in WorkflowB?
🙏 1
153 Views