-
Services can start temporal workflows and also implement the workflows and activities. How can sandboxes worth with such services? |
Beta Was this translation helpful? Give feedback.
Answered by
arjun-sd
Sep 5, 2025
Replies: 1 comment
-
Please refer to our Tutorials section that covers a tutorial on Temporal. At a high level, the routing key propagation happens using OpenTelemetry integration that temporal has. In addition, the workers selectively process workflows and activities using interceptors. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arjun-sd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please refer to our Tutorials section that covers a tutorial on Temporal. At a high level, the routing key propagation happens using OpenTelemetry integration that temporal has. In addition, the workers selectively process workflows and activities using interceptors.