Package io.littlehorse.sdk.wfsdk
Interface IfElseBody
-
public interface IfElseBodyFunctional 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbody(WorkflowThread thread)This is the body of Workflow Code.
-
-
-
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.
-
-