March 31, 2026

Overview

Boltic Workflow - Real Data Visibility in Execution Logs

Enchancement

Overview:

  • Previously, input logs in Execution History and Run Logs displayed unresolved placeholders (e.g. {{variable}}), limiting visibility into the actual payload sent during workflow execution. This made debugging dependent on assumptions or external validation.
  • With this release, input values are now resolved and surfaced at runtime.


What’s Changed:

  • Input logs now display resolved runtime values instead of raw {{}} placeholders
  • Dynamic variables are evaluated during execution and persisted in logs
  • Logs reflect the exact payload sent to Temporal for each workflow run


Why This Matters:

  • Deterministic Debugging - Inspect actual runtime inputs without reconstructing variable states
  • End-to-End Observability - Trace input data across execution stages with full fidelity
  • Faster Root Cause Analysis - Identify null, malformed, or unexpected values instantly
  • Improved Execution Confidence - Validate data integrity across workflow runs

Impact:

  • Eliminates ambiguity in input inspection
  • Reduces reliance on external debugging and log correlation
  • Accelerates issue resolution and improves workflow reliability

Applicability:

Applies to all workflows leveraging dynamic variables in Execution and Run Logs