cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Exception Branch: Condition?

Former Member
0 Kudos

Hi everybody,

sometime our JAVA-stack makes some problems:

SYSTEM FAILURE" during JCO-Call.

In this cases some mappings fail and the BPM processes the exception branch.

So we got the idea to put a wait step (e.g. 5 minutes) in the exception branch and than the BPM sends the origin received message to itself.

The problem is now: The exception branch is also processed when other mapping errors occur.

In this cases the wait stept should be processed!

Do we have any chance to distinguish the case of error. Maybe to read the trace? But how can we read the trace in BPM to use it as a condition?

Thanks

regards, Mario

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved it on my own.

Mapping Trace could be read in UDF

DG
Active Contributor
0 Kudos

Hi Mario,

You can create an exception branch for MAPPING_EXCEPTION or what error you can see in the BPM when the mapping fails. This will trigger the branch with mapping exception when an alert is triggered.

/daniel