Guía de Estudio BPMN 2.0
Explore todos los elementos de la especificación BPMN 2.0 de la OMG: eventos, actividades, gateways, datos, carriles, conectores y artefactos. Cada elemento incluye una definición, cuándo usarlo y evitarlo, ejemplos de negocio renderizados como diagramas reales y una breve FAQ. Use la búsqueda (Cmd/Ctrl + K) para encontrar cualquier elemento rápidamente.
Ponga a prueba sus conocimientos de BPMN
Realice un simulacro al estilo de la certificación OMG OCEB 2.
Eventos
Something that happens during the process: start, intermediate or end. Each event combines a type (message, timer, error…) with a position. See the full matrix of valid combinations.
37 elementosActividades
Work performed in the process: tasks (atomic) and sub-processes (compound), plus the loop, multi-instance and compensation markers.
17 elementosCompuertas
Control points that split or merge the flow: exclusive (XOR), parallel (AND), inclusive (OR), event-based and complex.
6 elementosDatos
Elements that represent process information: data objects, inputs/outputs, persistent data stores and collections.
5 elementosSwimlanes (Carriles)
Containers that organize who does what: Pools (participants), Lanes (internal roles) and black-box Pools (external participants).
3 elementosConectores
The lines that connect elements: sequence flow (internal ordering), message flow (communication between Pools) and association (artifacts).
3 elementosArtefactos
Documentation elements that enrich the diagram without affecting execution: text annotation and group.
2 elementos