Included commits: 0.2.0...0.3.0
Improvements
- Replaced the static workflow instance graph image with the interactive
state-machine-buildercanvas in read-only mode, giving instance view a live, explorable process diagram. - Highlighted the current state on the instance view canvas so the workflow's active state can be identified at a glance.
- Adjusted the canvas layout to scale to the available viewport, trying both horizontal and vertical orientations and picking the best fit so process diagrams stay readable regardless of size.
- Adjusted edge routing to reuse the layout's computed paths between states, keeping connections stable and avoiding overlaps by preferring the built-in
edge-routefor a state pair. - Adjusted the workflow canvas height to scale with the viewport instead of a fixed size, improving usability of the diagram on the instance view page.