(Updated) Microsoft Viva Engage: Flexible targeting of Storyline Announcements [MC1183013]

(Updated) Microsoft Viva Engage: Flexible targeting of Storyline Announcements [MC1183013]

Message ID: MC1183013 (Updated) Updated March 23, 2026: We have updated the timeline. Thank you for your patience. We're introducing more flexible and precise audience targeting in Viva Engage, starting with Storyline Announcements. This update allows leaders and their delegates to…
Workflows, Workers – Workflow instances now support pause(), resume(), restart(), and terminate() methods in local development

Workflows, Workers – Workflow instances now support pause(), resume(), restart(), and terminate() methods in local development

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…