Interface IWorkflowExecutionPostProcessor

    • Method Detail

      • postProcess

        void postProcess​(IWorkflowExecutionPostProcessParams params)
                  throws Exception
        Called just before the workflow completes.
        Parameters:
        params - Parameters with the workflow context and the current workflow result.
        Throws:
        Exception - When post processing step could not be applied. This will result in a workflow failure. Catch the exception youself if you do not wish for that to happen.