Skip to content
On this page

Directus Cloud

Everything you need to start building. Provisioned in 90 seconds. Starting at $15/month.

Get Started

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"

Defined in ​

flows.ts:14


description ​

description: null | string

Defined in ​

flows.ts:9


icon ​

icon: null | string

Defined in ​

flows.ts:8


id ​

id: string

Defined in ​

flows.ts:6


name ​

name: null | string

Defined in ​

flows.ts:7


operation ​

operation: null | Operation

Defined in ​

flows.ts:13


options ​

options: Record<string, any>

Defined in ​

flows.ts:12


status ​

status: Status

Defined in ​

flows.ts:10


trigger ​

trigger: null | TriggerType

Defined in ​

flows.ts:11