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

Process instance shows Completed in red color

  • 1.  Process instance shows Completed in red color

    Posted Mon October 03, 2011 05:53 AM

    You can make use of any of these below options to make the process instance to Failed status instead of Completed with red font when any of the steps inside the process is falied actually.

    1. Process Wide Error Step should map to IS service which should call wm.prt.monitor:changeProcessStatus to update status as FAILED
    2. Place a Terminate Step after the Process Wide Error Step and mark Terminate Status as Failed
    3. Process Wide Error Step should map to IS service which should have an Exit and Signal Failure step at the end of the flow

    #BPM
    #webMethods
    #webMethods-BPMS