Skip to content

Commit 115ec79

Browse files
Assem-UberCopilot
andauthored
Docs: Add wf actions blog (#295)
* Add wf actions blog Signed-off-by: Assem Hafez <[email protected]> * Update blog/2025-10-12-controlling-workflows-from-web/2025-10-12-controlling-workflows-from-web.md Co-authored-by: Copilot <[email protected]> --------- Signed-off-by: Assem Hafez <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 03aff59 commit 115ec79

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Controlling Workflows From Web
3+
date: 2025-10-10
4+
authors: assem-hafez
5+
tags:
6+
- release
7+
- announcement
8+
---
9+
10+
For a long time, controlling Cadence workflows was primarily done through the client SDKs or the administrative CLI. Our vision for **Cadence Web** has been to evolve it from a read-only inspection tool into a **Unified Operational Hub** for all workflow management needs. This means putting every essential workflow action directly in the hands of operators, support engineers, and developers—right where they observe workflows.
11+
12+
Over the past releases, we’ve been steadily introducing interactive capabilities such as **Terminate**, **Cancel**, **Restart**, **Signal**, and **Reset**. Each of these brought Cadence Web closer to becoming a full-featured operational console.
13+
14+
Today, we’re completing that journey with the introduction of the **`Start Workflow`** action. Operators can now manage the full workflow lifecycle—from initiation to completion—entirely within the Web UI.
15+
16+
***
17+
18+
## Where to Find the New Controls
19+
20+
All workflow actions are designed to be discoverable and intuitive, fitting naturally into existing pages and workflows.
21+
22+
#### 1. Workflow Execution Page
23+
24+
![Workflow actions menu](./workflow-actions-menu.png)
25+
26+
#### 2. Domain Page (Starting New Workflows)
27+
28+
![Start new workflow](./start-new-workflow.png)
29+
30+
***
31+
32+
## Try It Today!
33+
34+
With **Start Workflow** now available, Cadence Web provides a truly end-to-end operational surface for workflows. Whether you're debugging incidents, restarting workflows after a fix, or manually kicking off test runs, everything you need is now in one place.
35+
36+
If you haven’t updated yet, we highly recommend upgrading to the latest Cadence Web release and exploring the new Workflow Actions.
126 KB
Loading
177 KB
Loading

blog/authors.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,14 @@ kevinb:
136136
page: true
137137
socials:
138138
linkedin: https://www.linkedin.com/in/kevin-burns-8182aa58/
139-
github: bueller87
139+
github: bueller87
140+
141+
assem-hafez:
142+
name: Assem Hafez
143+
title: Software Engineer @ Uber
144+
url: https://github.com/assem-hafez
145+
image_url: https://github.com/assem-hafez.png
146+
page: true
147+
socials:
148+
linkedin: https://www.linkedin.com/in/assem-hafez-160553b7/
149+
github: Assem-Hafez

0 commit comments

Comments
 (0)