camunda / camunda-8-js-sdk

The Camunda 8 JavaScript SDK for Node.js
https://camunda.github.io/camunda-8-js-sdk/
Apache License 2.0
19 stars 6 forks source link

fix(zeebe): fail job if variables cannot be parsed #241

Closed jwulf closed 2 months ago

jwulf commented 2 months ago

if the variable payload cannot be parsed, fail the job rather than throwing an error

fixes #236

Description of the change

[Describe your changes here]

Type of change

Checklist

Further comments

[If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...]