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
Copy file name to clipboardExpand all lines: templates/common/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
7
7
## Log Notification - `tpl-log-notification`
8
8
9
-
This template can be used as a template for handling a workflow `onExit`.
9
+
This template can be used for handling a workflow `onExit`.
10
10
See <https://argo-workflows.readthedocs.io/en/latest/walk-through/exit-handlers/>
11
-
The script run by this template as an exit handler is generating a log, including the status of the workflow and its parameters, in the following format:
11
+
The script run by this template as an exit handler is generating a log, including the status of the workflow, its parameters, and a customisable message, in the following format:
0 commit comments