Interface ITaskExecutionSuccessResult
- All Superinterfaces:
ITaskExecutionResult
,Serializable
The result of execution a
WorkflowTask
, returned by the task runner when the task was executed successfully.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.ITaskExecutionResult
asError, asSuccess, getExecutionFinishedOrder, getExecutionStartedOrder, getFormDataAdapter, getFormRecord, getFrqSessionAttributesMapDiff, getResultMap, getServletResponse, getSessionAttributesMapDiff, getTasks, isWasFormRecordDeleted
-
Method Details
-
isWasSuccessful
default boolean isWasSuccessful()- Specified by:
isWasSuccessful
in interfaceITaskExecutionResult
- Returns:
true
if this result is aITaskExecutionSuccessResult
, orfalse
if this result is aITaskExecutionErrorResult
.
-