Package ai.extend.types
Interface StepRunStep.TypeStage
-
- All Known Implementing Classes:
StepRunStep.Builder
- Enclosing class:
- StepRunStep
public static interface StepRunStep.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepRunStep._FinalStagetype(StepRunStepType type)The type of workflow step:
-
-
-
Method Detail
-
type
StepRunStep._FinalStage type(@NotNull StepRunStepType type)
The type of workflow step:
"EXTERNAL_DATA_VALIDATION"- Validates data against an external source"RULE_VALIDATION"- Validates data against defined rules
-
-