cancel
Showing results for 
Search instead for 
Did you mean: 

Successor-Predecessor

Former Member
0 Kudos

Hi everybody,

I have two scenario step, one which generate a file and one which create a comment to an order. The trigger is a creation of order.

The file is generate only if some conditions are respected. Idem for the creation of the comment.

I use the method of successor-predecessor but when my first scenario (the file) is filtered the second doesn't.

Does any one know what can I do for filter the second scenatrio step also?

Thank you

Best regards

Sarah

Accepted Solutions (0)

Answers (1)

Answers (1)

bastian_schaefer
Active Contributor
0 Kudos

Hi Sarah,

you could implement a XSLT logic into your successor step (atom0) and skip the Sales Order Update using <b1im_skip/>.


Skipping Outbound Processing

If you do not want to hand over the message to the receiver system, the scenario step can create a special tag that indicates to generic processing in the integration framework to skip the message processing.

<b1im_skip info="my info" msglog="true">

For more information see reference document Schemas, section Skipping Outbound Processing

Best regards

Bastian

Former Member
0 Kudos

Hi bastian,

About which step you talk?Generation of file or the comment?

Thanks

Best regards

sarah

former_member202745
Active Participant
0 Kudos

Hi Sarah,

I suppose to be the second step, the successor...

Regards,

Leo.