Skip to main content

Interface: TaskFormData

Defined in: packages/sdk/src/types/task-types.ts:89

Properties

abilities?

optional abilities: AbilityResponse[]

Defined in: packages/sdk/src/types/task-types.ts:103


celGuard?

optional celGuard: string | null

Defined in: packages/sdk/src/types/task-types.ts:100


childTasks?

optional childTasks: ChildTaskFormData[]

Defined in: packages/sdk/src/types/task-types.ts:97


configuration?

optional configuration: any

Defined in: packages/sdk/src/types/task-types.ts:92


description?

optional description: string

Defined in: packages/sdk/src/types/task-types.ts:93


eventRules?

optional eventRules: EventRuleInput[]

Defined in: packages/sdk/src/types/task-types.ts:104


isAdmin?

optional isAdmin: boolean

Defined in: packages/sdk/src/types/task-types.ts:96


name

name: string

Defined in: packages/sdk/src/types/task-types.ts:90


ownerId?

optional ownerId: number | null

Defined in: packages/sdk/src/types/task-types.ts:98


posX?

optional posX: number | null

Defined in: packages/sdk/src/types/task-types.ts:101


posY?

optional posY: number | null

Defined in: packages/sdk/src/types/task-types.ts:102


prompt?

optional prompt: string

Defined in: packages/sdk/src/types/task-types.ts:95


shortPrompt?

optional shortPrompt: string | null

Defined in: packages/sdk/src/types/task-types.ts:94


taskType?

optional taskType: string

Defined in: packages/sdk/src/types/task-types.ts:91


workflowId?

optional workflowId: number

Defined in: packages/sdk/src/types/task-types.ts:99