Package com.flowable.action.api.history
Interface ActionInstanceExecutionResult
- All Superinterfaces:
HistoricActionInstance
- All Known Implementing Classes:
ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper
An object structure representing an execution of an action instance.
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
The optional execution payloadThe optional ui intent of the executionMethods inherited from interface com.flowable.action.api.history.HistoricActionInstance
getActionDefinitionId, getExecutedBy, getExecutionDate, getFormInstanceId, getFormKey, getFormParentDeploymentId, getId, getName, getPriority, getScopeDefinitionId, getScopeId, getScopeType, getStartDate, getSubScopeId, getTenantId
-
Method Details
-
getIntent
Intent getIntent()The optional ui intent of the execution -
getExecutionPayload
com.fasterxml.jackson.databind.JsonNode getExecutionPayload()The optional execution payload
-