feat(FN-2723): show node health in dashboard routing selectors
- 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
This commit is contained in:
5
.changeset/node-routing-policy.md
Normal file
5
.changeset/node-routing-policy.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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.
|
||||
Reference in New Issue
Block a user