Hi folks! I have a question regarding flyte schedu...
# flyte-support
c
Hi folks! I have a question regarding flyte scheduling: is it possible to have dynamic schedule for a workflow, where the cron expression is provided by an external service on a weekly basis? this could be an extension similar to airflow custom timetable, where scheduler can make a rpc call at the time of workflow execution. Thanks!
f
Yes this is possible
You can use the create launchplan api and simply deactivate old and activate new
👍 1
It doesn’t need to be a timetable - just invoke the api
c
thank you! I will try that out