Skip to main content
Module

x/deco/deps.ts>WorkflowStartedEvent

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
interface WorkflowStartedEvent
implements Event
import { type WorkflowStartedEvent } from "https://deno.land/x/deco@1.35.3/deps.ts";

WorkflowStartedEvent is the event that should start the workflow

Type Parameters

optional
TArgs extends Arg = Arg

Properties

type: "workflow_started"
optional
input: TArgs