Trigger task listener from another BPMN element

Hi there,

I’m working on a usecase where I’m trying to trigger a task listener from another BPMN element. More specifically, I have a user task that contains a task listener for sending out an email notification to the assignee. After some time I want to re-send that same email. Ideally, I would use a non-interrupting timer event on the task to trigger the task listener again, but I’m not sure that this solution is supported.

Thanks in advance for your help!

Hi,

I doubt there is a BPMN-based solution for this. I recommend you reuse the functionality on the technical level, i.e. have some component that sends the email and simply call that twice.

Cheers,
Thorben

1 Like