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
source: string
specVersion: string
type: string
subject: string
Optionaltime?: Timestamp
datacontenttype: string
Optionaldata?: JsonObject
extensions: { [key: string]: Value }
Generated
from field: string id = 1;