justinp-tt
justinp-tt
## What was changed Support for schedule list query parameter ## Checklist 1. Closes https://github.com/temporalio/cli/issues/616 2. How was this tested: Added new tests
## What changed? Added special handling to prevent callback invocation during workflow reset and ensure it is only invoked once the reset workflow completes. ## Why? Reset implementation first terminates...
## What changed? Update Temporal Worker's identity so it can be recognized by users ## Why? The worker terminology is confusing to customers ## How did you test it? ##...