Package ai.extend.types
Interface WorkflowStepBase.NameStage
-
- All Known Implementing Classes:
WorkflowStepBase.Builder
- Enclosing class:
- WorkflowStepBase
public static interface WorkflowStepBase.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowStepBase._FinalStagename(java.lang.String name)The name of the workflow step.
-
-
-
Method Detail
-
name
WorkflowStepBase._FinalStage name(@NotNull java.lang.String name)
The name of the workflow step.
Example:
"Validate Invoice Total"
-
-