mirror of https://github.com/dapr/docs.git
remove claim that workflow can use trace context
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
41c28ed560
commit
a972707474
|
@ -51,7 +51,9 @@ If you're familiar with Dapr actors, you may notice a few differences in terms o
|
|||
|
||||
The `durabletask-go` core used by the workflow engine writes distributed traces using Open Telemetry SDKs. These traces are captured automatically by the Dapr sidecar and exported to the configured Open Telemetry provider, such as Zipkin.
|
||||
|
||||
Each workflow instance managed by the engine is represented as one or more spans. There is a single parent span representing the full workflow execution and child spans for the various tasks, including spans for activity task execution and durable timers. Workflow activity code also has access to the trace context, allowing distributed trace context to flow to external services that are invoked by the workflow.
|
||||
Each workflow instance managed by the engine is represented as one or more spans. There is a single parent span representing the full workflow execution and child spans for the various tasks, including spans for activity task execution and durable timers.
|
||||
|
||||
> Workflow activity code currently **does not** have access to the trace context.
|
||||
|
||||
## Internal workflow actors
|
||||
|
||||
|
|
Loading…
Reference in New Issue