Hello, I wanted know if there a way to pause the flow schedule and delete flow. I tried looking into docs but couldn't find anything(may be I missed something). I can delete the flow and stop the schedule using UI, but I need something by which I do it from code itself.
Chhaya Vankhede
08/17/2021, 9:48 AM
I'm creating the and starting flow like this
Copy code
with Flow("start flow"), schedule=schedule) as f:
start_task()
flow_id = f.register(project_name="project")
client.create_flow_run(flow_id=flow_id)
now I'm looking for something like below to pause schedule
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.