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