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 a IS service using task event acton

  • 1.  invoking a IS service using task event acton

    Posted Mon March 23, 2009 01:56 PM

    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} and added an IS services by dragging and dropping it onto service folder in bindings view. we have added the ruleset too. The problem is that the IS service is not invoked at all. please help… thanks in advance.

    Sarat


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


  • 2.  RE: invoking a IS service using task event acton

    Posted Sat April 04, 2009 11:07 PM

    Did you tried setting a Event Type “Date/Time Event”, setting Cretion Date as your “Start Date” and also set 1 as “Days After Start Date”, then you can set invoke a web service of the list of simple actions.


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


  • 3.  RE: invoking a IS service using task event acton

    Posted Wed April 08, 2009 12:25 PM