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

    Interface WorkflowRunEvent

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

    Properties

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