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

    Interface WorkflowRunContextSignal

    interface WorkflowRunContextSignal {
        id: string;
        name: string;
        payload: Record<string, JsonInput>;
        metadata: Record<string, JsonInput>;
        createdBySubjectId: string;
        createdAt: string;
        idempotencyKey: string;
        sequence?: number;
    }
    Index

    Properties

    id: string
    name: string
    payload: Record<string, JsonInput>
    metadata: Record<string, JsonInput>
    createdBySubjectId: string
    createdAt: string
    idempotencyKey: string
    sequence?: number