v2.0.0
Inputs complete replaced with Force start node.
This is to be in line with ewokscore 0.8.1. Inputs complete was a way for telling that all inputs of a node are supplied so it could be executed at the start of the workflow by parallel execution engines. We felt that the name was not clear enough so it was replaced by Force Start Node to explicitly mark a node as a node that should be executed at the start of the workflow, regardless of its inputs.
a
If the previous paragraph doesn't ring a bell, you should not need to do anything. If you were using Inputs Complete, you can run the following Python script on your workflows: convert_to_ewoksweb2.py
python convert_to_ewoksweb2.py <path_to_ewoksweb_resources>/workflows/*.json
Improvements ✨
- Aspect of node handles was changed to be consistent, even with "More handles" checked.
- Aspect of link and node selection outline was changed
Bugfixes 🐛
- Icons should no longer overflow or be overstretched.
- Fixed an error when loading a workflow from disk #287
- Fixed the aspect of Graph input, Graph output and Node nodes
Screenshots
New selected node and link aspect
