This article will help you to understand how to visualise a completed workflow (pipeline).
As your adoption of this solution develops your workflow will grow and your pipeline will take longer to run.
Visualising the workflow allows you to see how long tasks take to execute, what order they execute in and what blocks
other tasks from executing. The visualisation also allows you to see the saturation of the workers to help you decide
if you need to increase the number of workers.
As the workflow runs traces are generated and stored in Amazon S3. It is possible to export these traces in the Google Trace Event format using the following command:
This will produce the input needed when using solutions like Perfetto
You may prefer to run Perfetto locally. To do so you can check out VizTracer which provides some helper commands to get it up and running quickly.