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

Print encoding of workflow results #579

Closed Sushisource closed 1 month ago

Sushisource commented 1 month ago

DRAFT because it seems like tests are getting stuck but, nothing I changed should do that. Maybe just my machine.

What was changed

Print encoding of workflow results

Why?

To help the user understand what's going on in the event Result can't be decoded

Checklist

  1. Closes https://github.com/temporalio/cli/issues/547

  2. How was this tested: Added UT

  3. Any docs updates needed?