Error workflow templates
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 Workflow 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.
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.
Last updated