| 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()`.
|
| SpawnedThreads |
|
| TaskNodeOutput |
|
| ThreadFunc |
A ThreadFunc is the interface an object must implement in order to define a `ThreadSpec`
programmatically using the Java Library.
|
| UserTaskOutput |
|
| WaitForThreadsNodeOutput |
The `WaitForThreadsNodeOutput` interface represents a specialized NodeOutput
used to manage parallel thread executions and control their behavior during
workflow execution.
|
| WfRunVariable |
A WfRunVariable is a handle on a Variable in a WfSpec.
|
| WorkflowCondition |
A WorkflowCondition is a representation of a boolean expression.
|
| WorkflowIterator |
|
| WorkflowThread |
This interface is what is used to define the logic of a ThreaSpec in a ThreadFunc.
|