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
18 stars 6 forks source link

allowing nulls in createProcessInstance request #228

Closed nhomble closed 1 month ago

nhomble commented 1 month ago

SDK Component

zeebe

Expected Behavior

in the previous community project, we were able to send over nulls

Current Behavior

nulls don't seem allowed anymore: https://github.com/camunda/camunda-8-js-sdk/blob/main/src/zeebe/lib/interfaces-1.0.ts#L116

versus community: https://github.com/camunda-community-hub/zeebe-client-node-js/blob/master/src/lib/interfaces-1.0.ts#L116-L118

Possible Solution

Steps to Reproduce

Context (Environment)

This is making the migration more difficult since we didn't have to consider these limitations before.