List of start instructions.
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
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
.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.newBuilder()
GatewayOuterClass.CreateProcessInstanceRequest.newBuilderForType(com.google.protobuf.AbstractMessage.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
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.
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
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()