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