https://flyte.org logo
#ask-the-community
Title
# ask-the-community
v

varsha Parthasarathy

03/27/2023, 8:09 PM
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

Samhita Alla

03/28/2023, 10:00 AM
How about you use
reference_task
to reference your WorkflowA's taskA in WorkflowB?