I have a flow that is showing up as scheduled but ...
# prefect-ui
a
I have a flow that is showing up as scheduled but does not appear in the list of flows for the project. How can I resolve this?
n
Hi @Andrew Hannigan - can you provide some screenshots of what you mean here?
a
Scheduled flow called “Recurring - FreedomQA”
List of flows. “Recurring - FreedomQA” would show up at the top of this list due to lexicograhic sort.
n
Hm, that's odd. There isn't another page to that flows table?
a
Also this link returned by my flow.register() call returns a 404 error https://cloud.prefect.io/kroll-analytics/flow/eb2ff67b-1620-41e5-b347-153c0d1478e7
There are other pages for that flows table. None of them contain "Recurring - FreedomQA"
n
Hm it looks like that flow is archived
If you check "show archived" on the flow table, does it show up then?
a
I do see them if I check show archived
Weirdly I see two with the exact same upload time
You’ll just have to trust me that the created on column is the same for both of those two Recurring - FreedomQA flows at the top
At least at the same time down to the minute
n
I wonder if the register step ran twice maybe?
a
That seems likely
n
Either way you should be able to re-register and the flow will show up as you expect
a
Let me try that now
Weird that it archived them both
n
Yeah that's not something I've seen before - if you see that again lmk and I'll open a ticket to look into it