- Add node status indicators and labels to task creation, quick entry, task form, and settings node selectors - Surface selected node health in list bulk-edit controls with status dot styling for online/connecting/offline/error states - Update dashboard component CSS and shared styles for consistent node status presentation - Include changeset documenting unavailable-node routing policy and default node behavior
6 lines
435 B
Markdown
6 lines
435 B
Markdown
---
|
|
"@runfusion/fusion": minor
|
|
---
|
|
|
|
Add node routing policy enforcement: when a task is routed to a node that is offline or unhealthy, the project's `unavailableNodePolicy` setting controls whether execution is blocked (task stays in todo) or falls back to local execution. Supports `defaultNodeId` project setting for pinned default nodes and per-task `nodeId` overrides. Routing decisions are logged to task activity for visibility.
|