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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user