The inspector lists the events you send to a workflow. Once you choose a trigger and send events to it, you’ll see those events in the inspector, to the left of your workflow.Clicking on an event from the list lets you review the incoming event data and workflow execution logs for that event.You can use the inspector to replay events, delete them, and more.
The duration shown when clicking an individual event notes the time it took to run your code, in addition to the time it took Pipedream to handle the execution of that code and manage its output. Specifically,Duration = Time Your Code Ran + Pipedream Execution Time
Any console.log() statements or other output of code steps is attached to the associated code cells. But $.flow.exit() or errors end a workflow’s execution, so their details appear in the inspector.