<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="388641" data-post-id="388641">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="webofbits" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/webofbits/120/39173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  webofbits
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Quick update: out of professional respect for the work behind Oban and Oban Pro, and because Squid Mesh operates in an adjacent space, I’m going to stop using Oban directly as the execution backend.</p>
<p>The current integration uses Oban as the durable job substrate (we don’t use it for retries, exp. backoff, etc). Going forward, Squid Mesh will provide its own narrow execution engine focused only on the runtime guarantees the project needs: durable step dispatch, delayed continuations, restart/redelivery behavior, cron activation, and test support.</p>
<p>That should hopefully mean a few weeks of development (to build only what I need at the moment) until I have something ready to be used.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388641" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/22">Post #21</a>
	                </div>
	            </div>
              <div id="likers-container-388641" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388641"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #21"></div>
  </section>
</div>
    <div class="postbit" id="388643" data-post-id="388643">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="webofbits" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/webofbits/120/39173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  webofbits
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Btw, saga compensation is now available on main.</p>
<p>You can now define compensation steps for workflow actions so failed runs can trigger cleanup or rollback behavior as part of the workflow definition. Docs and examples are on the branch as well.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388643" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/23">Post #22</a>
	                </div>
	            </div>
              <div id="likers-container-388643" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388643"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #22"></div>
  </section>
</div>
    <div class="postbit" id="388669" data-post-id="388669">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="webofbits" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/webofbits/120/39173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  webofbits
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Squid Mesh 0.1.0-alpha.6 is out.</p>
<p>Up next, I’m going to detach the runtime from Oban so Squid Mesh can stay executor-agnostic in the short term. Oban will remain a supported integration, but I want the core workflow model to avoid assuming one specific job backend before introducing a new executor.</p>
<p>The goal is to keep the library easier to embed in different host apps while the runtime surface is still early and flexible.</p>
<aside class="onebox allowlistedgeneric" data-onebox-src="https://github.com/dark-trench/squidie/releases/tag/v0.1.0-alpha.6">
  <header class="source">
      <img src="https://github.githubassets.com/favicons/favicon.svg" class="site-icon" alt="" width="32" height="32">

      <a href="https://github.com/dark-trench/squidie/releases/tag/v0.1.0-alpha.6" target="_blank" rel="noopener nofollow ugc">GitHub</a>
  </header>

  <article class="onebox-body">
    <div class="aspect-image" style="--aspect-ratio:690/344;"><img src="https://opengraph.githubassets.com/4a362ad90dc58b2163cc2fdb651a790deca692ed3e84924260a0fcbbda611aeb/dark-trench/squidie/releases/tag/v0.1.0-alpha.6" class="thumbnail" alt="" width="690" height="345"></div>

<h3><a href="https://github.com/dark-trench/squidie/releases/tag/v0.1.0-alpha.6" target="_blank" rel="noopener nofollow ugc">Release v0.1.0-alpha.6 · dark-trench/squidie</a></h3>

  <p>Added

Saga compensation callbacks with compensate: SomeAction, executed in reverse completion order after downstream terminal failure with persisted recovery history.
Failure-route recovery marker...</p>


  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>
 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388669" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/24">Post #23</a>
	                </div>
	            </div>
              <div id="likers-container-388669" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388669"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #23"></div>
  </section>
</div>
    <div class="postbit" id="388670" data-post-id="388670">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="webofbits" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/webofbits/120/39173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  webofbits
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<blockquote>
<p>Up next, I’m going to detach the runtime from Oban so Squid Mesh can stay executor-agnostic in the short term.</p>
</blockquote>
<p>After this, you should be able to implement <code>SquidMesh.Executor</code> behaviour to use whatever executor you like (Oban, EctoJob, Exq, etc)<br>
e.g.</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">@behaviour SquidMesh.Executor

@impl true
def enqueue_step(_config, _run, _step, _opts)

