MeMesh API Documentation - v2.8.10
    Preparing search index...

    Interface WorkflowEvent

    Workflow event

    interface WorkflowEvent {
        anonymous_id: string;
        timestamp: string;
        sdk_version: string;
        node_version: string;
        os_platform: string;
        event: "workflow";
        workflow_type: string;
        steps_completed: number;
        total_steps: number;
        success: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    anonymous_id: string
    timestamp: string
    sdk_version: string
    node_version: string
    os_platform: string
    event: "workflow"
    workflow_type: string
    steps_completed: number
    total_steps: number
    success: boolean