Workflow instance methods pause(), resume(), restart(), and terminate() are now available in local development when using wrangler dev.
You can now test the full Workflow instance lifecycle locally:
const instance = await env.MY_WORKFLOW.create({ id: "my-instance-id",});
await instance.pause(); // pauses a running workflow instanceawait instance.resume(); // resumes a paused instanceawait instance.restart(); // restarts the instance from the beginningawait instance.terminate(); // terminates the instance immediatelySource: Cloudflare
Latest Posts
- Amazon SageMaker HyperPod now supports partition-level topology for Slurm orchestrated clusters

- Amazon GameLift Streams now supports IAM role credentials for stream sessions

- WAF – WAF Release – 2026-07-17 – Emergency

- MC1243549: SharePoint and OneDrive Retire One-Time Passcode and Shift External Sharing to Microsoft Entra B2B





