cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Avoid Multiple Exception Subprocess call inside Local Integration process?

Pushkarpatel05
Explorer
0 Likes
993

Hi All,

I have created an IFlow which require to create multiple LIP within Integration Process. To catch the exception I have defined exception subprocess as LIP and calling it under Integration process.

To reuse the above Exception LIP, is there way I can avoid calling Exception Subprocess within each LIP (example below) ?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

Hi Pushkar,

If you want a common action to be taken, you could create a seprate local integraiton process and then you could call that local integration process from each of the exception sub-process.

Hopet that helps!

thanks and regards,

Praveen T

Pushkarpatel05
Explorer
0 Likes

Hi Praveen,

Thats what exactly I am doing. But I want to try if there is a better way to avoid repeatative calling exception sub-process from each Local Integration process.

Thanks,

Pushkar