Traced workflow binding - automatically includes _traceparent in params Use this instead of Workflow from cloudflare:workers
interface Env { MY_WORKFLOW: TracedWorkflowBinding<MyParams>;} Copy
interface Env { MY_WORKFLOW: TracedWorkflowBinding<MyParams>;}
Traced workflow binding - automatically includes _traceparent in params Use this instead of Workflow from cloudflare:workers