@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface WorkflowRunFailedData

    Webhook event types and payload interfaces for Contio Partner API

    Types are generated from the AsyncAPI specification. See: specs/asyncapi/webhooks.yaml

    Webhooks provide timely signals when partner-relevant activities occur. Payloads are intentionally minimal - use the Partner User API to fetch full details when needed.

    interface WorkflowRunFailedData {
        additionalProperties?: Record<string, unknown>;
        error_message: string;
        failed_at: string;
        final_status: string;
        node_id?: string | null;
        run_id: string;
        step_id?: string | null;
        template_id: string;
        workspace_id: string;
    }
    Index

    Properties

    additionalProperties?: Record<string, unknown>
    error_message: string
    failed_at: string
    final_status: string
    node_id?: string | null
    run_id: string
    step_id?: string | null
    template_id: string
    workspace_id: string