Introduction
About
breakpoint allows you to pause the execution of the flow and helps you to explore your JSON data (msg.payload) directly into the Ignite JSONata Explorer.
Running Status
The breakpoint node initially starts with status Stopped.
When you initiate a message within it, the node changes to status Running.
Once the node finishes the timeout value and stops running service, the node changes to status Resumed.
Properties
Below are the properties of breakpoint node.
Timeout
Set the amout of time that you want to pause the execution of the flow and want to explore data into the Ignite JSONata Explorer. After the timeout period, the data will be automatically wiped out and the node status will be Resumed.
Explore With JSONata
When the node is in Running status, data will be available in breakpoint node and when you will click on the button, data will be automatically loaded into JSONata explorer in another tab.