Class CreateProcessInstanceRequest
java.lang.Object
io.camunda.zeebe.client.protocol.rest.CreateProcessInstanceRequest
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class CreateProcessInstanceRequest
extends Object
Deprecated.
CreateProcessInstanceRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFetchVariablesItem(String fetchVariablesItem) Deprecated.addStartInstructionsItem(ProcessInstanceCreationStartInstruction startInstructionsItem) Deprecated.awaitCompletion(Boolean awaitCompletion) Deprecated.booleanDeprecated.fetchVariables(List<String> fetchVariables) Deprecated.Deprecated.Wait for the process instance to complete.Deprecated.List of variables names to be included in the response.Deprecated.A reference key chosen by the user that will be part of all records resulting from this operation.Deprecated.The BPMN process ID of the process definition to start an instance of.Deprecated.The unique key identifying the process definition, for example, returned for a process in the deploy resources endpoint.Deprecated.The version of the process.Deprecated.Timeout (in ms) the request waits for the process to complete.Deprecated.List of start instructions.Deprecated.The tenant ID of the process definition.Deprecated.JSON object that will instantiate the variables for the root variable scope of the process instance.inthashCode()Deprecated.operationReference(Long operationReference) Deprecated.processDefinitionId(String processDefinitionId) Deprecated.processDefinitionKey(Long processDefinitionKey) Deprecated.processDefinitionVersion(Integer processDefinitionVersion) Deprecated.putVariablesItem(String key, Object variablesItem) Deprecated.requestTimeout(Long requestTimeout) Deprecated.voidsetAwaitCompletion(Boolean awaitCompletion) Deprecated.voidsetFetchVariables(List<String> fetchVariables) Deprecated.voidsetOperationReference(Long operationReference) Deprecated.voidsetProcessDefinitionId(String processDefinitionId) Deprecated.voidsetProcessDefinitionKey(Long processDefinitionKey) Deprecated.voidsetProcessDefinitionVersion(Integer processDefinitionVersion) Deprecated.voidsetRequestTimeout(Long requestTimeout) Deprecated.voidsetStartInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) Deprecated.voidsetTenantId(String tenantId) Deprecated.voidsetVariables(Map<String, Object> variables) Deprecated.startInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_VERSION
Deprecated.- See Also:
-
JSON_PROPERTY_VARIABLES
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
JSON_PROPERTY_OPERATION_REFERENCE
Deprecated.- See Also:
-
JSON_PROPERTY_START_INSTRUCTIONS
Deprecated.- See Also:
-
JSON_PROPERTY_AWAIT_COMPLETION
Deprecated.- See Also:
-
JSON_PROPERTY_FETCH_VARIABLES
Deprecated.- See Also:
-
JSON_PROPERTY_REQUEST_TIMEOUT
Deprecated.- See Also:
-
-
Constructor Details
-
CreateProcessInstanceRequest
public CreateProcessInstanceRequest()Deprecated.
-
-
Method Details
-
processDefinitionKey
Deprecated. -
getProcessDefinitionKey
Deprecated.The unique key identifying the process definition, for example, returned for a process in the deploy resources endpoint. Cannot be used together with processDefinitionId.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
Deprecated. -
processDefinitionId
Deprecated. -
getProcessDefinitionId
Deprecated.The BPMN process ID of the process definition to start an instance of. Cannot be used together with processDefinitionKey.- Returns:
- processDefinitionId
-
setProcessDefinitionId
Deprecated. -
processDefinitionVersion
Deprecated. -
getProcessDefinitionVersion
Deprecated.The version of the process. Only considered when a processDefinitionId is provided. By default, the latest version of the process is used.- Returns:
- processDefinitionVersion
-
setProcessDefinitionVersion
Deprecated. -
variables
Deprecated. -
putVariablesItem
Deprecated. -
getVariables
Deprecated.JSON object that will instantiate the variables for the root variable scope of the process instance.- Returns:
- variables
-
setVariables
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the process definition.- Returns:
- tenantId
-
setTenantId
Deprecated. -
operationReference
Deprecated. -
getOperationReference
Deprecated.A reference key chosen by the user that will be part of all records resulting from this operation. Must be >0 if provided. minimum: 1- Returns:
- operationReference
-
setOperationReference
Deprecated. -
startInstructions
public CreateProcessInstanceRequest startInstructions(List<ProcessInstanceCreationStartInstruction> startInstructions) Deprecated. -
addStartInstructionsItem
public CreateProcessInstanceRequest addStartInstructionsItem(ProcessInstanceCreationStartInstruction startInstructionsItem) Deprecated. -
getStartInstructions
Deprecated.List of start instructions. By default, the process instance will start at the start event. If provided, the process instance will apply start instructions after it has been created.- Returns:
- startInstructions
-
setStartInstructions
Deprecated. -
awaitCompletion
Deprecated. -
getAwaitCompletion
Deprecated.Wait for the process instance to complete. If the process instance completion does not occur within the requestTimeout, the request will be closed. This can lead to a 504 response status. Disabled by default.- Returns:
- awaitCompletion
-
setAwaitCompletion
Deprecated. -
fetchVariables
Deprecated. -
addFetchVariablesItem
Deprecated. -
getFetchVariables
Deprecated.List of variables names to be included in the response. If empty, all visible variables in the root scope will be returned.- Returns:
- fetchVariables
-
setFetchVariables
Deprecated. -
requestTimeout
Deprecated. -
getRequestTimeout
Deprecated.Timeout (in ms) the request waits for the process to complete. By default or when set to 0, the generic request timeout configured in the cluster is applied.- Returns:
- requestTimeout
-
setRequestTimeout
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-