Summary
The user is inquiring about how to implement a dynamic schedule for a workflow in Flyte, using a weekly cron expression from an external service. They are looking for a solution similar to Airflow's custom timetable, which allows the scheduler to make an RPC call during execution. The response indicates that this can be achieved by using the create launchplan API to deactivate the old schedule and activate the new one. The user expresses gratitude and plans to try the suggested solution.