public interface DmnHistoricDecisionExecution
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
reference to the activity for which the decision was executed
|
String |
getDecisionDefinitionId()
reference to the decision definition that was executed
|
String |
getDecisionKey()
reference to decision key
|
String |
getDecisionName()
reference to decision name
|
String |
getDecisionVersion()
reference to decision version
|
String |
getDeploymentId()
reference to the deployment of the decision definition that was executed
|
Date |
getEndTime()
end time of the decision execution
|
String |
getExecutionId()
reference to the execution for which the decision was executed
|
String |
getExecutionJson()
detailed information of the decision execution
|
String |
getId()
unique identifier
|
String |
getInstanceId()
reference to the (process) instance for which the decision was executed
|
String |
getScopeType()
reference to the scope type for which the decision was executed
|
Date |
getStartTime()
start time of the decision execution
|
String |
getTenantId()
tenant identifier of this decision execution
|
boolean |
isFailed()
identifier if the decision execution failed
|
String getId()
String getDecisionDefinitionId()
String getDeploymentId()
Date getStartTime()
Date getEndTime()
String getInstanceId()
String getExecutionId()
String getActivityId()
String getScopeType()
boolean isFailed()
String getTenantId()
String getExecutionJson()
String getDecisionKey()
String getDecisionName()
String getDecisionVersion()
Copyright © 2020 Flowable. All rights reserved.