Interface IfElseBody


  • public interface IfElseBody
    Functional interface representing a body of Workflow code to be executed inside an if or else condition.

    This interface should be implemented by the user of LittleHorse.

    • Method Detail

      • body

        void body​(WorkflowThread thread)
        This is the body of Workflow Code.
        Parameters:
        thread - is a handle to the ThreadBuilder for the specific if/else block.