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
  • 1.  How to get taskId from active tasks

    Posted Wed January 06, 2016 04:33 PM

    Hi people,
    I would like to ask you if you know how to get tasks Ids from active tasks passing Process Instance Id as parameter.
    Can I use any pub service? or a query to Data Base using an adapter?

    Thanks in advanced,

    Marcelo


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: How to get taskId from active tasks

    Posted Thu January 07, 2016 06:18 PM

    There is a service in WmTaskClient for searching tasks. One of possible search criteria is the instanceId.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: How to get taskId from active tasks

    Posted Fri January 08, 2016 09:23 AM

    Hi fml2! We tried it but it is too slow, do you know how to do it using directly a query to the database?

    Thanks!


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 4.  RE: How to get taskId from active tasks

    Posted Fri January 08, 2016 11:43 AM

    I think, in the process audit DB, in the table where step info is stored (PRA_PROCESS_STEP?), there is a column which holds the task id. It is filled only for the steps of type ‘user task’.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 5.  RE: How to get taskId from active tasks

    Posted Tue January 26, 2016 11:26 AM

    I think there are few tables by name T_task and T_task_inbox and you can provide task_id or may be status and search for the tasks.

    Regards,
    Syed Ahmed


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services