<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Compensation on Agent Zone</title><link>https://agent-zone.ai/tags/compensation/</link><description>Recent content in 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/tags/compensation/index.xml" rel="self" type="application/rss+xml"/><item><title>Multi-Stage Temporal Workflows: Activities, Child Workflows, and Error Propagation</title><link>https://agent-zone.ai/knowledge/workflow-orchestration/temporal-multi-stage-workflows/</link><pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/workflow-orchestration/temporal-multi-stage-workflows/</guid><description>&lt;h1 id="multi-stage-temporal-workflows"&gt;Multi-Stage Temporal Workflows&lt;a class="anchor" href="#multi-stage-temporal-workflows"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The HelloWorkflow from &lt;a href="../temporal-go-workflow-basics/"&gt;Temporal Go Workflow Basics&lt;/a&gt; calls one activity and returns. Real workflows are not that simple. A deployment pipeline provisions infrastructure, configures networking, deploys the application, runs health checks, and updates DNS. Each step depends on the previous one. Any step can fail. Some failures require undoing earlier steps.&lt;/p&gt;
&lt;p&gt;This article covers the patterns you need for production multi-stage workflows: sequential activities with data passing, retry policies, timeouts, child workflows, error propagation, and compensation.&lt;/p&gt;</description></item><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>