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

Invoking IS service using task event action

  • 1.  Invoking IS service using task event action

    Posted Mon March 23, 2009 08:42 AM

    Hi,

    we have a requirement where the task should invoke a IS service if the task is not accepted in 24 hours. We tried this using task events. we have set event type as “queued” and set the condition as

    (#{System.currentDateTime} - ( 86400000)) >
    #{currentTask.taskInfo.createdDate}


    #webMethods-BPMS
    #webMethods
    #BPM


  • 2.  RE: Invoking IS service using task event action

    Posted Thu July 02, 2009 07:42 PM

    May be a solution could be:

    • Put an expiration date for the task
    • On the event of the expiration set a value of a field saying “expired” and complete the task
    • On the process flow, if the field is “expired” then execute the iS Service

    Does it makes sense?


    #webMethods
    #webMethods-BPMS
    #BPM