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
titlestring
The title of the state transition. By default, this is the title of the current action.
description
descriptionstring
A description of the state transition. By default, this is the description of the current action.
timestamp
timestampdate
The time when the transition took place.
actor
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?