Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Workflow

Index

Type aliases

BatchFrequencyUnitEnum

BatchFrequencyUnitEnum: "Minutes" | "Hours" | "Days"

BatchScheduleEnum

BatchScheduleEnum: "AnyTime" | "MyCompanyOfficeHours" | "SlaHours"

Properties

Optional _info

_info: Metadata

Metadata of the entity

Optional activateFlag

activateFlag: boolean

Batches can not be turned on until after the workflow is created and it has atleast one event associated with it

Optional batchFrequencyUnit

batchFrequencyUnit: BatchFrequencyUnitEnum

If not specified, defaults to Minutes. Months is not supported as month length varies

Optional batchInterval

batchInterval: number

Optional batchLastRan

batchLastRan: Date

Optional batchSchedule

batchSchedule: BatchScheduleEnum

If activateFlag is true, batchSchedule is required

Optional board

Optional department

Must belong to the specified location

Optional id

id: number

Optional location

If a department is set, a location that contains it must be set

name

name: string

tableType

Generated using TypeDoc