Hi all, I wonder the `is_schedule_active` means st...
# prefect-community
i
Hi all, I wonder the
is_schedule_active
means status of flow (turn on or turn off) ? I got a some flow’s`is_schedule_active` bool value as true by using graphql, but on my prefect UI this flow is turned off state. Am i think wrong?
1️⃣ 1
m
I think in some cases it might be picking up old versions of the flow or it may be picking up flows that don't actually have a schedule, i.e. schedule is None and is_schedule_active is True