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