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