jcozar
12/02/2021, 1:01 PMAnna Geller
Kevin Kho
jcozar
12/02/2021, 4:26 PMKevin Kho
jcozar
12/02/2021, 4:32 PMjcozar
12/02/2021, 5:01 PMKevin Kho
jcozar
12/02/2021, 5:04 PMKevin Kho
Kevin Kho
jcozar
12/02/2021, 5:05 PMKevin Kho
jcozar
12/02/2021, 5:08 PMparameter_defaults
that subtract 1 day, and other just for mondays that subtract 2 days again using the parameter_defaults
. (that was the solution we thought that it was better!)
I don’t know if you have faced this feature before (delay of a flow run for X days, but need to be executed as if it were the original date), and if the previously described solution is the best approach nowadays.
Again thank you very much!Kevin Kho
scheduled_start_time
, and you can also pass parameters
to identify the date that ran. This allows you to separate notification versus execution.
2. Have a main flow that kicks off subflows for the weekend run. You can provide a new_flow_context
to StartFlowRun
. So maybe you can edit the context even with a different scheduled_start_time
.
I think one might be the best betjcozar
12/02/2021, 6:07 PM