FlowMetadata: { archived: boolean; dedicated_worker?: boolean; draft_only?: boolean; edited_at: string; edited_by: string; extra_perms: ExtraPerms; path: string; priority?: number; starred?: boolean; tag?: string; timeout?: number; visible_to_runner_only?: boolean; workspace_id?: string; ws_error_handler_muted?: boolean; } Type declaration
archived: boolean
Optional dedicated_worker?: boolean
Optional draft_only?: boolean
edited_at: string
edited_by: string
path: string
Optional priority?: number
Optional starred?: boolean
Optional tag?: string
Optional timeout?: number
Optional visible_to_runner_only?: boolean
Optional workspace_id?: string
Optional ws_error_handler_muted?: boolean