Interface IWorkflowExecutionPostProcessParams

    • 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.