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

# ASEE Flow: Workflow & Process Automation Platform

> ASEE Flow is a Java-based framework for BPMN 2.0 workflow automation, DMN decision management, and CMMN case management. Model, execute, and monitor your business processes.

<Info>
  **Coming from Camunda Platform 7?** ASEE Flow is a source-compatible fork of Camunda 7.24 — your existing `org.camunda.bpm.*` code, BPMN/DMN/CMMN models, and REST API calls run unchanged; only the Maven coordinates differ. See [Upgrade from Camunda 7.24](/update#upgrade-from-camunda-724).
</Info>

ASEE Flow is a workflow and process automation platform that lets you design, execute, and monitor business processes using industry-standard notations. Whether you're automating complex multi-step workflows, evaluating business rules with decision tables, or managing adaptive case work, ASEE Flow gives you the engine and tooling to get it done.

<CardGroup cols={2}>
  <Card title="Introduction" icon="rocket" href="/introduction">
    What ASEE Flow provides and how the pieces fit together
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Install the full distribution, Spring Boot starter, or Docker image
  </Card>

  <Card title="Process Engine" icon="code" href="/user-guide/process-engine">
    Bootstrap the engine and interact with it through the Java API
  </Card>

  <Card title="REST API Reference" icon="plug" href="/reference/rest">
    Use the engine from any language over HTTP
  </Card>
</CardGroup>

## What You Can Do with ASEE Flow

ASEE Flow supports three complementary standards for business automation:

<CardGroup cols={3}>
  <Card title="BPMN 2.0" icon="diagram-project" href="/reference/bpmn20">
    Model and execute workflows with industry-standard Business Process Model and Notation
  </Card>

  <Card title="DMN 1.3" icon="table" href="/reference/dmn">
    Automate business decisions using Decision Model and Notation tables
  </Card>

  <Card title="CMMN 1.1" icon="folder-open" href="/reference/cmmn11">
    Manage adaptive, knowledge-intensive cases with Case Management Model and Notation
  </Card>
</CardGroup>

## Explore the Documentation

<CardGroup cols={2}>
  <Card title="User Guide" icon="book" href="/user-guide">
    The process engine, integrations, data formats, testing, and more
  </Card>

  <Card title="Web Applications" icon="browser" href="/webapps">
    Cockpit, Tasklist, and Admin
  </Card>

  <Card title="Modeler" icon="pen-ruler" href="/modeler">
    Desktop modeling for BPMN, DMN, CMMN, and forms
  </Card>

  <Card title="Update & Migration" icon="arrows-rotate" href="/update">
    Version update guides and migration instructions
  </Card>
</CardGroup>
