Hello, some time ago, my request was to assign tasks to specific users who should perform them. Unfortunately, some people told me that it’s not possible and that Camunda doesn’t support such functionality. In the Tasklist, the process owner can perform any task, and if someone enters an email address in the “Assignee” field, anyone can take the task, even if they are not supposed to. Is it possible to configure user assignment using Java? For example, to prevent the applicant from taking tasks assigned to the application reviewer. Could this be solved using Java?
Comecei estudando a Linguagem Java através desse material.
Hello, I was told that it is unfortunately not possible with the SaaS.
@anon64962691 - I am not sure where your confusion here comes from, unless you intended to ask a different question. This is not a scenario that Camunda supports, so in order to achieve this, you need to write your own service that controls the assignment of tasks. The best way to handle this will be to implement your own version of Tasklist. In a previous thread I provided links to several community contributed examples of custom Tasklist applications. The language you use doesn’t matter - Java, PHP, .NET, your choice - but you must create the Tasklist application yourself.
I’m trying to figure it out. Are there any example task lists that others have created, so that one can see how the implementation could be, like an example UI for the task list?
I linked a couple examples in your other thread - here’s the comment: Assignment of users in different Task - #43 by nathan.loding