-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
-
False
-
-
Description of the problem:
Notification details are truncated when there is an error. This isn't useful to the user. We should provide the full details of the error that exist inside of the pod. For example, when the m2k workflow errors the actual error that is present in the pod is truncated which leaves the user with only one option, go to the cluster find the pod and search for the error. The best way to improve this experience is to provide the user with the complete error from the pod.
The contents after Error: are more useful to the user, the error listed before that tells the user nothing.
How reproducible:
100%
Steps to reproduce:
1. Run M2K workflow
2. M2k workflow errors
3. truncated notification is sent that doesn't provide the user any useful information about the failure.
Actual results:
truncated notification is sent that doesn't provide the user any useful information about the failure.
Expected results:
notification is sent that provides the user useful information about the failure.
- links to