-
Type:
Feature Request
-
Resolution: Unresolved
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: None
User story
When completing a user task in a distributed system via API, I want the task listeners to be completed deployment aware so that it does not fail - even if the node that is completing the task has no access to the associated task listeners.
Background
In a distributed setup, in which all process applications of a Camunda system are using a shared database, a process application is completing a user task with:
engine-rest/task/{id}/complete
When the task entity has no access to the TaskListener classes of the BPMN, the task completion fails with:
"Unknown property used in expression: ${wichtigerCompleteListener}. Cause: Cannot resolve identifier 'wichtigerCompleteListener"
AC: