Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
temporal workflow update
has been renamed totemporal workflow update execute
, to allow for the creation of newworkflow update
sub-commands. All flags and behavior remain the same.Highlights
temporal nexus
suite of commands has been added to support Nexus, a new feature designed to connect durable executions across team, namespace, region, and cloud boundaries. It promotes a more modular architecture for sharing a subset of your team’s capabilities via well-defined service API contracts for other teams to use, that abstract underlying Temporal primitives, like Workflows, or execute arbitrary code.temporal workflow update start
command starts an Update asynchronously. Callers can wait for such an Update to complete by running anupdate execute
orupdate result
command against the same--workflow-id
and--update-id
.temporal workflow update result
command waits for an Update to complete and fetches the result.temporal workflow update describe
command reports the status of a running or recently-completed Update. Unlikeupdate result
andupdate execute
,update describe
does NOT wait for the update to complete, but returns status immediately.temporal task-queue describe
command now returns improved backlog stats including backlog count, age, and growth rate.What's Changed
schedule create
example by @josh-berry in Fix typo inschedule create
example temporalio/cli#640workflow update start
andworkflow update execute
subcommands by @dandavison in Addworkflow update start
andworkflow update execute
subcommands temporalio/cli#642update result
,update describe
andresult
commands by @Sushisource in Add workflowupdate result
,update describe
andresult
commands temporalio/cli#658New Contributors
Full Changelog: temporalio/cli@v1.0.0...v1.1.0