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