@impl true
def enqueue_steps(_config, _run, _steps, _opts)

@impl true
def enqueue_compensation(_config, _run, _opts)

@impl true
def enqueue_cron(_config, _workflow, _trigger, _opts)
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388670" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/25">Post #24</a>
	                </div>
	            </div>
              <div id="likers-container-388670" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388670"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #24"></div>
  </section>
</div>
    <div class="postbit" id="388672" data-post-id="388672">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="webofbits" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/webofbits/120/39173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  webofbits
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>PR is up <a href="https://github.com/ccarvalho-eng/squid_mesh/pull/159" class="inline-onebox" rel="noopener nofollow ugc">Add pluggable executor boundary by ccarvalho-eng · Pull Request #159 · dark-trench/squidie · GitHub</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388672" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/26">Post #25</a>
	                </div>
	            </div>
              <div id="likers-container-388672" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388672"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #25"></div>
  </section>
</div>
    <div class="postbit" id="388698" data-post-id="388698">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="webofbits" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/webofbits/120/39173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  webofbits
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Squid Mesh is now moving under a new roadmap:</p>
<p><strong>Squid Mesh is a Jido-native durable workflow layer with a friendly Elixir DSL for human-in-the-loop and agentic workflows.</strong></p>
<p>The public workflow API stays focused on Squid Mesh concepts: workflows, steps, approvals, waits, retries, inspection, and explanation. Under the hood, the new core is being rebuilt around Jido signals, actions, agents, thread journals, checkpoints, and <code>Jido.Storage</code>, with Runic as the pure workflow planner and Spark powering the DSL/spec layer.</p>
<p>A few important boundaries:</p>
<ul>
<li><strong>Squid Mesh owns durable workflow semantics and inspection.</strong></li>
<li><strong>Jido provides the runtime primitives underneath.</strong></li>
<li>The happy-path API should not require users to learn Jido internals.</li>
<li><strong>Oban is not part of Squid Mesh core.</strong></li>
<li>External executor integrations can come later, after the Jido-native core is proven.</li>
<li>The first milestone focuses on durable dispatch, journals/checkpoints, Runic planning, workflow/dispatch agents, storage, and projection-based inspection.</li>
</ul>
<p>Roadmap milestone:</p>
<aside class="onebox allowlistedgeneric" data-onebox-src="https://github.com/dark-trench/squidie/milestone/14">
  <header class="source">
      <img src="https://github.githubassets.com/favicons/favicon.svg" class="site-icon" alt="" width="32" height="32">

      <a href="https://github.com/dark-trench/squidie/milestone/14" target="_blank" rel="noopener nofollow ugc">GitHub</a>
  </header>

  <article class="onebox-body">
    <div class="aspect-image" style="--aspect-ratio:690/344;"><img src="https://opengraph.githubassets.com/94a3447cf1f497ecd0a658eb91e9e0eadc3c90290d41567d2dac80a7fd177937/dark-trench/squidie" class="thumbnail" alt="" width="690" height="345"></div>

<h3><a href="https://github.com/dark-trench/squidie/milestone/14" target="_blank" rel="noopener nofollow ugc">dark-trench/squidie</a></h3>

  <p>Durable Workflow Runtime. Contribute to dark-trench/squidie development by creating an account on GitHub.</p>


  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>

<p>Umbrella issue:</p>
<p><a href="https://github.com/ccarvalho-eng/squid_mesh/issues/160" class="onebox" target="_blank" rel="noopener nofollow ugc">https://github.com/ccarvalho-eng/squid_mesh/issues/160</a></p>
<p>Feedback is welcome, especially around the public step contract and where the boundary should sit between Squid Mesh-native APIs and Jido-aware advanced usage.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388698" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/27">Post #26</a>
	                </div>
	            </div>
              <div id="likers-container-388698" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388698"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #26"></div>
  </section>
