Package ai.extend.types
Interface WorkflowRunSummary.WorkflowIdStage
-
- All Known Implementing Classes:
WorkflowRunSummary.Builder
- Enclosing class:
- WorkflowRunSummary
public static interface WorkflowRunSummary.WorkflowIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunSummary.WorkflowNameStageworkflowId(java.lang.String workflowId)The ID of the workflow that was run.
-
-
-
Method Detail
-
workflowId
WorkflowRunSummary.WorkflowNameStage workflowId(@NotNull java.lang.String workflowId)
The ID of the workflow that was run. Will always start with "workflow".
Example:
"workflow_BMdfq_yWM3sT-ZzvCnA3f"
-
-