@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?: object;
        extensions?: Record<string, JsonInput>;
    }
    Index

    Properties

    id?: string
    source?: string
    specVersion?: string
    type?: string
    subject?: string
    time?: Date
    datacontenttype?: string
    data?: object
    extensions?: Record<string, JsonInput>