My problem is that when I go to Camunda Tasklist and log in with one of my users credentials (like john in the tutorial example of the site) and click on the Diagram tab, my process diagramhighlighting the User Task that is waiting for my user to work on it, is not displayed.
I have followed exactly the instructions referenced in the page https://docs.camunda.org/get-started/bpmn20/deploy/ of the site until that point.
I solved my problem. The problem was that I had not written the correct Resource Id on the table of Process Definition Authorizations in Camunda Admin. I had written only the task Id of my individual user and not the process Id. So, the problem had to do with the naming.
Hi again mr @sebastian.stamm.
I would like to ask you something about the User Task Forms and more specifically about the Embedded Task Forms which are HTML files. I have followed all the steps of the Tutorial Example of the site (Get Started with Camunda and BPMN 2.0) so as to being familiar with the software, as I want to use it for my dissertation thesis but I have some questions on some lines of the code in these forms (unfortunately I am not very familiar with Java yet but I hope to do).
I can not understand very well what do they mean some of the lines in the Start and Task Forms like:
and Customer ID
I would like to use similar forms for my BPMN 2.0 process in order to call them from some of the BPMN 2.0 elements in my diagram.
I would like to mention an issue with the Tasklist.
When I log in with the credentials of my 5 users who are assignee for the 2nd user task in my process diagram, none of them is able to see this task into his/her personal tasklist.
What can I do for this aspect?
I have tried many times to overcome this issue but the result is the same.
Thank you a lot.
I checked the points mentioned in the relative link about the authorizations and I concluded that my 5 users (they belong to the same group and I have defined them as assignees for the 2nd user task in my process) have access to the tasklist, they can see and claim this taskbut for some reason they can not complete it because the relative button “Complete” is deactivated.
In Process Definition Authorizations of Admin I have defined for this group of 5 users to have ALL permissions on Resource ID “Process_1” which is the “Process Id” of my process.
What else can I do?
Thank you in advance,