Hi! Is there any way you can set an ID or name to ...
# ask-community
b
Hi! Is there any way you can set an ID or name to a schedule?
k
Hey @Barbara Abi Khoriati, just making sure you meant on a schedule? I don’t think so because the schedule is just a property of a flow and it doesn’t have an ID or name in the schema. Could you tell me more about what you are trying to do?
b
I want to create multiple schedules for a flow, with different parameters. Isn't there a way to name them, at least to be shown in the UI? Otherwise, it would be hard for me to be sure which attends to x parameters.
sorry for the late response, btw
k
No worries, I think the easiest thing to do is to use the
RenameFlowRun
task and use the Parameters to construct a new flow name for easy visibility in the UI
Orion (Prefect 2.0) will have tags for schedules though I think
b
Thanks! I'll look more into that.
k
Rename flow run task