Hello! Hopefully a simple question: I am trying to...
# ask-community
a
Hello! Hopefully a simple question: I am trying to create a flow with two schedules (let's say A and B). Is there any way to specify an additional flow label for each schedule (e.g., 'a' for A schedule and 'b' for schedule B)? What I ultimately would like to achieve is to enable the same flow to be run on different agents at different times - maybe there is a better way? P.s. I'm using Prefect 1.0
k
You can use clocks and clocks take labels along with parameters
a
Ah, great! Thank you! Checked the docs, but it wasn't obvious that labels can be changed there - should have checked the source 🙂