Workflow Error Templates
The Workflow Error Templates delivered by Primeur are displayed in the list below.
1. Inherit all the variables of the failed instance and notify error
ehwft_notifyError
Goal: It inherits all the variables from the parent instance that failed and forwards them via JMS using the EBNC (Embedded Broker Notification Channel) service task. Variables must be defined to perform the EBNC notification when using this error template in a Business Contract Workflow Template.
Trigger Type: NO TRIGGER. Triggered when the parent Business Contract Worklflow Template fails.
Variables:
-
errorChannelName
Notification channel to be used to dispatch the error handling information. -
errorActionName
Action name that will be used in case of JMS notification. -
errorPrefix
Prefix used to determine which variables will be added in case of JMS notification.
2. Log all the variables of the failed instance
ehwft_logAllVariables
Goal: It inherits all the variables from the parent instance that failed and logs them all in the System log (messages.log).
Trigger Type: NO TRIGGER. Triggered when the parent Business Contract Workflow Template fails.
Updated 11 months ago