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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to start_timestamp and end_timestamp for the exit handler task in argo workflow.
Here is the case-
kind: Workflow
metadata:
generateName: exit-handler-with-param-
labels:
workflows.argoproj.io/test: "true"
annotations:
workflows.argoproj.io/description: |
onExitTemplate enables workflow to pass the arguments (parameters/Artifacts) to exit handler template.
workflows.argoproj.io/version: ">= 3.1.0"
spec:
entrypoint: main
onExit: workflow-level-exit-hanlder
templates:
- name: main
dag:
tasks:
- name: task-1
template: output
hooks:
exit:
template: exit
arguments:
parameters:
- name: message
value: "{{tasks.task-1.message}}"
`
How can i get task-1 exit handler start_time and finish_time
Please help.
Beta Was this translation helpful? Give feedback.
All reactions