public class ProcessInstanceCreateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessKey |
protected String |
message |
protected String |
name |
protected String |
outcome |
protected String |
overrideDefinitionTenantId |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected List<RestVariable> |
startFormVariables |
protected String |
tenantId |
protected List<RestVariable> |
transientVariables |
protected List<RestVariable> |
variables |
| Constructor and Description |
|---|
ProcessInstanceCreateRequest() |
protected String processDefinitionId
protected String processDefinitionKey
protected String message
protected String name
protected String businessKey
protected List<RestVariable> variables
protected List<RestVariable> transientVariables
protected List<RestVariable> startFormVariables
protected String outcome
protected String tenantId
protected String overrideDefinitionTenantId
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String processDefinitionKey)
public String getName()
public void setName(String name)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public String getMessage()
public void setMessage(String message)
public void setTenantId(String tenantId)
public String getTenantId()
public String getOverrideDefinitionTenantId()
public void setOverrideDefinitionTenantId(String overrideDefinitionTenantId)
public List<RestVariable> getVariables()
public void setVariables(List<RestVariable> variables)
public List<RestVariable> getTransientVariables()
public void setTransientVariables(List<RestVariable> transientVariables)
public List<RestVariable> getStartFormVariables()
public void setStartFormVariables(List<RestVariable> startFormVariables)
public String getOutcome()
public void setOutcome(String outcome)
public boolean isTenantSet()
public boolean getReturnVariables()
public void setReturnVariables(boolean returnVariables)
Copyright © 2022 Flowable. All rights reserved.