Problem description:
- Process with start event -> user task -> end event
- TaskListener for assignment event
- task is assigned through separate taskService.setAssignee invocation
=> taskListener is not invoked by an atomic operation
=> executionContext is null
=> businessProcess.get/setVariable does not work
This is the controller panel for Smart Panels app
BusinessProcess.get/setVariable does not work in a TaskListener which is not invoked by an atomic operation
Problem description:
- Process with start event -> user task -> end event
- TaskListener for assignment event
- task is assigned through separate taskService.setAssignee invocation
=> taskListener is not invoked by an atomic operation
=> executionContext is null
=> businessProcess.get/setVariable does not work