cschleiden / go-workflows

Embedded durable workflows for Golang similar to DTFx/Cadence/Temporal
https://cschleiden.github.io/go-workflows/
MIT License
218 stars 50 forks source link

UI should label workflows that finished with an error; visually distinct from green "Completed" #339

Open cspotcode opened 4 months ago

cspotcode commented 4 months ago

Workflows that return an error, as in this screenshot, should be rendered differently in the web UI. As-is, they look like they were successful even though something went wrong and they may need to be manually cleaned up or re-started.

image