Dotan Asselmann
07/25/2021, 11:30 AMKevin Kho
StartFlowRun
inside the state handler and call the run method explicitly like StartFlowRun(…).run()
.
Then you can pass the scheduled_start_time to schedule it. I don’t know if this is your intention but you might run into an infinite loop here.Dotan Asselmann
07/26/2021, 11:40 AM