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

Debugging process with correlation services in Designer

  • 1.  Debugging process with correlation services in Designer

    Posted Mon September 17, 2007 06:21 PM

    Hi all,

    Has someone sucessfully debugged a process which has a correlation service in a receive step (not the start step)? Whenever I try to debug the process, it ends on the step with the AND condition (see the designer help for an example).Kinda like:

    S1 (recv) → S2
    S2 → S3
    S4(recv) → S3; S4 has a correlation service
    S3 → end; S3 has an AND join from both S2 and S4

    When I’m debugging, the process stops and S4, wasn’t it supposed to wait for a document from Step S2 (which has the correlation)?

    Any ideas? Thanks in advance!


    #webMethods
    #webMethods-BPMS
    #BPM


  • 2.  RE: Debugging process with correlation services in Designer

    Posted Thu September 20, 2007 10:38 AM

    the first thing i would try is to run the process by manually publishing the document from developer and not running it in debug mode. This will help you work out if the problem is with your join/correlation service or something funky with the debugger


    #webMethods-BPMS
    #BPM
    #webMethods