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

x/blocks/mod.ts>WorkflowExecution

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
interface WorkflowExecution
import { type WorkflowExecution } from "https://deno.land/x/blocks@1.72.0/mod.ts";

Type Parameters

optional
TArgs extends Arg = Arg
optional
TResult = unknown
optional
TProps = unknown

Properties

optional
completedAt: Date
id: string
status: DurableExecution<TArgs, TResult>["status"]
workflow: string
optional
input: DurableExecution<TArgs, TResult>["input"]
optional
output: TResult
optional
props: TProps