Package ai.extend.types
Interface WorkflowRun.ReviewedStage
-
- All Known Implementing Classes:
WorkflowRun.Builder
- Enclosing class:
- WorkflowRun
public static interface WorkflowRun.ReviewedStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRun._FinalStagereviewed(boolean reviewed)Whether the workflow run has been reviewed.
-
-
-
Method Detail
-
reviewed
WorkflowRun._FinalStage reviewed(boolean reviewed)
Whether the workflow run has been reviewed.
-
-