diff --git a/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md index d454edc50..f25808520 100644 --- a/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md @@ -97,6 +97,12 @@ Expected output: == APP == Workflow Status: Completed ``` +### (Optional) Step 4: View in Zipkin + +If you have Zipkin configured for Dapr locally on your machine, you can view the workflow trace spans in the Zipkin web UI (typically at `http://localhost:9411/zipkin/`). + + + ### What happened? When you ran `dapr run --app-id order-processor dotnet run`: diff --git a/daprdocs/static/images/workflow-trace-spans-zipkin.png b/daprdocs/static/images/workflow-trace-spans-zipkin.png new file mode 100644 index 000000000..4b6e5daa2 Binary files /dev/null and b/daprdocs/static/images/workflow-trace-spans-zipkin.png differ