instructions describing which variables should be created
instructions describing which variables should be created
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.clear()
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.clearScopeId()
the id of the element in which scope the variables should be created;
leave empty to create the variables in the global scope of the process instance
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.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.
instructions describing which variables should be created
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.mergeFrom(com.google.protobuf.Message other)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.newBuilder()
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.newBuilderForType()
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setScopeId(String value)
the id of the element in which scope the variables should be created;
leave empty to create the variables in the global scope of the process instance
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setScopeIdBytes(com.google.protobuf.ByteString value)
the id of the element in which scope the variables should be created;
leave empty to create the variables in the global scope of the process instance
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setVariables(String 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.ModifyProcessInstanceRequest.VariableInstruction.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.ModifyProcessInstanceRequest.VariableInstruction.toBuilder()