When a workflow pulls values off a scanned invoice or contract, someone still has to check the AI got it right. Until now that meant flipping between the original PDF in one tab and the extracted fields in another, matching them up by eye. The File Renderer component now shows the document and the AI's extracted regions in the same view — turn on Field Extraction on a Document Viewer, and every detected value gets a colored box directly over the spot on the page it was read from. Click a field in the form and the document scrolls to and highlights its source region; click a highlighted region on the page and a card opens right there so you can correct the value on the spot, without hunting for context in a second tab.
Wiring up a task form used to mean manually recreating bindings for data that already existed somewhere else — a workflow step's output, a connected table, a global variable. The new Field Explorer puts all of it in one searchable panel in the builder sidebar. Browse your connected tables, upstream workflow step outputs, and global variables, then drag any field straight onto the canvas — MergePoint creates the right component type and wires the binding automatically, so you go from "the data exists" to "it's on the form" in one drag instead of a manual setup.
Fixed a Temporal activity that stayed pending indefinitely when returning results too large to process.