@valon-technologies/gestalt
    Preparing search index...
    WorkflowEvent: Message<"gestalt.provider.v1.WorkflowEvent"> & {
        id: string;
        source: string;
        specVersion: string;
        type: string;
        subject: string;
        time?: Timestamp;
        datacontenttype: string;
        data?: JsonObject;
        extensions: { [key: string]: Value };
    }

    Type Declaration

    • id: string

      from field: string id = 1;

    • source: string

      from field: string source = 2;

    • specVersion: string

      from field: string spec_version = 3;

    • type: string

      from field: string type = 4;

    • subject: string

      from field: string subject = 5;

    • Optionaltime?: Timestamp

      from field: google.protobuf.Timestamp time = 6;

    • datacontenttype: string

      from field: string datacontenttype = 7;

    • Optionaldata?: JsonObject

      from field: google.protobuf.Struct data = 8;

    • extensions: { [key: string]: Value }

      from field: map<string, google.protobuf.Value> extensions = 9;

    from message gestalt.provider.v1.WorkflowEvent