Error Handling of Connectors
ingorichtsmeier opened this issue · 3 comments
ingorichtsmeier commented
I ran the example with the repo camunda-bpm-example
and owner camunda
and the service task with connector shows an error.
But in the user task I cannot find a reason for it. The status code is 200. And I didn't find a variable healthPercentage
in the generic user task form.
It would be better to throw an error message and save it into a variable on the error catch event.
ingorichtsmeier commented
In the cockpit I can find the healthPercentage
as a variable of type Json with value 57.
ingorichtsmeier commented
here is a pull request to solve this issue: #13
ingorichtsmeier commented
resolved as #13 is merged