Interface IWorkflowExecutionPostProcessParams


public interface IWorkflowExecutionPostProcessParams
Since:
7.0.11
Author:
XIMA MEDIA GmbH
  • Method Details

    • getWorkflowExecutionContext

      IWorkflowExecutionContext getWorkflowExecutionContext()
      Returns:
      Current workflow execution context.
    • getResult

      Returns:
      The current result of the workflow. Note that this may still be changed by later post processors.