Interface EventWorkflowProcess

interface EventWorkflowProcess {
    createdBy?: User;
    createdById?: string;
    createdOn?: Date;
    endedOn?: Date;
    eventWorkflowTaskIds?: string[];
    eventWorkflowTemplateId: string;
    id: string;
    messageGroupId?: string;
    orgId?: string;
    orgSlug?: string;
    readUpdatedOn?: Date;
    status: EventWorkflowStatus;
    subtext?: string;
    taskOutputs: any;
    triggerEvent: any;
    updatedBy?: User;
    updatedById?: string;
    updatedOn?: Date;
}

Hierarchy

  • OrgManagedEntity
    • EventWorkflowProcess

Properties

createdBy?: User
createdById?: string
createdOn?: Date
endedOn?: Date
eventWorkflowTaskIds?: string[]
eventWorkflowTemplateId: string
id: string
messageGroupId?: string
orgId?: string
orgSlug?: string
readUpdatedOn?: Date
subtext?: string
taskOutputs: any
triggerEvent: any
updatedBy?: User
updatedById?: string
updatedOn?: Date

Generated using TypeDoc