cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with the control step in a BPM

Former Member
0 Kudos

Hi All

My BPM is :

There is a block , the first step is a Receive, the second is a Send(synchronus) step after there is a switch step. Depending on the result of Send step the switch step goes to an other send step or it goes to a control step and throws Exception .

Checking the BPM a warning message occurs , it says "Exception APError will not be caugnt" as APError is the exception defined in the Block .

Running the BPM , the control step does not work

Does anyone has an idea what is the problem ?

Thanks

Antonis

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

Just defining the exception in the block step is not enough.

You also have to "catch" it in an exception branch.

That message usually occurs when the Block does not have any Exception Branch associated to that exception.

Make sure you have at least one exception branch in your block step and that it is associated to the APError exception.

Regards,

Henrique.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Antonis,

somtimes the IR BPM builder does not work correct.

Make sure that the CONTRL-step "throws" the exception! Have a look and see that the exception is indeed there!

Sometimes this information gets lost after activating the BPM!

If this is the case:

Delete and insert the Block with all the steps again.

Regards Mario