</div>
    <div class="postbit" id="388699" data-post-id="388699">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="webofbits" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/webofbits/120/39173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  webofbits
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/dimitarvp" rel="nofollow">@dimitarvp</a> FYI: Most of the suggestions you’ve made earlier are now implemented and some are kept in the roadmap.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388699" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/28">Post #27</a>
	                </div>
	            </div>
              <div id="likers-container-388699" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388699"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #27"></div>
  </section>
</div>
    <div class="postbit" id="388700" data-post-id="388700">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Much appreciated. I still have not gotten around to persistent workflow library in my work (with all the saga compensation/undo and others) so I’ll re-review SquidMesh in the next weeks and let you know if I see any gaps or have any architectural remarks.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388700" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/29">Post #28</a>
	                </div>
	            </div>
              <div id="likers-container-388700" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388700"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #28"></div>
  </section>
</div>
    <div class="postbit" id="388837" data-post-id="388837">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="webofbits" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/webofbits/120/39173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  webofbits
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Just merged the library positioning guide: <a href="https://github.com/ccarvalho-eng/squid_mesh/blob/main/docs/positioning.md" class="inline-onebox" rel="noopener nofollow ugc">squidie/docs/positioning.md at main · dark-trench/squidie · GitHub</a></p>
<p>Good for a brief overview of capabilities and comparison against similar libraries</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388837" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/30">Post #29</a>
	                </div>
	            </div>
              <div id="likers-container-388837" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388837"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #29"></div>
  </section>
</div>
    <div class="postbit" id="388919" data-post-id="388919">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="webofbits" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/webofbits/120/39173_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  webofbits
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Squid Mesh <code>0.1.0-alpha.7</code> is out.</p>
<p>This release continues the work toward a stronger runtime core and clearer host-app boundary.</p>
<p>Highlights:</p>
<ul>
<li>Added a pluggable executor boundary for step execution, delayed scheduling, redelivery, and<br>
cron activation</li>
<li>Added native <code>SquidMesh.Step</code> modules, while keeping raw <code>Jido.Action</code> support as an explicit interop path</li>
<li>Added durable dispatch protocol docs and runtime projection invariants</li>
<li>Added a Runic workflow planner boundary for graph and mapping facts</li>
<li>Added Jido storage journal support, durable rebuild fences, and rebuildable runtime agent<br>
checkpoints</li>
<li>Updated examples to use native Squid Mesh steps by default</li>
<li>Hardened planner mappings, dispatch projection validation, journal replay decoding, and agent<br>
replay recovery</li>
</ul>
<p>Links:</p>
<ul>
<li>Hex: <a href="https://hex.pm/packages/squid_mesh/0.1.0-alpha.7" class="inline-onebox" rel="nofollow">squid_mesh | Hex</a></li>
<li>HexDocs: <a href="https://hexdocs.pm/squid_mesh/0.1.0-alpha.7" class="inline-onebox" rel="noopener nofollow ugc">squid_mesh v0.1.0-alpha.7 — Documentation</a></li>
<li>GitHub release: <a href="https://github.com/ccarvalho-eng/squid_mesh/releases/tag/v0.1.0-alpha.7" class="inline-onebox" rel="noopener nofollow ugc">Release v0.1.0-alpha.7 · dark-trench/squidie · GitHub</a></li>
<li>Repo: <a href="https://github.com/ccarvalho-eng/squid_mesh" class="inline-onebox" rel="noopener nofollow ugc">GitHub - dark-trench/squidie: Durable Workflow Runtime · GitHub</a></li>
</ul>
<p>This is still an alpha release. The runtime is suitable for evaluation, local development, and integration work, but it is not yet positioned as production-ready.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="388919" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/squidie-workflow-automation-runtime-for-elixir-applications/75162/31">Post #30</a>
	                </div>
	            </div>
              <div id="likers-container-388919" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="388919"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #30"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/75162/load_more?page=4">Load more posts (54 remaining)</a>
</div></template></turbo-stream>