Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface FlowDefinition

    interface FlowDefinition {
        defaultStep: string;
        finalStep: string;
        onComplete?: string;
        onExpiry?: "cancel" | "restart" | "retry";
        steps: readonly string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultStep: string
    finalStep: string
    onComplete?: string
    onExpiry?: "cancel" | "restart" | "retry"
    steps: readonly string[]