Interface WorkflowRunCancelResponseWorkflowRun.UrlStage
-
- All Known Implementing Classes:
WorkflowRunCancelResponseWorkflowRun.Builder
- Enclosing class:
- WorkflowRunCancelResponseWorkflowRun
public static interface WorkflowRunCancelResponseWorkflowRun.UrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunCancelResponseWorkflowRun.InitialRunAtStageurl(java.lang.String url)A URL to view this workflow run in the Extend UI.
-
-
-
Method Detail
-
url
WorkflowRunCancelResponseWorkflowRun.InitialRunAtStage 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"
-
-