-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.2.0
-
None
When executing a CMMN case, taskService.complete(taskId, variables) (and resolve() as well) ignores the supplied values.
Reason: TaskEntity#setExecutionVariables only considers the BPMN execution reference, not the CMMN execution reference.
Possible solution:
Should simply call TaskEntity#setVariables and TaskEntity#setExecutionVariables should be removed
This is the controller panel for Smart Panels app
- is duplicated by
-
CAM-3261 Variables passed to TaskService.complete are not passed to CaseExecution
- Closed