Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Controlling Workflows From Web
date: 2025-10-10
authors: assem-hafez
tags:
- release
- announcement
---

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.

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.

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.

***

## Where to Find the New Controls

All workflow actions are designed to be discoverable and intuitive, fitting naturally into existing pages and workflows.

#### 1. Workflow Execution Page

![Workflow actions menu](./workflow-actions-menu.png)

#### 2. Domain Page (Starting New Workflows)

![Start new workflow](./start-new-workflow.png)

***

## Try It Today!

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.

If you haven’t updated yet, we highly recommend upgrading to the latest Cadence Web release and exploring the new Workflow Actions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,14 @@ kevinb:
page: true
socials:
linkedin: https://www.linkedin.com/in/kevin-burns-8182aa58/
github: bueller87
github: bueller87

assem-hafez:
name: Assem Hafez
title: Software Engineer @ Uber
url: https://github.com/assem-hafez
image_url: https://github.com/assem-hafez.png
page: true
socials:
linkedin: https://www.linkedin.com/in/assem-hafez-160553b7/
github: Assem-Hafez