TimelineRow interface
TimelineRow
objects represent entries in the timeline, and are implemented as DatabaseRow
objects.
Use addTimelineEntry()
to add entries to the timeline. You should not create them directly, nor modify existing timeline entries.
Interface
property datetime
Date & time when the timeline entry was created.
property user
User which created the entry.
property action
Action, usually a transition name, but can be other actions.
property state
Current state of the workflow.
property previousState
For transitions, the previous state of the workflow.
property target
Reserved.
property data
Additional information about the entry. (optional)