Skip to main content

MONITOR_JSON

Display JSON structured data in the Flow Monitor.

At a glance

  • Category UI
  • Version: 1.0.0
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
dataObject or array data to render as JSON.NonetruetrueNoneNone
titleOptional title displayed above JSON.NonefalsetrueNoneNone
maxDepthMaximum depth for JSON rendering.NonefalsefalseNoneNone

Examples

Render object as JSON

- step: MONITOR_JSON
title: "Model response"
data: "{{flowContext.object}}"
maxDepth: 4

See Also

General Resources: