Interface IWorkflowExecutionPostProcessParams


  • public interface IWorkflowExecutionPostProcessParams
    Parameters for IWorkflowExecutionPostProcessor#postProcess(IProvideDefaultResponseParams).
    Since:
    7.0.11
    Author:
    XIMA MEDIA GmbH
    • 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.