Package ai.extend.types
Interface WorkflowRun.DashboardUrlStage
-
- All Known Implementing Classes:
WorkflowRun.Builder
- Enclosing class:
- WorkflowRun
public static interface WorkflowRun.DashboardUrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRun.StatusStagedashboardUrl(java.lang.String dashboardUrl)A URL to view this workflow run in the Extend dashboard.
-
-
-
Method Detail
-
dashboardUrl
WorkflowRun.StatusStage dashboardUrl(@NotNull java.lang.String dashboardUrl)
A URL to view this workflow run in the Extend dashboard.
Example:
"https://dashboard.extend.ai/workflows/workflow_run_xKm9pNv3qWsY_jL2tR5Dh"
-
-