Skip to main content

Welcome to the FlowForge Tutorial 🛠️

In this tutorial, you will learn how to build a robust E-Commerce Pipeline step-by-step. We will start from a simple order fetch and progress to complex payment orchestration with retries and parallelism.

You can find the sample application here: FlowForge Samples - Basic Demo

🗺️ The Learning Journey

  • Level 1: The First Step – Your first task and workflow.
  • Level 2: Connecting the Dots – Sequential flows and automatic data propagation.
  • Level 3: Divide and Conquer – Parallel execution with Forks and Joins.
  • Level 4: Resilience at Scale – Retry policies and timeouts.
  • Level 5: Mastering the Flow – Execution context and optional tasks.

Let's start by forging your first reactive workflow!

Start Level 1: The First Step >>