Task executions produce logs, displayed on the Latch console to provide users visibility into their workflows. However, these logs tend to be terribly verbose. It’s tedious to sift through piles of logs looking for useful signals; instead, important information, warnings, and errors should be prominently displayed. This is accomplished through the Latch SDK’s messaging feature.Documentation Index
Fetch the complete documentation index at: https://wiki.latch.bio/llms.txt
Use this file to discover all available pages before exploring further.
Usage
typ parameter affects how your message is styled. It currently accepts three options:
infowarningerror
data parameter contains the message to be displayed. It’s represented as a Python dict and requires two inputs,
title: The title of your messagebody: The contents of your message
latch.functions.messages under the API docs.
Messages Interface
During and after workflow execution, all messages are displayed under the “Messages” tab for that workflow run.
