Skip to content

Releases: cadence-workflow/cadence-web

v3.25.0

21 Apr 21:20
e49ff81

Choose a tag to compare

Now you can view all your pending activites/childworkflows in the pending tasks tab

Added

  • pending tasks screen (#280, #285)
  • pending tab with count of pending tasks (navigates to pending tasks screen) (#280)
  • footer toolbar to workflow history screen (holds the pending tasks button) (#279)
  • open pending tasks button to display number of pending tasks for the workflow (will navigate to workflow pending screen) (#279)
  • route vuex store - to allow getters / actions to act on route change / trigger new redirects etc. (#275)
  • button group + tweaks to global components (#270)
  • test helpers to help test vuex getters (#278)

Changed

  • workflow execution now polled while workflow is running (#277)
  • refactored workflow to use vuex container model (#273, #276, #277)
  • other small refactors (#271, #272, #274)

Screenshots

Workflow history pending activity toolbar
Screen Shot 2021-04-14 at 3 12 53 PM

Pending activities
Screen Shot 2021-04-14 at 4 17 13 PM

Pending child workflows
Screen Shot 2021-04-20 at 4 26 48 PM

Pending decisions
Screen Shot 2021-04-20 at 12 21 33 PM

v3.24.0

30 Mar 23:03
b3c0084

Choose a tag to compare

Added

  • Expose start workflow in cadence-web service. This is currently not used in the UI but may be in the future. (#267)

Changed

  • Introduced lodash.get to resolve request params optionally. If these params don't resolve it will use what is passed to the request function instead. (#267)

v3.23.2

26 Mar 17:36
bbf3e26

Choose a tag to compare

Fixed

  • fixed issue where napa cache becomes corrupted and no longer can npm install (#263)

v3.23.1

26 Feb 18:59
78314d6

Choose a tag to compare

Changed

  • General UX improvements for workflow list basic and advanced screens (#259)

Fixed

  • Fixed a bug where workflow list advanced screen's input was not being applied (#259)

v3.23.0

25 Feb 19:18
95e894d

Choose a tag to compare

Added

  • Workflow history page now supports an Event Graph View to better visualize workflow histories (#241, #249, #251, #252, #253, #254, #255). Big thanks to @codemma for her contributions!

Changed

  • Updated Whats new section with latest releases for Cadence Go Client, Cadence Server & Cadence UI (#257).

Fixed

  • Fixed a bug where the history summary page would incorrectly render an encoded workflow ID (#256).

Screenshots

Event graph view
107076010-c0f9f600-679f-11eb-86e2-79745219f55e

See #241 for more screenshots.

v3.22.2

03 Feb 19:52
f7d92c3

Choose a tag to compare

Bugfixes

  • Fixed a bug where workflow layout was not displaying correctly for long workflow names or workflow IDs. (#246)

v3.22.1

02 Feb 19:36
46077a8

Choose a tag to compare

Bugfixes

  • Fixed a bug where the workflow list would fetch open workflows continuously even if they were fetched already. (#244)

v3.22.0

01 Feb 22:10
6a4d734

Choose a tag to compare

New features

  • Changed workflow list to use all filter which searches both open and closed workflows (#239) - Thanks @feedmeapples for original contribution.

v3.21.2

12 Jan 00:10
0808b30

Choose a tag to compare

Bugfixes

  • Fixed a bug where workflows created from a Java worker containing SideEffects would not be able to be viewed in the UI (#238 - Thanks @RaymondKroon)

v3.21.1

11 Jan 22:18
4d05cb6

Choose a tag to compare

Bugfixes

Fixed a bug where cadence-web would not build in pipeline by downgrading tchannel dependency (#236)