Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denoflow/mod.ts>PublicContext

Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
Latest
interface PublicContext
import { type PublicContext } from "https://deno.land/x/denoflow@0.0.35/mod.ts";

Properties

env: Record<string, string | undefined>
cwd: string
workflowPath: string
workflowRelativePath: string
workflowCwd: string
optional
options: WorkflowOptions
optional
result: unknown
optional
error: unknown
optional
ok: boolean
optional
isRealOk: boolean
optional
state: unknown
items: unknown[]
optional
item: unknown
optional
itemIndex: number
optional
itemKey: string
optional
itemSourceIndex: number
optional
itemSourceOptions: SourceOptions
optional
sourceIndex: number
optional
filter: StepResponse
sources: Record<string | number, StepResponse>
steps: Record<string | number, StepResponse>
optional
stepIndex: number
optional
cmdResult: string
optional
cmdCode: number
optional
cmdOk: boolean
optional
cmdError: string