diff --git a/blog/2025-10-12-controlling-workflows-from-web/2025-10-12-controlling-workflows-from-web.md b/blog/2025-10-12-controlling-workflows-from-web/2025-10-12-controlling-workflows-from-web.md new file mode 100644 index 000000000..05817057d --- /dev/null +++ b/blog/2025-10-12-controlling-workflows-from-web/2025-10-12-controlling-workflows-from-web.md @@ -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. diff --git a/blog/2025-10-12-controlling-workflows-from-web/start-new-workflow.png b/blog/2025-10-12-controlling-workflows-from-web/start-new-workflow.png new file mode 100644 index 000000000..d951852ff Binary files /dev/null and b/blog/2025-10-12-controlling-workflows-from-web/start-new-workflow.png differ diff --git a/blog/2025-10-12-controlling-workflows-from-web/workflow-actions-menu.png b/blog/2025-10-12-controlling-workflows-from-web/workflow-actions-menu.png new file mode 100644 index 000000000..bdd42793d Binary files /dev/null and b/blog/2025-10-12-controlling-workflows-from-web/workflow-actions-menu.png differ diff --git a/blog/authors.yml b/blog/authors.yml index 249e1919c..079a91ab4 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -136,4 +136,14 @@ kevinb: page: true socials: linkedin: https://www.linkedin.com/in/kevin-burns-8182aa58/ - github: bueller87 \ No newline at end of file + 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 \ No newline at end of file