| IfElseBody |
Functional interface representing a body of Workflow code to be executed inside
an if or else condition.
|
| LHFormatString |
|
| NodeOutput |
`NodeOutput` represents the output of a Node execution.
|
| SpawnedThread |
This is the output of `ThreadBuilder::spawnThread()`.
|
| ThreadBuilder |
This interface is what is used to define the logic of a ThreaSpec in a
ThreadFunc.
|
| ThreadFunc |
A ThreadFunc is the interface an object must implement in order to define a
`ThreadSpec` programmatically using the Java Library.
|
| UserTaskOutput |
|
| WfRunVariable |
A WfRunVariable is a handle on a Variable in a WfSpec.
|
| WorkflowCondition |
A WorkflowCondition is a representation of a boolean expression.
|