temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
251 stars 36 forks source link

[Bug] `binary/null` payloads should convert to shorthand as `null` #613

Closed cretz closed 2 months ago

cretz commented 3 months ago

Describe the solution you'd like

Right now binary/null using payload shorthand in https://github.com/temporalio/api-go doesn't convert to null, but it should. There is no issues section at https://github.com/temporalio/api-go so opening here

cretz commented 2 months ago

After checking, this was indeed solved by #617, nothing extra to do here.