Interface EventWorkflowTask

interface EventWorkflowTask {
    createdBy?: User;
    createdById?: string;
    createdOn?: Date;
    event?: string;
    eventWorkflowActionDefinition?: EventWorkflowActionDefinition;
    eventWorkflowActionDefinitionConfig?: ActionDefinitionConfig;
    eventWorkflowActionDefinitionId?: string;
    eventWorkflowProcess?: EventWorkflowProcess;
    eventWorkflowProcessId?: string;
    id: string;
    isAsyncTask?: boolean;
    orgId?: string;
    orgSlug?: string;
    output?: any;
    readUpdatedOn?: Date;
    startedAwaitingOn?: Date;
    status?: EventWorkflowStatus;
    subtext?: string;
    supportingAppId?: string;
    taskActionDurationSeconds?: number;
    taskLogs?: string;
    taskLogsDownloadLink?: string;
    updatedBy?: User;
    updatedById?: string;
    updatedOn?: Date;
}

Hierarchy

  • OrgManagedEntity
    • EventWorkflowTask

Properties

createdBy?: User
createdById?: string
createdOn?: Date
event?: string
eventWorkflowActionDefinition?: EventWorkflowActionDefinition
eventWorkflowActionDefinitionConfig?: ActionDefinitionConfig
eventWorkflowActionDefinitionId?: string
eventWorkflowProcess?: EventWorkflowProcess
eventWorkflowProcessId?: string
id: string
isAsyncTask?: boolean
orgId?: string
orgSlug?: string
output?: any
readUpdatedOn?: Date
startedAwaitingOn?: Date
subtext?: string
supportingAppId?: string
taskActionDurationSeconds?: number
taskLogs?: string
taskLogsDownloadLink?: string
updatedBy?: User
updatedById?: string
updatedOn?: Date

Generated using TypeDoc