Interface: TaskFormData
Defined in: packages/sdk/src/types/task-types.ts:133
Properties
abilities?
optionalabilities:AbilityResponse[]
Defined in: packages/sdk/src/types/task-types.ts:152
celGuard?
optionalcelGuard:string|null
Defined in: packages/sdk/src/types/task-types.ts:149
childTasks?
optionalchildTasks:ChildTaskFormData[]
Defined in: packages/sdk/src/types/task-types.ts:141
configuration?
optionalconfiguration:any
Defined in: packages/sdk/src/types/task-types.ts:136
description?
optionaldescription:string
Defined in: packages/sdk/src/types/task-types.ts:137
eventRules?
optionaleventRules:EventRuleInput[]
Defined in: packages/sdk/src/types/task-types.ts:153
isAdmin?
optionalisAdmin:boolean
Defined in: packages/sdk/src/types/task-types.ts:140
name
name:
string
Defined in: packages/sdk/src/types/task-types.ts:134
ownerId?
optionalownerId:number|null
Defined in: packages/sdk/src/types/task-types.ts:142
posX?
optionalposX:number|null
Defined in: packages/sdk/src/types/task-types.ts:150
posY?
optionalposY:number|null
Defined in: packages/sdk/src/types/task-types.ts:151
prompt?
optionalprompt:string
Defined in: packages/sdk/src/types/task-types.ts:139
shortPrompt?
optionalshortPrompt:string|null
Defined in: packages/sdk/src/types/task-types.ts:138
taskType?
optionaltaskType:string
Defined in: packages/sdk/src/types/task-types.ts:135
workflowId?
optionalworkflowId:number
Defined in: packages/sdk/src/types/task-types.ts:145
STABLE workflow root id — the server resolves it to that workflow's draft revision (task edits always target the draft).
workflowRevisionId?
optionalworkflowRevisionId:number
Defined in: packages/sdk/src/types/task-types.ts:148
Explicit workflow revision id — pins the task to that exact revision. The editor sends this (it binds to a specific revision on the canvas).