fix(FN-4371): include noCommitsExpected in TaskCreateInput

Fusion-Task-Id: FN-4371
Fusion-Task-Lineage: 4175ba4c-b7cb-4f3a-87c5-75e51f06c0ff
This commit is contained in:
Fusion
2026-05-14 09:25:05 -07:00
committed by gsxdsm
parent 8e869c9a0c
commit 6b659e422e

View File

@@ -1484,6 +1484,8 @@ export interface TaskCreateInput {
column?: Column;
dependencies?: string[];
breakIntoSubtasks?: boolean;
/** When true, this task is expected to complete without creating git commits. */
noCommitsExpected?: boolean;
/** IDs of workflow steps to enable for this task */
enabledWorkflowSteps?: string[];
/** Model preset selected during task creation. Presets resolve to concrete model overrides at creation time. */