api icon indicating copy to clipboard operation
api copied to clipboard

Temporal gRPC API and proto files

Results 46 api issues
Sort by recently updated
recently updated
newest added

**What changed?** - Removed NexusOutgoingService definitions and endpoints - Renamed NexusIncomingService to NexusEndpoint - Added endpoint to workflow commands and events **Why?** We separated the concept of service and endpoint...

**What changed?** * Added `temporal.api.sdk.v1.UserMetadata` containing payloads for `summary` and `details` for general metadata use * Added `temporal.api.command.v1.Command.user_metadata` for general use (initially only for timers and child workflow) * Added...

### Describe the solution you'd like Other users `protoc` from the root of this repo. When https://github.com/temporalio/api/commit/108b40ae508505b64f19ccbe2fdbcd304081391b was done, we put google-based proto dependencies at the same path as our...

enhancement

**What changed?** In description. **Why?** Both Temporal Cloud and Self-hosted users will want to have a way to configure how the server makes outgoing service calls.

**What changed?** Add CancelRequested boolean to WorkflowExecutionInfo message Because there was previously no way to see whether a cancellation was requested, even though the server already tracks that internally. You...

**What changed?** error specific backoff added to RetryPolicy **Why?** answering OSS-361: Different retry options based on failure type **Breaking changes** No

**What changed?** API to sync search attributes in secondary visibility. **Why?** Make it easier when adding secondary visibility. **Breaking changes** No.

### Describe the solution you'd like For others to use we want to publish and maintain a buf schema registry. This may be more challenging than it appears because we...

enhancement

### Is your feature request related to a problem? Please describe. I heard we might want to deprecate some of these: https://github.com/temporalio/api/blob/8f89bdc358642e1358876f164c7f4e663e225117/temporal/api/workflowservice/v1/service.proto#L356-L389 Users get surprised by the limitations of ListOpen/ListClosed...

enhancement