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.  search tasks

    Posted Mon February 17, 2020 02:38 AM

    I would like to search tasks based on my business data fields by using searchTask service of the TaskClient API.

    We are passing below values into TaskSearchQueryTerm object.

    TaskSearchQueryTerm

    fields - “#{currentTask.taskData.indexInvoice.invoice.system}”

    operator -“=”

    value - “SW”

    Here if I use any of the Task Info field like TaskID or TaskTypeID instead of “#{currentTask.taskData.indexInvoice.invoice.system}” with corresponding “value”, then my search function is able to retrieve task data.

    We use webMethods 10.3 environment

    But if I use regular expression to search based on my business data, then the search is not returning anything.


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