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