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
242 stars 32 forks source link

Fix marshaling of payloads with null values #617

Closed dandavison closed 3 days ago

dandavison commented 3 days ago

Fixes https://github.com/temporalio/cli/issues/607

Bump api to pull in https://github.com/temporalio/api-go/pull/159