Interface ForkBuilder
public interface ForkBuilder
Builder interface for creating Fork instances. This is the initial builder in the fork creation
chain that requires an ID to be set before proceeding to the results stage fork builder.
ForkBuilder is typically used as part of the WorkflowDefinitionBuilder to create forks within a workflow definition. It follows a fluent builder pattern where the ID must be set first before other properties can be configured.
- Since:
- 1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionSets the ID for the fork and returns a results stage fork builder for further configuration.
-
Method Details
-
id
Sets the ID for the fork and returns a results stage fork builder for further configuration.- Parameters:
forkId- the unique identifier for the fork- Returns:
- a ResultsStageForkBuilder for configuring additional properties
-