<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Workflows &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/workflows/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Mon, 10 Nov 2025 14:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>A closer look at Python Workflows, now in beta</title>
		<link>https://noise.getoto.net/2025/11/10/a-closer-look-at-python-workflows-now-in-beta/</link>
		
		<dc:creator><![CDATA[Caio Nogueira]]></dc:creator>
		<pubDate>Mon, 10 Nov 2025 14:00:00 +0000</pubDate>
				<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Workflows]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=2c304aba8e35044039fd78a024bf91e3</guid>

					<description><![CDATA[Cloudflare Workflows, our durable execution engine for running multi-step applications, now supports Python. That means less friction, more possibilities, and another reason to build on Cloudflare.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building a better testing experience for Workflows, our durable execution engine for multi-step applications</title>
		<link>https://noise.getoto.net/2025/11/04/building-a-better-testing-experience-for-workflows-our-durable-execution-engine-for-multi-step-applications/</link>
		
		<dc:creator><![CDATA[Olga Silva]]></dc:creator>
		<pubDate>Tue, 04 Nov 2025 14:00:00 +0000</pubDate>
				<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[Developer Platform]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Internship Experience]]></category>
		<category><![CDATA[Product News]]></category>
		<category><![CDATA[Workflows]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=66ec58ecc9e9fd4d4884fc5eb51d8a26</guid>

					<description><![CDATA[End-to-end testing for Cloudflare Workflows was challenging. We're introducing first-class support for Workflows in cloudflare:test, enabling full introspection, mocking, and isolated, reliable tests for your most complex applications.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How we simplified NCMEC reporting with Cloudflare Workflows</title>
		<link>https://noise.getoto.net/2025/04/11/how-we-simplified-ncmec-reporting-with-cloudflare-workflows/</link>
		
		<dc:creator><![CDATA[Mahmoud Salem]]></dc:creator>
		<pubDate>Fri, 11 Apr 2025 14:00:00 +0000</pubDate>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[CSAM Reporting]]></category>
		<category><![CDATA[Developer Platform]]></category>
		<category><![CDATA[Developer Week]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Workflows]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=09ebccbf56c1bdb32e5b0656ab5df2df</guid>

					<description><![CDATA[We transitioned to Cloudflare Workflows to manage complex, multi-step processes more efficiently. This shift replaced our National Center for Missing &#38; Exploited Children (NCMEC) reporting system.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Cloudflare Workflows is now GA: production-ready durable execution</title>
		<link>https://noise.getoto.net/2025/04/07/cloudflare-workflows-is-now-ga-production-ready-durable-execution/</link>
		
		<dc:creator><![CDATA[Sid Chatterjee]]></dc:creator>
		<pubDate>Mon, 07 Apr 2025 14:00:00 +0000</pubDate>
				<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[Developer Platform]]></category>
		<category><![CDATA[Developer Week]]></category>
		<category><![CDATA[Workflows]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=e73ad85c4c01dc2d37c65f11c282183c</guid>

					<description><![CDATA[Workflows — a durable execution engine built directly on top of Workers — is now Generally Available. We’ve landed new human-in-the-loop capabilities, more scale, and more metrics.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Build durable applications on Cloudflare Workers: you write the Workflows, we take care of the rest</title>
		<link>https://noise.getoto.net/2024/10/24/build-durable-applications-on-cloudflare-workers-you-write-the-workflows-we-take-care-of-the-rest/</link>
		
		<dc:creator><![CDATA[Sid Chatterjee]]></dc:creator>
		<pubDate>Thu, 24 Oct 2024 13:00:00 +0000</pubDate>
				<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[Developer Platform]]></category>
		<category><![CDATA[Durable Objects]]></category>
		<category><![CDATA[Workflows]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=791909aeb61bd14c1d3f85009cf49e58</guid>

					<description><![CDATA[Cloudflare Workflows is now in open beta! Workflows allows you to build reliable, repeatable, long-lived multi-step applications that can automatically retry, persist state, and scale out. Read on to learn how Workflows works, how we built it on top of Durable Objects, and how you can deploy your first Workflows application.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 28/130 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-07 22:24:02 by W3 Total Cache
-->