-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event emails should include associated task messages #5566
Comments
The message is not present in the I think this |
Assigning myself as I've been having a poke around the id_key problem. |
* Closes cylc#5566 * Note, the event message is not stored in the database, so when events are restored from the DB on restart, the event message will default to the event name.
* Closes cylc#5566 * Note, the event message is not stored in the database, so when events are restored from the DB on restart, the event message will default to the event name.
* Closes cylc#5566 * Note, the event message is not stored in the database, so when events are restored from the DB on restart, the event message will default to the event name.
* Closes cylc#5566 * Note, the event message is not stored in the database, so when events are restored from the DB on restart, the event message will default to the event name.
* Closes cylc#5566 * Note, the event message is not stored in the database, so when events are restored from the DB on restart, the event message will default to the event name.
REF: https://cylc.discourse.group/t/sending-custom-emails-from-cylc-workflow/665
Running this results in an email to the user, for the warning event, but it does not include the associated task message.
The only way to get custom content into the email seems to be
[scheduler][mail]footer
which allows templating of workflow-level variables (so not task-level%(message)s
etc.Fixing this is probably complicated by event-batching for emails.
The text was updated successfully, but these errors were encountered: