Does BPMN has variable change listener?

How to set a variable change listener in BPMN?

@Minisha_M you can configure a UpdateListener in tasks, so that whenever the task property (e.g. assignee, owner, priority, etc.) on an already created task is changed. This includes attributes of a task (e.g. assignee, owner, priority, etc.), as well as dependent entities (e.g. attachments, comments, task-local variables).


Check this post how to configure update listener on task.




Note: you need to configure the listener against the update event.

2 Likes