I don’t see the paused or skipped states in the Or...
# prefect-community
m
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
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
Hm I suppose I can see that working for skip. What about paused?
a
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