Workflow trigger configuration

interface WorkflowTrigger {
    type: "manual" | "scheduled" | "event" | "webhook";
    config?: Record<string, unknown>;
}

Properties

Properties

type: "manual" | "scheduled" | "event" | "webhook"

Trigger type

config?: Record<string, unknown>

Trigger configuration