<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Runner on Lucille</title><link>https://kmwtechnology.github.io/lucille/docs-pre-release/architecture/components/runner/</link><description>Recent content in Runner on Lucille</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 09 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://kmwtechnology.github.io/lucille/docs-pre-release/architecture/components/runner/index.xml" rel="self" type="application/rss+xml"/><item><title>Runner Orchestration</title><link>https://kmwtechnology.github.io/lucille/docs-pre-release/architecture/components/runner/runner-orchestration/</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><guid>https://kmwtechnology.github.io/lucille/docs-pre-release/architecture/components/runner/runner-orchestration/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;Runner&lt;/code&gt; is Lucille&amp;rsquo;s top-level orchestrator. It coordinates the full lifecycle of a run: validating configuration, instantiating components, executing connectors sequentially, and reporting results. All methods are static — the Runner is never instantiated.&lt;/p&gt;
&lt;p&gt;A &amp;ldquo;run&amp;rdquo; is a sequential execution of one or more Connectors. Each Connector&amp;rsquo;s work must complete before the next begins. If any Connector fails, the run aborts.&lt;/p&gt;
&lt;h2 id="how-runnerrun-coordinates-the-full-lifecycle"&gt;How &lt;code&gt;Runner.run()&lt;/code&gt; Coordinates the Full Lifecycle&lt;/h2&gt;
&lt;p&gt;The main execution flow:&lt;/p&gt;</description></item></channel></rss>