I am currently using the Camunda 8 and I was wondering, how I can search for a specific task (e.g., in Tasklist)?
A User-Task is created and must wait for input from business partners. When the input (e.g., through an Email) arrives, a Bot than must find the corresponding Task to this input. My idea was to identify the corresponding Task through the process instance key, but I couldn’t find an option to do this. Is there an Out-of-the-box Option through the standard UI in Camunda 8, to search for a specific task through a parameter that differs from the standard Options (Assigned to me, unassigned, completed, creation date, due date, follow up date)?
The option via an API can definitely be a solution. I would prefer a solution via the standard / Out-of-the-box GUI. Is there a way to search for a specific task via the standard GUI that is available to me (Console, Modeler, Tasklist, Operate, Optimize) using parameters such as process instance key?
Or is it possible to display the task found via API at e.g. the top of task center?
Background: An RPA bot is supposed to complete this task afterwards via the UI in order to maintain the low-code approach desired by the customer?
If there is no possibility to search for a specific task via the standard UI, I would greatly appreciate a briefly confirmation. In that case, I would continue to pursue the API option.
afaik there is currently no search, only the limited filtering mechanics. But thank you for providing more details! Maybe you’re interested in creating a feature request here Issues · camunda/camunda-platform · GitHub I will also forward this to the respective team.
Hi @dreiss , thank you for that request!
We are currently working on filter + search options for Tasklist.
I am curious what your use case is - would you be open to share more? Especially about your bot usage!
I want to understand how we can support you further.
Of course, sorry for the wait. I am looking into possabilities to synchronize cross-company workflows through RPA-Bots. My use case is that the different participant cant communicate on WfMS-Level (for various reasons) and therefore have to find another solution through a different Software (in this case RPA). In the use case a partizipant gets infomration about one case though email and then the bot has to finde the matching task in tasklist to add the new information. Because RPA uses the normal UIs, i wanted to search for a spezific id (process instanze key) in order to find the right task. Therefore a filter/search option in the tasklist UI through which the bot (or the user) can search for a specific task and therofre only this task is beeing displayed in the Tasklist, is the perfect fix for my problem.
I could also imagine a solution where the bot searches for a specific task via the existing API and then there is some kind of way to easily display this Task in the Tasklist.