...
In Web Process Designer, click View Process Flow Properties icon and select EXCEPTION SCRIPTS tab.
- Select the required exception handler option, for example, Service Exceptionand click Add Add icon.
On Service Exception Script window, select the interpreter type.
Interpreter TypeDescriptionScript In this option, you need to define the Java code for the execution of the process flow. Using this option will decrease the execution performance of the process flow.
Custom API It is recommended to use this option. Using this option will increase the execution performance of the process flow. In this option, you need to select the class and its method for the execution of the process flow. The process flow will be executed on the basis of the code implemented in the selected method.
- Click Done.
Creating Activity Exception Handler Script
...