@grand-board/otel-cloudflare - v6.11.0
    Preparing search index...

    Interface WorkflowStepConfig

    Cloudflare WorkflowStepConfig type

    interface WorkflowStepConfig {
        retries?: {
            backoff?: "constant" | "linear" | "exponential";
            delay: string | number;
            limit: number;
        };
        timeout?: string
        | number;
    }
    Index

    Properties

    Properties

    retries?: {
        backoff?: "constant" | "linear" | "exponential";
        delay: string | number;
        limit: number;
    }
    timeout?: string | number