https://prefect.io logo
Title
m

Matthew Seligson

07/19/2022, 10:14 PM
I don’t see the paused or skipped states in the Orion docs. This seems like a loss in functionality. What is replacing these?
1
a

Anna Geller

07/19/2022, 10:28 PM
what's your use case for that? given that you can write arbitrary python in 2.0, you can totally build a skipping logic with if/else this is a now deprecated syntax, but the example is still valid https://discourse.prefect.io/t/how-can-i-trigger-downstream-tasks-based-on-upstream-task-s-state/106
m

Matthew Seligson

07/19/2022, 10:34 PM
Hm I suppose I can see that working for skip. What about paused?
a

Anna Geller

07/19/2022, 10:59 PM
it's a bit more challenging to implement - the pause/resume pattern is on our product backlog but as of today, I can't say when or how this will be implemented