hello there! Does anyone know if there's a final s...
# ask-community
r
hello there! Does anyone know if there's a final state to signal that a given workflow has warnings? Currently there's essentially
Failed
or
Success
https://docs.prefect.io/v3/concepts/states#states I need for my data pipelines to be able to signal warnings, but I don't have a proper way to signal that via the DAG final state; which would be ideal for observability. Is there anything to support 3 final workflow states, like a semaphore: •
Failed
🔴
Warnings
/
Success_with_warnings
🟡
Success
🟢 Or any other monitoring solution within the
UI
or observability side of
Prefect
that allows that? CC: @Nathan Nowack @Brendan O'Leary @Anna M Geller