Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts>resolveFlowCollection

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
function resolveFlowCollection
import { resolveFlowCollection } from "https://deno.land/x/windmill@v1.415.2/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts";

Parameters

unnamed 0: ComposeNode
ctx: ComposeContext
fc: FlowCollection
onError: ComposeErrorHandler

Returns

YAMLMap.Parsed<import("../nodes/Node.js").ParsedNode, import("../nodes/Node.js").ParsedNode | null> | YAMLSeq.Parsed<import("../nodes/Node.js").ParsedNode>