Skip to main content
Module

x/live/mod.ts>WorkflowExecution

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface WorkflowExecution
import { type WorkflowExecution } from "https://deno.land/x/live@1.63.12/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