Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Workflow<T>

Type Parameters

  • T

Hierarchy

Index

Properties

lastChangedBy?: String

Encoded user (username, userId, etc.)

deprecated
modifiedAt?: number

Last modification date (user or machine), as a UTC unix timestamp

modifiedBy?: { displayName?: string; id?: string }

Field last changed by

Type declaration

  • Optional displayName?: string
  • Optional id?: string
searchValue?: string

Normalized searchValue, for any related queries. Needs to be a string, even if value is of a different type.

userEdited?: boolean

Mark this property as user-edited (as opposed to machine-generated)

value?: T

The current value of the property

Generated using TypeDoc