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 / FlowRaw

Interface: FlowRaw

Properties

accountability

accountability: null | "all" | "activity"

Source

flows.ts:42


color

color: null | string

Source

flows.ts:33


date_created

date_created: string

Source

flows.ts:40


description

description: null | string

Source

flows.ts:34


icon

icon: null | string

Source

flows.ts:32


id

id: string

Source

flows.ts:30


name

name: string

Source

flows.ts:31


operation

operation: null | string

Source

flows.ts:38


operations

operations: OperationRaw[]

Source

flows.ts:39


options

options: null | Record<string, any>

Source

flows.ts:37


status

status: Status

Source

flows.ts:35


trigger

trigger: null | TriggerType

Source

flows.ts:36


user_created

user_created: string

Source

flows.ts:41