Task ID from Boundary Event on User Task

Camunda 8 Self-managed

Is it possible to retrieve the information of a task (in particular the task id) by creating a boundary event on a user task?
Below the example.
I created a user task and a boundary event which after 0 seconds starts a task service which will have to send a pec with the id of the task created.

Screenshot 2023-10-31 143157

Hi @dario.telese ! This is not yet possible natively in C8, but it is on our backlog. Following that, we are now working on task listeners, that allow you to run code when a user task is activated, assigned, or completed, making it obsolete to use a timer boundary event soon :slight_smile:

1 Like

Thank you so much for response