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