Log
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
A log entry contains a title, description, timestamp, and actor. The title and description are determined by the log
property of the state transition in the scenario.
Data functions in the log
property are evaluated after applying the update instructions.
title
string or
Defaults to the title of the current action.
string or
Defaults to the description of the current action.
boolean or
Whether a log entry is appended to the previous
array for this state transition. Defaults to true
.
You may add custom properties to the log definition. These can be any value or . These properties will be included in the log entry.