Skip to main content
Module

x/wmill/deps.ts>FlowMetadata

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
type alias FlowMetadata
import { type FlowMetadata } from "https://deno.land/x/wmill@v1.282.2/deps.ts";
definition: { workspace_id?: string; path: string; edited_by: string; edited_at: string; archived: boolean; extra_perms: any; additionalProperties?: boolean; starred?: boolean; draft_only?: boolean; tag?: string; ws_error_handler_muted?: boolean; priority?: number; dedicated_worker?: boolean; timeout?: number; }