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