workfloworchestrator / orchestrator-ui-library

Component library for the orchestrator-ui (v2) which is published in npm
8 stars 4 forks source link

[Feature]: Add ability to see traceback in UI #867

Closed crankynetman closed 4 months ago

crankynetman commented 8 months ago

In Ye Olde orch GUI, it was possible to see the traceback reason when a process failed. We should add that in to the new GUI.

acidjunk commented 8 months ago

+1 : this was a really useful feature.

crankynetman commented 8 months ago

Here's a screenshot of the old feature:

image

I think that this is the old frontend component that renders this:

https://github.com/workfloworchestrator/orchestrator-core-gui/blob/main/src/components/ProcessStateDetails.tsx#L382C1-L393C23

wouter1975 commented 4 months ago

This has been fixed a couple of month ago. Closing @crankynetman @acidjunk