<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-durable-function-tree-oeqxiae0s" -->

---
title: The Durable Function Tree | daily.dev
description: Part 2 of a series on durable execution theory examines where durable function trees fit in broader system architecture. The post contrasts durable execution...
canonical: https://daily.dev/posts/the-durable-function-tree-oeqxiae0s
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The Durable Function Tree | daily.dev
og:description: Part 2 of a series on durable execution theory examines where durable function trees fit in broader system architecture. The post contrasts durable execution...
og:url: https://daily.dev/posts/the-durable-function-tree-oeqxiae0s
og:image: https://api.daily.dev/og/posts/OeqxIAE0s.png
og:image:alt: The Durable Function Tree
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Durable Function Tree

**[Jack Vanlightly](https://daily.dev/sources/jack-vanlightly)** · 9 min read · 0 upvotes · 0 comments

## Summary

Part 2 of a series on durable execution theory examines where durable function trees fit in broader system architecture. The post contrasts durable execution with event-driven choreography (EDA), analyzing their respective responsibility boundaries and tradeoffs. EDA provides step-level reliability with decoupling, while durable execution provides workflow-level reliability and governance at the cost of tighter coupling and the determinism constraint. The author argues the true value-add of durable execution is treating a workflow as a single governable entity, not merely enabling procedural-looking code that survives failures. A hybrid model is recommended: use orchestration for critical-path steps and events for indirect, auxiliary flows. Large function trees are identified as an anti-pattern due to increased coupling and versioning complexity.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://jack-vanlightly.com/blog/2025/12/4/the-durable-function-tree-part-2>

## Similar posts on daily.dev

- [Hatchet](https://daily.dev/posts/hatchet-alugo3xs3) · Hacker News · 2 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#distributed-systems](https://daily.dev/tags/distributed-systems), [#microservices](https://daily.dev/tags/microservices), [#workflow-orchestration](https://daily.dev/tags/workflow-orchestration)

[View this post on daily.dev](https://daily.dev/posts/the-durable-function-tree-oeqxiae0s)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"The Durable Function Tree","url":"https://daily.dev/posts/the-durable-function-tree-oeqxiae0s","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-durable-function-tree-oeqxiae0s"},"datePublished":"2026-07-09T07:01:20.407Z","dateModified":"2026-07-16T02:12:36.478Z","description":"Part 2 of a series on durable execution theory examines where durable function trees fit in broader system architecture. The post contrasts durable execution...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2e88232e6815514c143f2891c3884933?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2e88232e6815514c143f2891c3884933?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Jack Vanlightly","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Jack Vanlightly","logo":"https://media.daily.dev/image/upload/s--lIrxyl_V--/f_auto,q_auto/v1781695531/logos/jack-vanlightly?_a=BAMAMiWQ0","url":"https://daily.dev/sources/jack-vanlightly"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/the-durable-function-tree-oeqxiae0s","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"architecture,distributed-systems,microservices,workflow-orchestration","timeRequired":"PT9M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Jack Vanlightly","item":"https://daily.dev/sources/jack-vanlightly"},{"@type":"ListItem","position":3,"name":"The Durable Function Tree"}]}
```

