> ## 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.

# Implemented Standards

ASEE Flow implements three different standards in the Business Process Management scope: BPMN 2.0, CMMN 1.1 and DMN 1.3.
These three standards are defined by the [Object Management Group][OMG] with active collaboration of ASEE Flow.

ASEE Flow provides open source implementations of execution and [modeling tools][modelers].

## BPMN

Business Process Model and Notation (BPMN) is a standard for Workflow and Process Automation.
ASEE Flow supports the 2.0 version of BPMN.

* Getting started implementing BPMN Processes: [Quick Start (Java / JS)]
* Getting to Know BPMN as a Modeling Language: [BPMN Modeling Tutorial]
* Modeling BPMN: [BPMN Modeling Reference]
* Tool for modeling BPMN: [BPMN Modeler][modelers]
* Implementing BPMN Processes: [BPMN Implementation Reference]
* Executing BPMN: [Process Engine]

## CMMN

Case Management Model and Notation (CMMN) is a standard for Case Management.
ASEE Flow supports the 1.1 version of CMMN.

* Implementing CMMN Cases: [CMMN Implementation Reference]
* Executing CMMN: [Process Engine]

## DMN

Decision Model and Notation (DMN) is a standard for Business Decision Management.
ASEE Flow supports the 1.1 version of DMN.

* Getting started implementing DMN decision tables: [DMN Getting Started]
* Getting to Know DMN: [DMN Modeling Tutorial]
* Tool for editing DMN: [DMN Editor][modelers]
* Implementing DMN Decisions: [DMN Implementation Reference]
* Executing DMN: [DMN Engine]

[OMG]: http://www.omg.org/

[modelers]: /modeler

[BPMN Modeling Tutorial]: https://camunda.com/bpmn/tutorial/

[BPMN Modeling Reference]: https://camunda.com/bpmn/reference/

[Quick Start (Java / JS)]: /get-started/quick-start/

[BPMN Implementation Reference]: /reference/bpmn20

[CMMN Implementation Reference]: /reference/cmmn11

[DMN Getting Started]: /get-started/dmn11/

[DMN Implementation Reference]: /reference/dmn

[DMN Modeling Tutorial]: https://camunda.com/dmn/

[Process Engine]: /user-guide/process-engine

[DMN Engine]: /user-guide/dmn-engine
