Class ProcessInstanceCreateRequest
java.lang.Object
org.flowable.rest.service.api.runtime.process.ProcessInstanceCreateRequest
Modified to add a "returnVariables" flag, which determines whether the variables that exist within the process instance when the first wait state is encountered (or when the process instance
completes) should be returned or not.
- Author:
- Frederik Heremans, Ryan Johnston (@rjfsu), Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected List<RestVariable>
protected String
protected List<RestVariable>
protected List<RestVariable>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
void
setBusinessKey
(String businessKey) void
setMessage
(String message) void
void
setOutcome
(String outcome) void
setOverrideDefinitionTenantId
(String overrideDefinitionTenantId) void
setProcessDefinitionId
(String processDefinitionId) void
setProcessDefinitionKey
(String processDefinitionKey) void
setReturnVariables
(boolean returnVariables) void
setStartFormVariables
(List<RestVariable> startFormVariables) void
setTenantId
(String tenantId) void
setTransientVariables
(List<RestVariable> transientVariables) void
setVariables
(List<RestVariable> variables)
-
Field Details
-
processDefinitionId
-
processDefinitionKey
-
message
-
name
-
businessKey
-
variables
-
transientVariables
-
startFormVariables
-
outcome
-
tenantId
-
overrideDefinitionTenantId
-
-
Constructor Details
-
ProcessInstanceCreateRequest
public ProcessInstanceCreateRequest()
-
-
Method Details
-
getProcessDefinitionId
-
setProcessDefinitionId
-
getProcessDefinitionKey
-
setProcessDefinitionKey
-
getName
-
setName
-
getBusinessKey
-
setBusinessKey
-
getMessage
-
setMessage
-
setTenantId
-
getTenantId
-
getOverrideDefinitionTenantId
-
setOverrideDefinitionTenantId
-
getVariables
-
setVariables
-
getTransientVariables
-
setTransientVariables
-
getStartFormVariables
-
setStartFormVariables
-
getOutcome
-
setOutcome
-
isTenantSet
public boolean isTenantSet() -
getReturnVariables
public boolean getReturnVariables() -
setReturnVariables
public void setReturnVariables(boolean returnVariables)
-