That example is a valid solution. Is it the best way to send emails from Java? I donāt know. But if you find a better way, then we can certainly help you integrate it with Camunda
thank you for the fast reply. Ok then I will try it with this solution.
I have also some other question. Is there a way to see every task of a process? Maybe I use Camunda wrong, but in the Tasklist I only see the task who should be done next. Even in the āAll Taskā filter in the Tasklist.
the purpose of the tasklist is clear. For a single user there should be only the active task. But I want a task overview in a list. Not only in the bpmn diagram.
If you mean to see historical tasks then, you can either display them inside the form of the active task using camunda APIs
or you can develop a search modal as a tasklist plugin to retrieve historical tasks.