Package ai.extend.types
Interface WorkflowRunSummary.WorkflowNameStage
-
- All Known Implementing Classes:
WorkflowRunSummary.Builder
- Enclosing class:
- WorkflowRunSummary
public static interface WorkflowRunSummary.WorkflowNameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunSummary.WorkflowVersionIdStageworkflowName(java.lang.String workflowName)The name of the workflow that was run.
-
-
-
Method Detail
-
workflowName
WorkflowRunSummary.WorkflowVersionIdStage workflowName(@NotNull java.lang.String workflowName)
The name of the workflow that was run.
Example:
"Invoice Processing"
-
-