webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  X OR in BPM process

    Posted Sun February 28, 2021 12:16 AM

    Hi,
    Can someone specify when should we go for Xor, Complex join types in BPM process. If possible, kindly share some sample scenario with detail explanation. I have gone through documentation but still unclear.

    Thanking you.


    #BPM
    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: X OR in BPM process



  • 3.  RE: X OR in BPM process

    Posted Sun February 28, 2021 09:05 PM

    Thanks Dinesh for your reply. I’m sorry, I’m still not clear. I would like to know when one should opt XOR join and complex join.

    Thanks.


    #webMethods
    #BPM
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 4.  RE: X OR in BPM process

    Posted Mon March 01, 2021 01:03 PM

    Hi Anil,

    an XOR-Join only has two Inputs, from which only one is met and the other is not met.

    A complex Join can have any number of inputs with much more complex conditions on combinations of the inputs.

    Regards,
    Holger


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #BPM
    #webMethods


  • 5.  RE: X OR in BPM process

    Posted Mon April 12, 2021 08:27 AM

    This is not true IMO. An XOR-Join can have an arbitrary number of inputs. And an XOR-Fork can have an arbitrary number of outputs.

    This is not true IMO. You can model your processes as you like, there is no demand to join all the paths you previously created with a fork. The other question is that I’d recommend to do so since then the models become more comprehensible and structured. But, technically, this is not necessary.


    #webMethods-BPMS
    #BPM
    #webMethods
    #MWS-CAF-Task-Engine


  • 6.  RE: X OR in BPM process

    Posted Mon March 01, 2021 02:25 PM

    Hi,

    To be clear, an exclusive gateway means only one path is followed.

    So, the divergent gateway (or split point) can have several outgoing paths but the conditions associated with them MUST guarantee that ONE path CAN be followed.

    The convergent gateway (the join point) MUST unite all the divergent paths again.

    If you CANNOT guarantee that only one path is chosen, you MUST use an inclusive gateway (or other).

    In BPMN there is no such thing as an “XOR” gateway: it is either exclusive (empty diamond shape or with an “X” inside), inclusive (diamond with an “O” inside) or parallel (an “+” inside).

    The standard defines four more gateway types, which are a little harder to explain and not implemented in many platforms.

    Some links to delve further:

    Best regards,


    #MWS-CAF-Task-Engine
    #webMethods
    #BPM
    #webMethods-BPMS


  • 7.  RE: X OR in BPM process

    Posted Mon March 01, 2021 11:10 PM

    Thanks Holger and Gerado for your response.

    Gerado, Thanks for sharing good notes on gateways. I’m referring this specifically on join types.

    Thanks.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine
    #BPM


  • 8.  RE: X OR in BPM process

    Posted Tue March 02, 2021 03:05 AM

    Hi,

    Remember that you cannot disassociate split and join gateway types: for every split (or divergent) gateway there MUST be a MATCHING join (or convergent) gateway.

    Gateways are the way the process engines synchronize flows; if they misaligned there is a risk for the process instance to enter an inconsistent state!

    Also remember that even if no gateways are visible, divergent and convergent flows from and to tasks or events have an implicit exclusive (split or join) gateway.

    For more information:

    Best regards,


    #webMethods-BPMS
    #BPM
    #MWS-CAF-Task-Engine
    #webMethods


  • 9.  RE: X OR in BPM process

    Posted Wed March 03, 2021 01:29 AM

    Thanks Gerardo for your information.


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods
    #BPM