https://prefect.io logo
i

Ikkyu Choi

11/08/2022, 8:13 AM
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

Mason Menges

11/09/2022, 5:23 PM
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
5 Views