Generates a status notification.
Specify the status level of the notification. The levels are error, fatal, retry, success, and warning.
Provide the status message using the Argument Builder.
If level is retry then the policy immediately stops processing the input document and schedules a retry of the event currently being processed.
If the level is fatal, the policy immediately stops processing the input document and initiates a shutdown of the driver.
If a the current operation has an event-id, that event-id is used for the status notification, otherwise there is no event-id reported.