Previous log

LetsFlow will log state transitions appending log entries to the previous property of the process. By default, action transitions are logged and timeout transitions are not.

Properties

title

string

The title of the state transition. By default, this is the title of the current action.

description

string

A description of the state transition. By default, this is the description of the current action.

timestamp

date

The time when the transition took place.

actor

{ key: string; id?: string }

The key of the actor and the user ID that performed the action. Additional properties may be added.

Update instructions

The previous property can be modified using update instructions. This is useful for collapsing log entries.

Last updated

Was this helpful?