Skip to content

Commit 1ba0dcd

Browse files
committed
Touching up changelog
1 parent 2e15185 commit 1ba0dcd

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@ to docs, or any other relevant information.
2525
- **Experimental**: `TemporalOperationHandler` can now use Standalone Activities as asynchronous
2626
Nexus Operation backing executions through `TemporalNexusClient.startActivity` and
2727
`typedActivity`.
28-
- **Experimental**: Workflow Queries as Nexus Operations, via
29-
`TemporalNexusClient.getWorkflowHandle(...).query(...)`. A Query resolves immediately and writes
30-
nothing to history, so it backs a synchronous operation: return the result with
31-
`TemporalOperationResult.sync(...)`; there is no operation token and nothing to cancel. The link the
32-
server returns for the Workflow that processed the Query is attached to the operation's outbound
33-
links, so the caller's NexusOperation history event points back at that Workflow. Requires a server
34-
that populates `QueryWorkflowResponse.link`; older servers leave it unset and no link is attached.
28+
- **Experimental**: Adding a link from a Nexus Query operation to the destination activity.
3529

3630
### Changed
3731

0 commit comments

Comments
 (0)