Skip to content

Releases: cadence-workflow/cadence-web

v4.0.16

Choose a tag to compare

@Assem-Uber Assem-Uber released this 29 Jun 11:29
a88a18c

What's Changed

Added

Changed

Fixed

  • Clear selected cluster attribute from failovers table when filters are cleared by @adhityamamallan in #1258
  • Remove double-encoding of URL params in diagnostics event ID links by @YoavLev in #1308
  • Format verbose cause enum on workflow initiation failed events by @YoavLev in #1318
  • Refetch workflow count alongside list on query rerun by @YoavLev in #1317
  • Tweak overflow styles in JSON renderer to prevent spillovers by @adhityamamallan in #1338
  • Rewrite activeClusterSelectionPolicy schema to remove legacy fields and handle empty policy by @adhityamamallan in #1351

Highlights

Partial workflow name search

Workflows now can be searched using LIKE in prefix match. This can be used while searching with query mode. To enable prefix match in the default search mode enable CADENCE_LIST_WORKFLOWS_PARTIAL_MATCH_ENABLED=true feature flag. This should be available for cadence server 1.4.2 (upcoming release).

Workflow queries deep-linkable

Workflow query panels can be opened directly via URL query params, making it easier to share links to specific queries.

Guided tour component library

Adds a reusable guided tour component library built on react-joyride v3 for in-app walkthroughs.

Full Changelog: v4.0.15...v4.0.16

v4.0.15

Choose a tag to compare

@adhityamamallan adhityamamallan released this 28 Apr 12:06
d518e9c

What's Changed

Added

Changed

Fixed

Highlights

New Workflows List UI with modifiable columns

Feature is in alpha stage and requires setting feature flag CADENCE_WORKFLOWS_LIST_ENABLED=true

Screenshot 2026-04-28 at 14 03 23 Screenshot 2026-04-28 at 14 03 27

Role-based Cadence Web

image image

New Contributors

Full Changelog: v4.0.14...v4.0.15

v4.0.14

Choose a tag to compare

@adhityamamallan adhityamamallan released this 12 Mar 15:32
334212c

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: v4.0.13...v4.0.14

Highlights

Workflow History V2

  • Workflow History V2 is officially moving from alpha to open beta 🥳
  • We have improved the event grouping logic in Workflow History V2 to highlight local activities and workflow signals.
  • We have added a new Timeline chart component to help you visualize long-running workflows.
Screenshot 2026-02-27 at 17 04 39
Screen.Recording.2026-02-19.at.11.50.21.mov

Render Markdown in Workflow Queries

  • You can now return Markdoc from your workflow's query handlers to build fully-featured UIs in your Workflow's Queries tab!
Screenshot 2026-01-01 at 7 36 26 PM Screenshot 2026-01-01 at 7 36 35 PM image

v4.0.13

Choose a tag to compare

@Assem-Uber Assem-Uber released this 02 Feb 11:30
e3a61a5

What's Changed

Added

Fixed

Highlights

  • New History design that is more compact, faster and provide faster navigations. Feature is in alpha stage and requires setting feature flag CADENCE_HISTORY_PAGE_V2_ENABLED=ENABLED | OPT_IN | OPT_OUT | DISABLED.
Screenshot 2026-02-02 at 15 08 28

New Contributors

Full Changelog: v4.0.12...v4.0.13

v4.0.12

Choose a tag to compare

@adhityamamallan adhityamamallan released this 26 Nov 14:05
f55ce2a

What's Changed

Added

Fixed

Highlights

  • Search attributes in Start Workflow form
image

New Contributors

Full Changelog: v4.0.11...v4.0.12

v4.0.11

Choose a tag to compare

@adhityamamallan adhityamamallan released this 29 Oct 10:45
c51fab0

What's Changed

Added

Fixed

Highlights

"Remaining time" badge for workflow starts with a backoff, and for timers

image

Cron schedule input for starting workflows

Screenshot 2025-10-29 at 11 43 31

New Contributors

Full Changelog: v4.0.10...v4.0.11

v4.0.10

Choose a tag to compare

@Assem-Uber Assem-Uber released this 09 Oct 17:37
68a7e90

What's Changed

Added

Changed

Fixed

  • Fix signal filter to show both external signal and workflow signal events by @adhityamamallan in #1024
  • Show deprecated domains on redirection to domain search page by @YoavLev in #1022

Highlights

  • You can now start workflows from UI, you can find Start workflow button in Domain Page and Workflow Page > Workflow Actions Menu.
Screenshot 2025-10-09 at 19 28 49

New Contributors

Full Changelog: v4.0.9...v4.0.10

v4.0.9

Choose a tag to compare

@adhityamamallan adhityamamallan released this 18 Sep 09:15
985ca92

What's Changed

Added

Changed

Fixed

Highlights

  • Instrumentation for Node runtime to track performance
  • Single line summaries for History Events in Workflow History UI
  • Support for active-active domains
image image image

Full Changelog: v4.0.8...v4.0.9

v4.0.8

Choose a tag to compare

@Assem-Uber Assem-Uber released this 19 Aug 11:03
daa4104

What's Changed

Added

Changed

Fixed

  • Fix flicker of error message for missing workflow by @Assem-Uber in #991
  • Fix bug of rendering nothing on ungrouped history table when selected event is not in the list by @adhityamamallan in #987
  • Fix 1 critical vulnerability by upgrade Nextjs to v14.2.31 by @Assem-Uber in #981

Highlights

Screenshot 2025-08-07 at 11 55 34 AM Screenshot 2025-08-07 at 11 55 47 AM

Full Changelog: v4.0.7...v4.0.8

v4.0.7

Choose a tag to compare

@Assem-Uber Assem-Uber released this 24 Jul 14:11
608dcf5

What's Changed

Added

Changed

Fixed

  • Fix domains page search bar filtering with stale value by @Assem-Uber in #940

Highlights

  • Ungrouped history events view
  • Query input autocomplete
  • Markdown support for query response
Screenshot 2025-07-24 at 16 04 26 Screenshot 2025-07-24 at 16 09 30 image

New Contributors

Full Changelog: v4.0.6...v4.0.7