https://prefect.io logo
a

Arun Giridharan

03/16/2022, 3:48 PM
Hi, I have a flows.json that contains the metadata for a flow. I want to register this flow inside of another prefect flow. Is that possible?
k

Kevin Kho

03/16/2022, 3:50 PM
The register CLI can take in a json file so maybe use the ShellTask with that?
3 Views