lib/zeebe/client/proto/gateway_pb.rb in zeebe-client-0.3.0 vs lib/zeebe/client/proto/gateway_pb.rb in zeebe-client-0.4.0
- old
+ new
@@ -45,11 +45,11 @@
end
add_message "gateway_protocol.CreateWorkflowInstanceRequest" do
optional :workflowKey, :int64, 1
optional :bpmnProcessId, :string, 2
optional :version, :int32, 3
- optional :payload, :string, 4
+ optional :variables, :string, 4
end
add_message "gateway_protocol.CreateWorkflowInstanceResponse" do
optional :workflowKey, :int64, 1
optional :bpmnProcessId, :string, 2
optional :version, :int32, 3
@@ -143,15 +143,16 @@
optional :jobKey, :int64, 1
optional :retries, :int32, 2
end
add_message "gateway_protocol.UpdateJobRetriesResponse" do
end
- add_message "gateway_protocol.UpdateWorkflowInstancePayloadRequest" do
+ add_message "gateway_protocol.SetVariablesRequest" do
optional :elementInstanceKey, :int64, 1
- optional :payload, :string, 2
+ optional :variables, :string, 2
+ optional :local, :bool, 3
end
- add_message "gateway_protocol.UpdateWorkflowInstancePayloadResponse" do
+ add_message "gateway_protocol.SetVariablesResponse" do
end
end
module Zeebe::Client::GatewayProtocol
ActivateJobsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.ActivateJobsRequest").msgclass
@@ -184,8 +185,8 @@
BrokerInfo = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.BrokerInfo").msgclass
Partition = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.Partition").msgclass
Partition::PartitionBrokerRole = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.Partition.PartitionBrokerRole").enummodule
UpdateJobRetriesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.UpdateJobRetriesRequest").msgclass
UpdateJobRetriesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.UpdateJobRetriesResponse").msgclass
- UpdateWorkflowInstancePayloadRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.UpdateWorkflowInstancePayloadRequest").msgclass
- UpdateWorkflowInstancePayloadResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.UpdateWorkflowInstancePayloadResponse").msgclass
+ SetVariablesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.SetVariablesRequest").msgclass
+ SetVariablesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.SetVariablesResponse").msgclass
end