cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle message prioritization in interface determination

Former Member
0 Kudos

Hi Experts,

How to handle the prioritization of messages if we say that for single source message it will be forwarded to 2 types of target messages.

Here's the scenario:

InterfaceDetermination object

SourceMessageA => TargetMessageTypeA

SourceMessageA => TargetMessageTypeB

Since both of the target messages will receive the source message, i want to prioritize that TargetMessageTypeB will be receive it first before TargetMessageTypeA.

Should I structure it in the Interface Determination as this:

SourceMessageA => TargetMessageTypeB

SourceMessageA => TargetMessageTypeA

or this should be handled by BPM? Let say BPM is the last option how could this be configured in ID?

Cheers,

R-jay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

To priortize the message you need to have two interface mapping.

Add the mapping in the sequence you want the output message.

Check the maintain order at runtime.

It will work

Thanks

Jai

Former Member
0 Kudos

Hello Folk,

you have once option in the interface determination check the maintanence order at runtime , it will solve your problem.

regards,

Ravi.

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

If in Interface Determination (and since you are having multi-mapping) you can use the option Maintain Order At Runtime.

In the mapping you need to ensure that message B is created before message A