Skip to content

0.3.2 ✔️

Summary

This release focuses on UI enhancements. Task flows have been completely revamped in the flow editor, with a simplified, cleaner visual layout and new capabilities. Task flow nodes can be moved between task levels, and can be selected to highlighted related input/output nodes.

Breaking changes

None.

Deprecations

None, but please note…

Fixes

  • 🐞 ui: fix that empty node names could not be edited in the flow editor
  • 🐞 wait node: fix typo in description of duration option

Features

  • ⚡ ui: flow editor - task flow nodes can now be moved between task levels
  • ⚡ ui: flow editor - task flow nodes have visual indicators to indicate flow or node input
  • ⚡ ui: flow editor - task flow nodes can be focused (single-click)
  • ⚡ ui: flow editor - focused task flow nodes will highlight related nodes for data input and output
  • ⚡ ui: flow editor - focused task flow nodes will show warnings when it’s upstream or downstream nodes are configured in an incorrect execution order

Enhancements

  • 🔼 ui: flow editor - task flow UX has been completely rewritten 🔥
  • 🔼 ui: flow editor - improve UX for node input configuration (task & graph flows)
  • 🔼 ui: flow editor - improve source & destination details for flow output data
  • 🔼 ui: flow editor - by default, task flow levels are named “Phase 1” instead of “Level 1”

Internal