Package ai.extend.types
Interface ConditionalExtractStepRun.StatusStage
-
- All Known Implementing Classes:
ConditionalExtractStepRun.Builder
- Enclosing class:
- ConditionalExtractStepRun
public static interface ConditionalExtractStepRun.StatusStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConditionalExtractStepRun.StepStagestatus(StepRunBaseStatus status)The status of the workflow step run:
-
-
-
Method Detail
-
status
ConditionalExtractStepRun.StepStage status(@NotNull StepRunBaseStatus status)
The status of the workflow step run:
"PENDING"- The step run is waiting to be executed"WAITING"- The step run is waiting for a dependency to complete"PROCESSING"- The step run is currently executing"PROCESSED"- The step run completed successfully"FAILED"- The step run encountered an error"CANCELLED"- The step run was cancelled
-
-