Logs
Overview
The Logs action is designed for tracking and recording events, messages, or data throughout the execution of the workflow.
Logging is an essential part of debugging, monitoring, and analyzing the behavior of workflows, as it provides a record of what actions were performed, when they were executed, and any relevant data associated with those actions.
Logs can capture errors, successful operations, or other significant events that help administrators and developers understand the workflow’s performance.
Logs are also valuable for auditing purposes, as they create a trail of activity within the system, allowing for a detailed review of actions.
Let’s explore the screens that follow, after drag-n-drop of Logs action on workflow canvas.
Config
Log Config Field | Description |
---|---|
Log Source | It enables to choose from various options such as Variable, Model and Input as Log Source which means log will be generated from this source. |
Variable / Model / Input | It enables to choose the exact variable or model or input. |
Action Details
Input
For example, if a user wants to automatically send the mail to concerning employees regarding the "Status" field of a Case object to "Escalated" when certain condition is met, but he is unsure about which records are under consideration. For this the user must add Logs
action in workflow as follows:
Result: