@valon-technologies/gestalt
    Preparing search index...

    Interface WorkflowRunEvent

    interface WorkflowRunEvent {
        id?: string;
        runId?: string;
        stepId?: string;
        type?: string;
        data?: object;
        createdAt?: Date;
    }
    Index

    Properties

    id?: string
    runId?: string
    stepId?: string
    type?: string
    data?: object
    createdAt?: Date