Stack trace details
Runtime errors provide a human-readable stack trace to help you locate the activity that caused your workflow execution to fail. This stack trace is visible at runtime in Studio, Orchestrator, and in Robot logs.
It contains the workflow file name, activities name, and execution hierarchy, as follows:

- Source: The activity that caused the error.
- Message: The error message.
- Exception type: The specific type of the exception thrown.
- A stack trace showing the path from the main workflow down to the activity that generated the error. For the example in the image, the hierarchy is: Main > Main Sequence > Sequence1 > Activity1 > Sequenc > Sequence3 > Parallel3 > Throw.