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

Lossless parse custom headers and variables to JS object on REST ActivatedJobs #244

Closed jwulf closed 1 month ago

jwulf commented 2 months ago

At the moment, the C8 REST API Job Activation returns jobs where the custom header and variable payloads could be int64, so they need to parsed losslessly.