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