How to give CRON in create flow run

How to create flow run with CRON job to a registered flow run id ? The registered flow is not registered with any flow, I want to make it dynamic so that at the time of create flow run I want to pass the CRON schedule.

1 Like

Hi @gaurav_amoga , CRON string can be provided on the schedule attribute of the Flow rather than on create_flow_run mutation. But if you mean it for the create_flow_run task, there is an argument called scheduled_start_time that you may use - it’s not CRON but for an interval you can use datetime.timedelta: