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.
Production
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 ?!
These are available operators: pub.task:TaskSearchQueryTerm (softwareag.com) which one you tried?
yes I searched , I tried {currentTask.TaskInfo.processModelID} = ‘XXX-XXX’ , but i cant search with multiple processModelID
@bgmeat1 is that feasiable ?!
Have you tried “in”?
Many Thanks !! , it worked , stringlist in field value using “In”