Interface IWorkflowExecutionPostProcessParams
- 
public interface IWorkflowExecutionPostProcessParams- Since:
 - 7.0.11
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITaskExecutionResultgetResult()IWorkflowExecutionContextgetWorkflowExecutionContext() 
 - 
 
- 
- 
Method Detail
- 
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.
 
 
 - 
 
 -