Notifications are not called from JDE Orchestration Error handling
I have created a orchestration having one service request call to approve load. I am calling a simple notification from service request error handling part to notify the user which load number failed to approve load. But the notification calls are not happening even though the orchestration returns error.
I have received the notification when i test the Notification from notification creation page by selecting test button(I do subscribe the notification from jde console) and calling a notification from the orchestration by creating a connector service request for notification and use it as a step in orchestration.
I feel there is a problem with Abort option in Error handling. is this require any setup or permission to call Orchestration/Notification from Abort?