<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Workflow-Compensation on Agent Zone</title><link>https://agent-zone.ai/skills/workflow-compensation/</link><description>Recent content in Workflow-Compensation on Agent Zone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 22 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://agent-zone.ai/skills/workflow-compensation/index.xml" rel="self" type="application/rss+xml"/><item><title>Temporal Workflow Example: Container Lifecycle Management with Docker</title><link>https://agent-zone.ai/knowledge/workflow-orchestration/temporal-container-lifecycle-workflow/</link><pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/workflow-orchestration/temporal-container-lifecycle-workflow/</guid><description>&lt;h1 id="container-lifecycle-workflow"&gt;Container Lifecycle Workflow&lt;a class="anchor" href="#container-lifecycle-workflow"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;This article builds a complete Temporal workflow that manages Docker container lifecycle operations: inspect a container, stop it if running, create a snapshot (commit), and handle failures by restarting the container. It demonstrates every pattern from &lt;a href="../temporal-multi-stage-workflows/"&gt;Multi-Stage Temporal Workflows&lt;/a&gt; in a concrete, runnable example.&lt;/p&gt;
&lt;p&gt;The full source is in the &lt;a href="https://github.com/statherm/temporal-examples"&gt;companion repo&lt;/a&gt; under &lt;code&gt;container-lifecycle/&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="the-use-case"&gt;The Use Case&lt;a class="anchor" href="#the-use-case"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You need to automate container maintenance: take a snapshot of a running container for backup or migration purposes. The sequence is:&lt;/p&gt;</description></item></channel></rss>