Update Gantt Node
UI/Elements/Gantt
Add, remove, or update gantt tasks, dependencies and configuration
Ratings
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Input Pins
4Gantt
StructReference to the gantt element
Array of tasks (see `GanttTask`).
Path binding with optional default value for preview
Default value for path bindings - stores the preview value
Timeline zoom: "day" | "week" | "month" | "quarter" | "compact".
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Header title (default "Timeline").
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Visual density: "compact" | "default" | "comfortable".
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Master switch for editing (drag/resize/link). Falls back to `draggable` / `resizable` when unset.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Allow moving task bars horizontally.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Allow resizing task bars by their edges.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Draw dependency arrows between tasks.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Render the progress fill inside each bar.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Draw the "today" marker line.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Show the day/week/month/quarter view switcher in the header.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Show the left task-list panel.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Width in px of the left task-list panel.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Shade Saturday/Sunday columns in day/week views.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Row height in px.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Extra left-panel columns (e.g. ["assignee", "progress"]).
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Explicit height (e.g. "640px").
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Enable automatic compact fallback on narrow containers.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Operation
StringWhat operation to perform
Tasks
Struct ArrayArray of tasks
Stable unique id used to move/update/remove the item. Auto-generated when omitted.
Task name shown in the left panel and on the bar.
Start date/time, ISO 8601.
End date/time, ISO 8601.
Completion percentage (0-100).
Ids of predecessor tasks this one depends on.
Parent task id for grouping / sub-tasks.
Bar accent color (CSS color or design token).
Optional assignee: a free-text display name, or a team member's user sub — subs resolve to the member's profile (avatar + name) in the UI.
Render as a milestone diamond instead of a bar.
Whether this task's children are collapsed.
Optional link opened from the item's detail dialog. Relative paths (e.g. "/orders/42") navigate inside the app; absolute URLs (https://…) open externally.
Key-value metadata echoed back on action events and shown in the item's detail dialog (e.g. ticket number, external ids).
Output Pins
1▶
ExecutionNode Info
- Internal name
- a2ui_update_gantt
- Category
- UI/Elements/Gantt
- Version
- 2