v2.20.0
Highlights
Workflow Status Counts
Display the Workflow count for each Execution Status with live updates to changes in the counts and a button for quick Workflow list refresh. Also available for Schedules with link to view all Workflow runs for that Schedule.
Download decoding
Allow user to choose to decode the event history in the UI before downloading to JSON file.
Trigger Workflow Immediately from a Schedule
Allow user to immediately trigger a Workflow from a schedule and choose which policy to trigger it with.
Specific Event URLs
Support /:workflowID/:runID/history/events/:ID
urls which allows users to share URLs for specific events in the event history for a workflow and view them in the UI.
On-demand payload decoding
Only make a request to decode payload to the codec server (if configured) when displayed in the UI. Prevents excessive number of calls to codec server.
UI Improvements
Add Workflow Type to Relationships table
Make Pending Activities section collapsable
Responsiveness and time formatting improvements
Changelog
- 2023-10-30 - 34ae0824 - Update version.go to 2.20.0 (#1720)
- 2023-10-30 - a42bf055 - 2.20.1 (#1718)
- 2023-10-30 - 284a642c - Make Pending Activities section collapsable (#1719)
- 2023-10-30 - d71dd4b8 - Fixes for v2.20 (#1712)
- 2023-10-26 - c792d1ea - Make Batch Operations list and details page responsive (#1713)
- 2023-10-26 - df8d56db - 2.20.0 (#1711)
- 2023-10-26 - f60e2a0e - Allow decodePayload to return full payload with data instead of only data (#1710)
- 2023-10-26 - de62ec19 - Schedule Workflows Count and View All link (#1709)
- 2023-10-26 - 6b1bd5cd - Bump SvelteKit to v1.27.0 (#1706)
- 2023-10-26 - d54a0e59 - Use workflow scheduledId insted of event history since it's already decoded. Add test (#1708)
- 2023-10-25 - 5c99068b - Check that query result is string (#1705)
- 2023-10-23 - 05266c98 - Allow decoding Event History Download through the UI (#1704)
- 2023-10-20 - 82ef08ed - Refresh Workflow Counts (#1699)
- 2023-10-19 - 33784439 - Remove websocket-as-promise and fix event tests (#1698)
- 2023-10-19 - e2bd1021 - DT-1150 and DT-1136 - i18n improvements (#1684)
- 2023-10-19 - 1c8c16e9 - Keyboard navigation improvements (#1685)
- 2023-10-19 - 62977398 - Fix workflow counts fetching logic by using query param (#1696)
- 2023-10-19 - d0a2a643 - Add includeMillisecondsForUnderSecond for formatDate to show ms for under 1 second (#1695)
- 2023-10-19 - 11a45de6 - Use last WorkflowTaskFailed event for strongly typed error (#1688)
- 2023-10-17 - 6b5df158 - Individual Event History page (#1694)
- 2023-10-17 - d2988c6c - PayloadDecoder (#1651)
- 2023-10-16 - cd606b63 - add workflow type to relationships table (#1693)
- 2023-10-16 - e5a810e6 - Update pnpm version in setup action (#1692)
- 2023-10-16 - 6fd9257d - Bump golang.org/x/net from 0.14.0 to 0.17.0 in /server (#1679)
- 2023-10-16 - 82fe1f11 - Bump @babel/traverse from 7.20.12 to 7.23.2 (#1691)
- 2023-10-16 - 03135e27 - Workflow Counts (#1686)
- 2023-10-16 - 29ea87e3 - Bump to .5 for base docker images (#1690)
- 2023-10-13 - 547c2f27 - Bump postccs/cookie versions (#1687)
- 2023-10-13 - 939d34b7 - Trigger Schedule immediately (#1682)
- 2023-10-12 - 63fa1f06 - replace reset reapply type select with checkbox (#1675)