Hello,
I am using Camunda 8 through the Camunda Educational License for my Project. I was wondering, how can I find a specific Task in the Tasklist by just using the options available in the standard UI?
For example, in my process after a few tasks a user task is opened and must wait for external Input/Feedback (as marked in the picture). In this Feedback I could add information like the Process Instance Key, to give some information to which task the Feedback is meant for. If there are now several Processes started while its waiting for Feedback the Tasklist can get quite full. Is there any way to search or filter the Tasklist to find the right task which belongs to the specific external Feedback? Or would the only Option be to go through each task by hand and look for the right one? Because i can’t find a way to search for specific task via Name or Id or something similar (creation date, due date or follow up date are not helping)?
The only answer i could find was through an API, but i am interested if there is a way to find the task through only the standard UI in Camunda?
Thanks in advance.