Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
a
Aphra Bloomfield
11/16/2022, 12:50 AM
I’m also wondering if it’s possible to share tasks between workflows. For, if I have a
github.fetch_repos
task, can i employ it in
snyk.scan_repos
?
k
Ketan (kumare3)
11/16/2022, 4:22 AM
You can share
Absolutely- that is core to Flyte
2 ways if in same repo just reuse, but if in separate repos or want to manage separately- refer to
https://docs.flyte.org/projects/cookbook/en/stable/auto/core/flyte_basics/reference_task.html
Post