calm-energy-78015
02/17/2023, 3:14 PMstraight-shampoo-11124
02/17/2023, 4:56 PM@schedule and tags are assigned at the same time when the workflow is deployed on Argo.
You can have a wrapper script of your own that changes the @schedule on the fly. Here's an example how to customize the schedule.straight-shampoo-11124
02/17/2023, 4:57 PMstraight-shampoo-11124
02/17/2023, 4:58 PMTAG and then have a shell script that does python myflow.py argo-workflows create --tag $TAG and a custom @myschedule like above that defines the schedule based on the value of TAGcalm-energy-78015
02/17/2023, 5:03 PM