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

Search Multiple ProcessNames in search task terms

  • 1.  Search Multiple ProcessNames in search task terms

    Posted Sat February 11, 2023 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 Mon February 13, 2023 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 Tue February 14, 2023 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 Wed February 15, 2023 01:24 PM


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

    Posted Thu February 16, 2023 01:35 AM

    Have you tried “in”?


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


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

    Posted Fri February 17, 2023 03:55 AM

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


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