<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Changelog | Workflows</title><description>Updates to Workflows</description><link>https://developers.cloudflare.com/workflows/reference/changelog</link><item><title>Workflows - Better instance control, improved queued logic, and step limit increased</title><link>https://developers.cloudflare.com/workflows/reference/changelog/#better-instance-control-improved-queued-logic-and-step-limit-increased</link><guid isPermaLink="true">https://developers.cloudflare.com/workflows/reference/changelog/#better-instance-control-improved-queued-logic-and-step-limit-increased</guid><description>&lt;p&gt;Workflows can now be terminated and pause instances from a queued state and the ID of an instance is now exposed via the &lt;code&gt;WorkflowEvent&lt;/code&gt; parameter.&lt;/p&gt;
&lt;p&gt;Also, the mechanism to queue instances was improved to force miss-behaved queued instances to be automatically errored.&lt;/p&gt;
&lt;p&gt;Workflows now allow you to define up to 1024 steps in a single Workflow definition, up from the previous limit of 512. This limit will continue to increase during the course of the open beta.&lt;/p&gt;
</description><pubDate>Thu, 19 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Workflows - New queue instances logic</title><link>https://developers.cloudflare.com/workflows/reference/changelog/#new-queue-instances-logic</link><guid isPermaLink="true">https://developers.cloudflare.com/workflows/reference/changelog/#new-queue-instances-logic</guid><description>&lt;p&gt;Introduction of a new mechanism to queue instances, which will prevent instances from getting stuck on queued status forever.&lt;/p&gt;
</description><pubDate>Mon, 09 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Workflows - Step limit increased</title><link>https://developers.cloudflare.com/workflows/reference/changelog/#step-limit-increased</link><guid isPermaLink="true">https://developers.cloudflare.com/workflows/reference/changelog/#step-limit-increased</guid><description>&lt;p&gt;Workflows now allow you to define up to 512 steps in a single Workflow definition, up from the previous limit of 256. This limit will continue to increase during the course of the open beta.&lt;/p&gt;
&lt;p&gt;If you have Workflows that need more steps, we recommend delegating additional work to other Workflows by &lt;a href=&quot;https://developers.cloudflare.com/workflows/build/trigger-workflows/&quot;&gt;triggering a new Workflow&lt;/a&gt; from within a step and passing any state as &lt;a href=&quot;https://developers.cloudflare.com/workflows/build/events-and-parameters/&quot;&gt;parameters to that Workflow instance&lt;/a&gt;.&lt;/p&gt;
</description><pubDate>Sat, 30 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Workflows - Fixed create instance API in Workers bindings</title><link>https://developers.cloudflare.com/workflows/reference/changelog/#fixed-create-instance-api-in-workers-bindings</link><guid isPermaLink="true">https://developers.cloudflare.com/workflows/reference/changelog/#fixed-create-instance-api-in-workers-bindings</guid><description>&lt;p&gt;You can now call &lt;code&gt;create()&lt;/code&gt; without any arguments when using the &lt;a href=&quot;https://developers.cloudflare.com/workflows/build/workers-api/#create&quot;&gt;Workers API&lt;/a&gt; for Workflows. Workflows will automatically generate the ID of the Workflow on your behalf.&lt;/p&gt;
&lt;p&gt;This addresses a bug that caused calls to &lt;code&gt;create()&lt;/code&gt; to fail when provided with no arguments.&lt;/p&gt;
</description><pubDate>Thu, 21 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Workflows - Multiple Workflows in local development now supported</title><link>https://developers.cloudflare.com/workflows/reference/changelog/#multiple-workflows-in-local-development-now-supported</link><guid isPermaLink="true">https://developers.cloudflare.com/workflows/reference/changelog/#multiple-workflows-in-local-development-now-supported</guid><description>&lt;p&gt;Local development with &lt;code&gt;wrangler dev&lt;/code&gt; now correctly supports multiple Workflow definitions per script.&lt;/p&gt;
&lt;p&gt;There is no change to production Workflows, where multiple Workflow definitions per Worker script was already supported.&lt;/p&gt;
</description><pubDate>Wed, 20 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Workflows - Workflows is now in public beta!</title><link>https://developers.cloudflare.com/workflows/reference/changelog/#workflows-is-now-in-public-beta</link><guid isPermaLink="true">https://developers.cloudflare.com/workflows/reference/changelog/#workflows-is-now-in-public-beta</guid><description>&lt;p&gt;Workflows, a new product for building reliable, multi-step workflows using Cloudflare Workers, is now in public beta. The public beta is available to any user with a &lt;a href=&quot;https://developers.cloudflare.com/workers/platform/pricing/&quot;&gt;free or paid Workers plan&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A Workflow allows you to define multiple, independent steps that encapsulate errors, automatically retry, persist state, and can run for seconds, minutes, hours or even days. A Workflow can be useful for post-processing data from R2 buckets before querying it, automating a Workers AI RAG pipeline, or managing user signup flows and lifecycle emails.&lt;/p&gt;
&lt;p&gt;You can learn more about Workflows in &lt;a href=&quot;https://blog.cloudflare.com/building-workflows-durable-execution-on-workers/&quot;&gt;our announcement blog&lt;/a&gt;, or start building in our &lt;a href=&quot;https://developers.cloudflare.com/workflows/get-started/guide/&quot;&gt;get started guide&lt;/a&gt;.&lt;/p&gt;
</description><pubDate>Wed, 23 Oct 2024 00:00:00 GMT</pubDate></item></channel></rss>