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

    Interface WorkflowStepAttempt

    interface WorkflowStepAttempt {
        id: string;
        status: number;
        idempotencyKey: string;
        input?: JsonValue;
        output?: JsonValue;
        statusMessage: string;
        startedAt?: Date;
        completedAt?: Date;
    }
    Index

    Properties

    id: string
    status: number
    idempotencyKey: string
    input?: JsonValue
    output?: JsonValue
    statusMessage: string
    startedAt?: Date
    completedAt?: Date