argoproj/argo-workflows

UI not showing onExit handler steps

jlewi opened this issue · 3 comments

jlewi commented

I have a worflow workflow_spec.yaml.txt

which has onExit specified but based on the UI the workflow specified onExit isn't running.

The status however does indicate that teardown-cluster step ran.

I'm still using argoproj/argoui:v2.0.0-alpha3
Should I try upgrading to the beta?

@jessesuen

@jlewi, unfortunately, UI does not render onExit workflow yet. We are redesigning workflow details page to support DAG workflows and plan to solve the issue during redesign.

jlewi commented

Thanks.

Closing issue since v2.1 UI is being completely rewritten for DAGs. onExit will be rendered as a continuation of the main DAG with some indicator that is the exit handler.