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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Search Multiple ProcessNames in search task terms

    Posted 02/11/23 01:45 PM

    What product/components do you use and which version/fix level are you on? webMethods 10.3

    Is your question related to the free trial, or to a production (customer) instance?

    Production

    What are you trying to achieve? Please describe it in detail.

    I am trying to search for multiple process Names in TaskSearchQuery as i use
    #{currentTask.taskInfo.processModelID} I couldnt do “or” for 3 process instances tried alot of workarounds and didnt work , how could i do that ?!


    #BPM
    #webMethods
    #MWS-CAF-Task-Engine


  • 2.  RE: Search Multiple ProcessNames in search task terms

    Posted 02/13/23 08:41 AM

    These are available operators:
    pub.task:TaskSearchQueryTerm (softwareag.com)
    which one you tried?


    #webMethods
    #BPM
    #MWS-CAF-Task-Engine


  • 3.  RE: Search Multiple ProcessNames in search task terms

    Posted 02/14/23 02:15 PM

    yes I searched , I tried {currentTask.TaskInfo.processModelID} = ‘XXX-XXX’ , but i cant search with multiple processModelID


    #webMethods
    #BPM
    #MWS-CAF-Task-Engine


  • 4.  RE: Search Multiple ProcessNames in search task terms

    Posted 02/15/23 01:24 PM


  • 5.  RE: Search Multiple ProcessNames in search task terms

    Posted 02/16/23 01:35 AM

    Have you tried “in”?


    #webMethods
    #MWS-CAF-Task-Engine
    #BPM


  • 6.  RE: Search Multiple ProcessNames in search task terms

    Posted 02/17/23 03:55 AM

    Many Thanks !! , it worked , stringlist in field value using “In


    #BPM
    #webMethods
    #MWS-CAF-Task-Engine