Interface: TaskFormData
Defined in: packages/sdk/src/types/task-types.ts:115
Properties
abilities?
optionalabilities:AbilityResponse[]
Defined in: packages/sdk/src/types/task-types.ts:134
celGuard?
optionalcelGuard:string|null
Defined in: packages/sdk/src/types/task-types.ts:131
childTasks?
optionalchildTasks:ChildTaskFormData[]
Defined in: packages/sdk/src/types/task-types.ts:123
configuration?
optionalconfiguration:any
Defined in: packages/sdk/src/types/task-types.ts:118
description?
optionaldescription:string
Defined in: packages/sdk/src/types/task-types.ts:119
eventRules?
optionaleventRules:EventRuleInput[]
Defined in: packages/sdk/src/types/task-types.ts:135
isAdmin?
optionalisAdmin:boolean
Defined in: packages/sdk/src/types/task-types.ts:122
name
name:
string
Defined in: packages/sdk/src/types/task-types.ts:116
ownerId?
optionalownerId:number|null
Defined in: packages/sdk/src/types/task-types.ts:124
posX?
optionalposX:number|null
Defined in: packages/sdk/src/types/task-types.ts:132
posY?
optionalposY:number|null
Defined in: packages/sdk/src/types/task-types.ts:133
prompt?
optionalprompt:string
Defined in: packages/sdk/src/types/task-types.ts:121
shortPrompt?
optionalshortPrompt:string|null
Defined in: packages/sdk/src/types/task-types.ts:120
taskType?
optionaltaskType:string
Defined in: packages/sdk/src/types/task-types.ts:117
workflowId?
optionalworkflowId:number
Defined in: packages/sdk/src/types/task-types.ts:127
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:130
Explicit workflow revision id — pins the task to that exact revision. The editor sends this (it binds to a specific revision on the canvas).