Resonate Recursive Fan Out Pattern Java

Implement recursive fan-out / parallel workflow execution in Java with Resonate — dispatch all children via ctx.run or ctx.rpc collecting a List of ResonateFuture, then await each. Covers single-workflow fan-out, cross-worker recursion via ctx.rpc to a named worker group, and the worker/client split. Use when processing batches, trees, or graphs where each child is independently durable and optionally recurses. Verified against example-fan-out-fan-in-java and example-recursive-factorial-java and develop/java.mdx (docs PR

resonatehq d50e84a 10.2 KB Updated

File contents

resonatehq/resonate-skills/tree/main/resonate-recursive-fan-out-pattern-java commit d50e84aba3

Frequently asked questions

npx skillmds@latest add resonatehq/resonate-recursive-fan-out-pattern-java