Introducing Dynamic Workflows: durable execution that follows the tenant
…Inside the Worker Loader, the wrapped binding transparently rewrites the payload: tenant calls: create({ params: { name: 'Alice' } }) │ ▼ engine sees: create({ params: { __workerLoaderMetadata: { tenantId: 't-42' }, params: { name: 'Alice' } }}) ④ Up to the…