public class AcquiredExternalWorkerJobResponse extends ExternalWorkerJobResponse
| Modifier and Type | Field and Description |
|---|---|
protected List<EngineRestVariable> |
variables |
correlationId, createTime, dueDate, elementId, elementName, exceptionMessage, executionId, id, lockExpirationTime, lockOwner, processDefinitionId, processInstanceId, retries, scopeDefinitionId, scopeId, scopeType, subScopeId, tenantId, url| Constructor and Description |
|---|
AcquiredExternalWorkerJobResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<EngineRestVariable> |
getVariables() |
void |
setVariables(List<EngineRestVariable> variables) |
getCorrelationId, getCreateTime, getDueDate, getElementId, getElementName, getExceptionMessage, getExecutionId, getId, getLockExpirationTime, getLockOwner, getProcessDefinitionId, getProcessInstanceId, getRetries, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTenantId, getUrl, setCorrelationId, setCreateTime, setDueDate, setElementId, setElementName, setExceptionMessage, setExecutionId, setId, setLockExpirationTime, setLockOwner, setProcessDefinitionId, setProcessInstanceId, setRetries, setScopeDefinitionId, setScopeId, setScopeType, setSubScopeId, setTenantId, setUrlprotected List<EngineRestVariable> variables
public List<EngineRestVariable> getVariables()
public void setVariables(List<EngineRestVariable> variables)
Copyright © 2020 Flowable. All rights reserved.