Interface EventWorkflowActionDefinition

interface EventWorkflowActionDefinition {
    async?: boolean;
    configProperties?: ConfigProperty[];
    createdBy?: User;
    createdById?: string;
    createdOn?: Date;
    executeFunctionString?: string;
    id: string;
    identifier: string;
    internal?: boolean;
    name: string;
    orgId?: string;
    ownerKey: string;
    privateOrgId?: string;
    readUpdatedOn?: Date;
    updatedBy?: User;
    updatedById?: string;
    updatedOn?: Date;
}

Hierarchy

  • BaseManagedEntity
    • EventWorkflowActionDefinition

Properties

async?: boolean
configProperties?: ConfigProperty[]
createdBy?: User
createdById?: string
createdOn?: Date
executeFunctionString?: string
id: string
identifier: string
internal?: boolean
name: string
orgId?: string
ownerKey: string
privateOrgId?: string
readUpdatedOn?: Date
updatedBy?: User
updatedById?: string
updatedOn?: Date

Generated using TypeDoc