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

    Interface WorkflowSignal

    interface WorkflowSignal {
        id: string;
        name: string;
        payload?: JsonObject;
        metadata?: JsonObject;
        createdBySubjectId: string;
        createdAt?: Date;
        idempotencyKey: string;
        sequence: bigint;
    }
    Index

    Properties

    id: string
    name: string
    payload?: JsonObject
    metadata?: JsonObject
    createdBySubjectId: string
    createdAt?: Date
    idempotencyKey: string
    sequence: bigint