Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
None
Description
Current Situation
- When configuring Notifications then the ObjectFragments/Workflows/Workflow/WorkflowJob element can be used:
- If the name attribute of the WorkflowJob element specifies a job name or label then notifications are created for the indicated jobs. This includes to use regular expressions such as .* to specify any jobs.
- If the name attribute of the WorkflowJob element is empty then no notifications are created for failed jobs but for failed orders at workflow level.
Desired Behavior
- If the WorkflowJob element is present then notifications are created per job. In addition the name attribute can be used to further limit notifications to specific jobs. If the name attribute is missing then notifications are created for all jobs.
- If the WorkflowJob element is not present then notifications are created for orders at workflow level. The related workflows can further be limited by the Workflow element's path attribute.