Skip to main content

Interface: WorkflowTransition

Defined in: packages/client/src/modules/workflow/types.ts:7

Indexable

[key: string]: unknown

Properties

action

action: string

Defined in: packages/client/src/modules/workflow/types.ts:8


allow_self_approval?

optional allow_self_approval?: number | boolean

Defined in: packages/client/src/modules/workflow/types.ts:12


allowed?

optional allowed?: string

Defined in: packages/client/src/modules/workflow/types.ts:11


condition?

optional condition?: string

Defined in: packages/client/src/modules/workflow/types.ts:13


next_state

next_state: string

Defined in: packages/client/src/modules/workflow/types.ts:10


state

state: string

Defined in: packages/client/src/modules/workflow/types.ts:9