Skip to content

Log Display

The Log display component enables visualization of logs from a runnable by using its Job id. This component allows developers to monitor and display execution logs within their applications.

NameTypeConnectableTemplatableDefaultDescription
Job IdstringtruefalseThe job id of the run whose logs should be displayed

The Log display component exposes three output properties:

NameTypeDescription
resultstringThe result of the runnable execution
loadingbooleanCurrent loading state of the component
Job IdstringThe job id of the run displaying logs
  • Connectable Job ID: The Job Id field can be connected to dynamic sources, allowing it to update based on other component values or script outputs.
  • Loading state tracking: Built-in loading indicator shows when logs are being fetched.
  • Result display: Automatically captures and presents the execution result.

For comprehensive information about building applications with this component, refer to the App editor documentation and the Apps quickstart guide. Additional context about Jobs can be found in the Jobs core concepts documentation.