How to run two flows flow1 and flow2 and they are...
# ask-community
p
How to run two flows flow1 and flow2 and they are scheduled like flow1 is scheduled at 3:00 and flow2 is scheduled at 3:30 Condition- now considering something like flow2 is dependent on flow1 but my issue arrived when due some unknown reason flow1 end running at 3.40 but flow2 is dependent on flow1 so I want if condition like this occurs sometimes the flow2 needs to be delayed 10 minutes or more but run after only and only when flow1 is complete it's run or come terminal state of finished. Please tell me how to do it?