Package ai.extend.types
Interface RuleValidationStepRun.WorkflowRunIdStage
-
- All Known Implementing Classes:
RuleValidationStepRun.Builder
- Enclosing class:
- RuleValidationStepRun
public static interface RuleValidationStepRun.WorkflowRunIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleValidationStepRun.StatusStageworkflowRunId(java.lang.String workflowRunId)The ID of the parent workflow run.
-
-
-
Method Detail
-
workflowRunId
RuleValidationStepRun.StatusStage workflowRunId(@NotNull java.lang.String workflowRunId)
The ID of the parent workflow run.
Example:
"workflow_run_xKm9pNv3qWsY_jL2tR5Dh"
-
-