Skip to content
On this page

This is an auto-generated document to support extension builders understand the internal packages they can utilize. To find our written guides, tutorials, and API/SDK reference, check out our main docs .

Directus / @directus/types / Flow

Interface: Flow

Properties

accountability

accountability: null | "all" | "activity"

Source

flows.ts:14


description

description: null | string

Source

flows.ts:9


icon

icon: null | string

Source

flows.ts:8


id

id: string

Source

flows.ts:6


name

name: null | string

Source

flows.ts:7


operation

operation: null | Operation

Source

flows.ts:13


options

options: Record<string, any>

Source

flows.ts:12


status

status: Status

Source

flows.ts:10


trigger

trigger: null | TriggerType

Source

flows.ts:11