Interface WorkFlowEngine


  • public interface WorkFlowEngine
    Interface for a workflow engine.
    Author:
    Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
    • Method Detail

      • run

        WorkReport run​(WorkFlow workFlow,
                       WorkContext workContext)
        Run the given workflow and return its report.
        Parameters:
        workFlow - to run
        workContext - context in which the workflow will be run
        Returns:
        workflow report