Skip to main content

12 docs tagged with "Updates"

View all tags

Early Return (Update with Start)

Synchronous initialization with asynchronous completion. Returns results immediately while processing continues in the background.

Request-Response via Updates

Uses a Workflow Update to validate a request, modify Workflow state, and return a typed result to the caller synchronously, with strong consistency.

Workflow message passing

Signals write to a running Workflow without waiting, Queries read its current state, and Updates do both and return a result to the caller.

Workflow message passing - PHP SDK

Develop with Signals, Queries, and Updates in Temporal Workflows. Define, handle, and send Signals or Queries, and validate updates from a Temporal Client.