lib/zeebe/client/proto/gateway_services_pb.rb in zeebe-client-0.0.1 vs lib/zeebe/client/proto/gateway_services_pb.rb in zeebe-client-0.1.0
- old
+ new
@@ -15,19 +15,19 @@
self.service_name = 'gateway_protocol.Gateway'
rpc :Topology, TopologyRequest, TopologyResponse
rpc :DeployWorkflow, DeployWorkflowRequest, DeployWorkflowResponse
rpc :PublishMessage, PublishMessageRequest, PublishMessageResponse
- rpc :CreateJob, CreateJobRequest, CreateJobResponse
rpc :UpdateJobRetries, UpdateJobRetriesRequest, UpdateJobRetriesResponse
rpc :FailJob, FailJobRequest, FailJobResponse
rpc :CompleteJob, CompleteJobRequest, CompleteJobResponse
rpc :CreateWorkflowInstance, CreateWorkflowInstanceRequest, CreateWorkflowInstanceResponse
rpc :CancelWorkflowInstance, CancelWorkflowInstanceRequest, CancelWorkflowInstanceResponse
rpc :UpdateWorkflowInstancePayload, UpdateWorkflowInstancePayloadRequest, UpdateWorkflowInstancePayloadResponse
rpc :ActivateJobs, ActivateJobsRequest, stream(ActivateJobsResponse)
rpc :ListWorkflows, ListWorkflowsRequest, ListWorkflowsResponse
rpc :GetWorkflow, GetWorkflowRequest, GetWorkflowResponse
+ rpc :ResolveIncident, ResolveIncidentRequest, ResolveIncidentResponse
end
Stub = Service.rpc_stub_class
end
end