Hello,
I have made a simple pizzaorder process - the getstarted example - on a JBoss EAP 6.4 with a MySQL DB and I finally made it work to the point where I can create the order and see the running process in the Dashboard.
Now, the next step in the process is a user task where the order has to be approved. This should create a task that should be shown in the Tasklist of the Camunda dashboard, but it doesn't.
The proces and the task are created in the database - I can see them in MySQL Workbench.
Does anyone know if there is any problems in the Camunda pages or why this problem may occur?
How to I further the process at this point without the task to trigger the next step?
Thanks.