camunda/camunda-8-js-sdk

allowing nulls in createProcessInstance request

Closed this issue · 0 comments

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.