Interface IWorkflowExecutionPostProcessParams
public interface IWorkflowExecutionPostProcessParams
- Since:
- 7.0.11
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getWorkflowExecutionContext
IWorkflowExecutionContext getWorkflowExecutionContext()- Returns:
- Current workflow execution context.
-
getResult
ITaskExecutionResult getResult()- Returns:
- The current result of the workflow. Note that this may still be changed by later post processors.
-