Real-time run logs
Introduction
When a process flow is running, the logs panel provides real-time information about the progress of each step:

This is a great way to monitor what's happening during each step of the flow.
Working with real-time logs
As a flow progresses, click the 'tick' icon for a shape to view information for that step - for example:

You can drag this panel wherever you like on the canvas. If you prefer to work with a larger window, click the 'pop-out' icon:

Log details
Details are provided over a series of tabs:
Logs
The logs tab provides a commentary about the status of the process flow as it progresses through each step - for example:

Payloads
The payloads tab shows the payload for the selected step in the process flow - this means you can see exactly what's happened to your data at every stage. For example:

If a shape generates multiple payloads (for example, where a flow control shape batches data into smaller payloads, or if incoming data is paginated), you can choose which one to view - for example:

Failed payloads
If the remove failed payloads option is toggled on
in process flow settings OR a try/catch shape has found exceptions, this tab displays any payloads that were removed in this run:

If multiple payloads are removed, you can choose which one to view - for example:

Requests
The requests tab shows details of the API request made for the selected shape - for example:

Here you can see the API request URL
, method
, body
content and headers
. If multiple requests are made (for example, if a connection fails the first time) you can use the request dropdown list to view each one.
Responses
The responses tab shows details of the API response received for the selected shape - for example:

Here you can see the API response status
, body
content and headers
. If multiple requests were made (for example, if a connection failed the first time) you can use the response dropdown list to view each one.
Last updated