I have a Cloud Run service which needs to run for more than the maximum timeout of 3600 seconds, so I'm setting up a Cloud Workflows workflow that can run it several times until it's complete. But this makes it harder to connect the logs because each Cloud Run invocation gets its own traceparent header.
Is there a way to make Cloud WorkFlows generate the trace context?