List of start instructions.
GatewayOuterClass.CreateProcessInstanceRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
List of start instructions.
List of start instructions.
List of start instructions.
List of start instructions.
GatewayOuterClass.CreateProcessInstanceRequest.Builder.clear()
the BPMN process ID of the process definition
GatewayOuterClass.CreateProcessInstanceRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GatewayOuterClass.CreateProcessInstanceRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
a reference key chosen by the user and will be part of all records resulted from this operation
the unique key identifying the process definition (e.g. returned from a process
in the DeployProcessResponse message)
List of start instructions.
GatewayOuterClass.CreateProcessInstanceRequest.Builder.clearTenantId()
the tenant id of the process definition
GatewayOuterClass.CreateProcessInstanceRequest.Builder.clearVariables()
JSON document that will instantiate the variables for the root variable scope of the
process instance; it must be a JSON object, as variables will be mapped in a
key-value fashion. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and
"b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
valid argument, as the root of the JSON document is an array and not an object.
GatewayOuterClass.CreateProcessInstanceRequest.Builder.clearVersion()
the version of the process; set to -1 to use the latest version
GatewayOuterClass.CreateProcessInstanceRequest.Builder.clone()
.gateway_protocol.CreateProcessInstanceRequest request = 1;
GatewayOuterClass.CreateProcessInstanceRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GatewayOuterClass.CreateProcessInstanceRequest.Builder.mergeFrom(com.google.protobuf.Message other)
GatewayOuterClass.CreateProcessInstanceRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GatewayOuterClass.CreateProcessInstanceRequest.newBuilder()
GatewayOuterClass.CreateProcessInstanceRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
List of start instructions.
the BPMN process ID of the process definition
GatewayOuterClass.CreateProcessInstanceRequest.Builder.setBpmnProcessIdBytes(com.google.protobuf.ByteString value)
the BPMN process ID of the process definition
GatewayOuterClass.CreateProcessInstanceRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
a reference key chosen by the user and will be part of all records resulted from this operation
the unique key identifying the process definition (e.g. returned from a process
in the DeployProcessResponse message)
GatewayOuterClass.CreateProcessInstanceRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
List of start instructions.
List of start instructions.
the tenant id of the process definition
GatewayOuterClass.CreateProcessInstanceRequest.Builder.setTenantIdBytes(com.google.protobuf.ByteString value)
the tenant id of the process definition
GatewayOuterClass.CreateProcessInstanceRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
JSON document that will instantiate the variables for the root variable scope of the
process instance; it must be a JSON object, as variables will be mapped in a
key-value fashion. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and
"b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
valid argument, as the root of the JSON document is an array and not an object.
GatewayOuterClass.CreateProcessInstanceRequest.Builder.setVariablesBytes(com.google.protobuf.ByteString value)
JSON document that will instantiate the variables for the root variable scope of the
process instance; it must be a JSON object, as variables will be mapped in a
key-value fashion. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and
"b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
valid argument, as the root of the JSON document is an array and not an object.
GatewayOuterClass.CreateProcessInstanceRequest.Builder.setVersion(int value)
the version of the process; set to -1 to use the latest version
GatewayOuterClass.CreateProcessInstanceRequest.toBuilder()