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

    Interface WorkflowEvent

    interface WorkflowEvent {
        id: string;
        source: string;
        specVersion: string;
        type: string;
        subject: string;
        time?: Date;
        datacontenttype: string;
        data?: JsonObject;
        extensions: { [key: string]: JsonValue };
    }
    Index

    Properties

    id: string
    source: string
    specVersion: string
    type: string
    subject: string
    time?: Date
    datacontenttype: string
    data?: JsonObject
    extensions: { [key: string]: JsonValue }