Resource icon
Move Workflow 2.0 fixes numerous bugs and adds a few more features
- Workflow monitor for viewing and stopping active workflow runs
- A more robust workflow engine
- Better node internal identification, preventing invalid connections
- Implemented a shortcut system for manually controlling when the next nodes advance


**Full Changelog**: https://github.com/DizzyBHigh/move-workflow/blob/main/CHANGELOG.md
Various bug fixes and flow handling
  • Added the current plugin version and a link to the latest GitHub release in the editor.
  • Added missing node handling and improved node connection logic.
  • Nodes that have invalid or no filters attached appear red.
  • Links to non-existent nodes are visible via a trash can for easy removal from the workflow.
  • Fixed the workflow not running when the filter a node references no longer exists.
  • Nodes linking to non-existant filters are now skipped when running the workflow, rather than halting the run.
Move Workflow 1.2.0

- Original workflow filter settings are no longer modified/restored
- Filters are now duplicated at the start of a workflow and destroyed when the workflow ends.
- Easing overrides can be applied to nodes without modifying the original Move filter's easing settings.
- Improved simultaneous workflow action execution.
- Improved searchable scene/source/filter selection.
- Added workflow execution debugging and lifecycle handling to logs.
- Continued separating workflow sequencing from Move Transition behaviors.
- Improved handling of multiple actions running simultaneously.
Back
Top