You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Argo v3.4.8 the template level lifecycle hooks fail to trigger when using workflow.status
The reason I am using a template level lifecycle hook instead of just an onExit handler, is that I want to able to destroy a Resource created by my workflow (such as a PVC) even if the workflow fails in the middle of execution.
Pre-requisites
:latest
What happened/what you expected to happen?
In Argo v3.4.8 the template level lifecycle hooks fail to trigger when using
workflow.status
The reason I am using a template level lifecycle hook instead of just an onExit handler, is that I want to able to destroy a
Resource
created by my workflow (such as a PVC) even if the workflow fails in the middle of execution.See example use case
Version
v3.3.8
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: