I have a requirement, where if the taskname is “Create letter” or “Prepare”, I need to perform certain actions.
I can see that within the taskService.createTaskQuery().taskName(“”) accepts only 1 task name. how can I achieve this request without having to duplicate the logic for each task.