-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 7.8.0, 7.9.0
-
Component/s: cockpit, external task client js
Steps To Reproduce:
1. Start the attached workflow with a single external task.
2. Run the external task client code attached.
3. Go to the definition view, tab incidents
Problem:
The error message shown isn't the expected "some failure message" but 'Message is null.'
Hint:
- The problem exists for camunda bpm 7.9. and earlier versions (checked 7.8. already)
- The payload provided by the client looks like this:
{ json: true, body: { errorMessage: 'some error message', workerId: 'someWorker' } }