hey everyone, we're attempting to deploy prefect f...
# prefect-cloud
k
hey everyone, we're attempting to deploy prefect flows from multiple repos to the same workspace - does anyone know if it's possible for flows deployed from one workspace to reference / trigger runs in flows deployed elsewhere? normally we'd just import the flow and run it from the first one, but the code is separated in this case. can flows / deployments be referenced in other ways?
k
if they're separate deployments but you want one to trigger the other, you can use run_deployment
k
nice, that should work - thanks
🙌 1