webMethods

webMethods

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 search Task on paticulate created date of task Info

    Posted Wed May 11, 2011 04:56 PM

    Hi All,

    Am using pub.task.taskclient:searchTasks service to search particular created date tasks by passing Term as createdDate and operator = and value date format value. it is not resulting created date task on particular date , can any one help me which operator need to pass in term document for created date value. am passing in 2011/04/14 13:26:25 CAT format.

    if i use operator >= it is listing greater than and equal date created task list.

    Regards,
    Anil Kumar Ellendula


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


  • 2.  RE: how to search Task on paticulate created date of task Info

    Posted Fri May 13, 2011 06:36 PM

    any one help me how to get task list which is created with today date or particular date using search task servie.


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


  • 3.  RE: how to search Task on paticulate created date of task Info

    Posted Mon May 16, 2011 02:15 PM

    Hello,

    I think you could try to pass two search terms:

    createdDate >= 16.05.2011 00:00:00 and
    createdDate <= 16.05.2011 23:59:59

    That should work.

    Regards,
    Mathias


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


  • 4.  RE: how to search Task on paticulate created date of task Info

    Posted Fri May 20, 2011 09:00 AM

    HI mathiasd,

    i got it, thanks for reply.

    Regards,
    Anil Kumar Ellendula


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