Package ai.extend.types
Interface WorkflowReference.IdStage
-
- All Known Implementing Classes:
WorkflowReference.Builder
- Enclosing class:
- WorkflowReference
public static interface WorkflowReference.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowReference.Builderfrom(WorkflowReference other)WorkflowReference._FinalStageid(java.lang.String id)The ID of the workflow.
-
-
-
Method Detail
-
id
WorkflowReference._FinalStage id(@NotNull java.lang.String id)
The ID of the workflow.
Example:
"workflow_BMdfq_yWM3sT-ZzvCnA3f"
-
from
WorkflowReference.Builder from(WorkflowReference other)
-
-