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 are you really trying to do? To clearly understand the scope of the workflow history returned in `PollWorkflowTaskQueueResponse`. ### Describe the issue At the moment, the [inline comment](https://github.com/temporalio/api/blob/f4f5bd81e2d34770f9bf3948c1697ede3acbdc02/temporal/api/workflowservice/v1/request_response.proto#L268-L270)...

bug

Fixes https://github.com/temporalio/api/issues/154 (I think Datetime representation is the only ambiguity—the rest isn't needed, since precise field type info is only needed in `AddSearchAttributesRequest`)

RetryState.RETRY_STATE_IN_PROGRESS is used internally only but is exposed via public api: https://github.com/temporalio/api/blob/master/temporal/api/enums/v1/workflow.proto#L107 This is causing some confusions to our users. If possible please remove it (keep it internal only). Idk...

enhancement

A user suggested: > Temporal should publish their collection with GRPC APIs documented. It will be epic. The ability to add gRPC requests to collections was just added to Postman.

enhancement

### Is your feature request related to a problem? Please describe. Today these fields are plain text making it possible to leak sensitive application info. ### Describe the solution you'd...

enhancement

Hi folks, I have a proposal (incl. a sample solution) that I would like to discuss. If folks find the following interesting in general, I have a draft PR, for...

### Is your feature request related to a problem? Please describe. `SearchAttributes`: https://github.com/temporalio/api/blob/148f6186cf063ddac5600aa53549ec8c0afe5eaa/temporal/api/common/v1/message.proto#L58-L62 I don't know from reading this proto how to specify search attribute types in `StartWorkflowExecution`. Possible types...

enhancement

### Feature request Add `ScheduledEventId` to `PollActivityTaskQueueResponse`. ### Additional context The tuple of `(PollActivityTaskQueueResponse.WorkflowExecution.RunId, PollActivityTaskQueueResponse.ScheduledEventId)` is unique per Activity Execution and may be used to construct an *Idempotence Key* to...

enhancement

In https://github.com/temporalio/api/pull/121 I added a few "Should be removed" comments to some fields. Remove them and mark them as reserved. Was not done in that PR to avoid doing any...

bug