cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I want to call a zfunction module in my workflow shoud I raise my exception in the method where I call function module or should I create another task and create another method for xception??

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

Its better to create new method and task for creating exception.

Advantages

---> Method and task can be used multiple times

---> Exception raised is visible in workflow.