Interface WorkflowBuilders
-
- All Known Implementing Classes:
MistralBuilders
public interface WorkflowBuildersThe Workflow service builders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionDefinitionBuilderactionDefinition()The builder to create an action definition.WorkbookDefinitionBuilderworkbookDefinition()The builder to create a workbook definition.WorkflowDefinitionBuilderworkflowDefinition()The builder to create a workflow definition.WorkflowExecutionBuilderworkflowExecution()The builder to create a workflow execution.
-
-
-
Method Detail
-
workflowDefinition
WorkflowDefinitionBuilder workflowDefinition()
The builder to create a workflow definition.- Returns:
- the workflow definition builder.
-
workbookDefinition
WorkbookDefinitionBuilder workbookDefinition()
The builder to create a workbook definition.- Returns:
- the workbook definition builder.
-
actionDefinition
ActionDefinitionBuilder actionDefinition()
The builder to create an action definition.- Returns:
- the action definition builder.
-
workflowExecution
WorkflowExecutionBuilder workflowExecution()
The builder to create a workflow execution.- Returns:
- the workflow execution builder.
-
-