IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
Expand all | Collapse all

Understanding Intermediate message event

  • 1.  Understanding Intermediate message event

    Posted Thu June 30, 2016 11:33 PM

    Hi Guys,

    I have a process where one step is ‘intermediate message catch’ event. It’s upstream step correlated a key to the process instance.

    1. I triggered one process instance for this process. It then processed all the steps upto this intermediate message catch event and waiting for ‘a new doc’ to arrive.
    2. I sent the new doc - which then resumed this process instance and completed successfully.

    So far so good.

    In the BPM documentation it is mentioned that

    To try this feature, I sent the new doc first (Step 2 above) and then triggered process instance (Step 1).
    I expected the process instance to complete as it already has ‘new doc’ in queue. But, looks like it ignored the doc that is already present in queue and the process instance remained in ‘waiting’ status.

    Isn’t it supposed to pick up the ‘new doc’ which is already in the subscription queue?

    Kind regards,
    Raj


    #webMethods-BPMS
    #BPM
    #webMethods


  • 2.  RE: Understanding Intermediate message event

    Posted Fri July 01, 2016 04:46 AM

    Hi Raj,

    Two things,

    1. if you don’t want to see all possible steps in waiting then check “Igonre Dead paths”.

    2. sending intermediates doc before that event occurs is possible, but if you see in broker message it is discarded hence when actual transition comes to the step there is no queued doc awaiting.

    HTH
    Raj


    #BPM
    #webMethods-BPMS
    #webMethods


  • 3.  RE: Understanding Intermediate message event

    Posted Mon July 11, 2016 10:43 AM

    Yea!! That was great!!


    #webMethods-BPMS
    #webMethods
    #BPM