-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathtemporal-proto-models-nexusrpc.yaml
More file actions
19 lines (19 loc) · 1.28 KB
/
temporal-proto-models-nexusrpc.yaml
File metadata and controls
19 lines (19 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
nexusrpc: 1.0.0
services:
WorkflowService:
operations:
SignalWithStartWorkflowExecution:
input:
$dotnetRef: Temporalio.Api.WorkflowService.V1.SignalWithStartWorkflowExecutionRequest
$goRef: go.temporal.io/api/workflowservice/v1.SignalWithStartWorkflowExecutionRequest
$javaRef: io.temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionRequest
$pythonRef: temporalio.api.workflowservice.v1.SignalWithStartWorkflowExecutionRequest
$rubyRef: Temporalio::Api::WorkflowService::V1::SignalWithStartWorkflowExecutionRequest
$typescriptRef: '@temporalio/api/workflowservice/v1.SignalWithStartWorkflowExecutionRequest'
output:
$dotnetRef: Temporalio.Api.WorkflowService.V1.SignalWithStartWorkflowExecutionResponse
$goRef: go.temporal.io/api/workflowservice/v1.SignalWithStartWorkflowExecutionResponse
$javaRef: io.temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionResponse
$pythonRef: temporalio.api.workflowservice.v1.SignalWithStartWorkflowExecutionResponse
$rubyRef: Temporalio::Api::WorkflowService::V1::SignalWithStartWorkflowExecutionResponse
$typescriptRef: '@temporalio/api/workflowservice/v1.SignalWithStartWorkflowExecutionResponse'