- Grouped By Workflow Run Id : This is the default view where the overall workflow run is summarized. You can see each step, its start date and output and also whether it is successfully delivered or not.
- Flat View : The flat view is mostly for debugging when a workflow step has failed. It has more details about individual events of each step.
- RUN_STARTED
- RUN_FAILED
- RUN_CANCELLED
- RUN_SUCCESS

fetchFromLLm is throwing an error.
When a particular step is retrying/failed, you can click it to see more details as shown below:

messageId field above to
see all the events of a particular step to find out why it is retrying or failed.
When clicked, the workflow events will switch to flat view with messageId filtered as shown below:

error events, and see what response it returned to understand
the details of the error as shown below:
