Skip to content

v3.25.0

Compare
Choose a tag to compare
@just-at-uber just-at-uber released this 21 Apr 21:20
· 192 commits to master since this release
e49ff81

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