Skip to content

v1.1.0

Choose a tag to compare

@poautran poautran released this 02 Mar 10:59
· 184 commits to main since this release

Release notes

Summary

Another big release! The biggest improvement is that we are now able to track changes to the workflow. It means a warning window will be displayed if you try to leave the page while there are unsaved changes !

Another big feature is the possibility to specify inputs when executing workflows (see screenshot below). ⚠️ These execution inputs will overwrite eventual default inputs specified on nodes (similary to inputs of the ewoks execute command).

Among various UX improvements, we also made to choice to no more rely the label to identify workflow/nodes. Workflow and node labels will not be filled automatically when creating/saving them. Notably, the text displayed on nodes will be their identifier (Node id) by default. This can be changed by editing the label in the UI.

Improvements ✨

  • Task inputs and execution engine can now be specified when executing a workflow #194
  • When executing a workflow, a specific worker can be chosen if there are some available on the server
  • Updated documentation
  • Keyboard shortcuts are now displayed next to the corresponding action #239
  • Various UX improvements to the task creation form and the canvas
  • Add support for the notebook task type
  • Save As and Delete Workflow actions are now in the action menu on the top-right
  • Warn the user if they want to leave the page while there are unsaved changes
  • Display a red dot on the save button if there are unsaved changes

Bugfixes 🐛

  • Fix workflow dropdown not clearing when selecting a workflow #244
  • Fix some visual inconsistencies #238 !444
  • Fix an issue where an old version of the workflow was displayed when switching pages #265
  • Fix numbers saved as string when specifying task inputs of type number #184
  • Fix the automatic filling of label when creating/saving nodes or workflows #190
  • Fix an issue where the link marker type none was not saved to the server
  • Fix missing task type ppfport when creating a new task
  • Fix saving of note nodes
  • Fix an issue where the workflow was not reopened when coming back to edition after executing a workflow

Screenshots

Specifying execution inputs

image

New location for workflow actions with keyboard shortcuts

image

Aspect of the save button in the presence of unsaved changes

image