Releases: cadence-workflow/cadence-web
Releases · cadence-workflow/cadence-web
v3.25.0
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
v3.24.0
v3.23.2
v3.23.1
v3.23.0
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
See #241 for more screenshots.
v3.22.2
v3.22.1
v3.22.0
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
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)