camunda-community-hub/Make-Rest-Calls-From-Camunda-7-Example

Error Handling of Connectors

ingorichtsmeier opened this issue · 3 comments

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.

In the cockpit I can find the healthPercentage as a variable of type Json with value 57.

here is a pull request to solve this issue: #13

resolved as #13 is merged