and when i try to lunch, of course, in the open source version i have not chances to see the steps about process. So i would like to understand how i can implement the user service with this situation.
Have i to write some code on eclpse ?
Is the setting to do only on the properties panel in camunda modeler ??
Just model another task in that diagram and use the change type to configure it into a user task. The user task does not require additional implementation. example.bpmn (5.4 KB)
If you redeploy and run an instance of that process you will see the active instance as a blue token at the user task. It will be still not possible to see the history data (grey tokens), like in Nialls tutorial but with the user task you have a wait state so you can actually see the active instance.
If you want to complete the task you can navigate to Task list and complete the user task and your process will end.
Hello Nele, morning !! here we are again !!
thank you very much for the tip !!!
i’m gonna try right now. So expect some other question in the next hours/day lol.