1. Zeebe
  2. 1. Introduction
    1. 1.1. What is Zeebe?
    2. 1.2. Install
    3. 1.3. First Contact
    4. 1.4. Quickstart
  3. 2. Basics
    1. 2.1. Architecture
    2. 2.2. Workflows
    3. 2.3. Job Workers
    4. 2.4. Partitions
    5. 2.5. Protocols
    6. 2.6. Internal Processing
    7. 2.7. Exporters
    8. 2.8. Performance
    9. 2.9. Clustering
  4. 3. BPMN Workflows
    1. 3.1. BPMN Primer
    2. 3.2. BPMN Coverage
    3. 3.3. Data Flow
    4. 3.4. Tasks
      1. 3.4.1. Service Tasks
      2. 3.4.2. Receive Tasks
    5. 3.5. Gateways
      1. 3.5.1. Exclusive Gateways
      2. 3.5.2. Parallel Gateways
      3. 3.5.3. Event-Based Gateways
    6. 3.6. Events
      1. 3.6.1. None Events
      2. 3.6.2. Message Events
      3. 3.6.3. Timer Events
    7. 3.7. Sub Processes
  5. 4. BPMN Modeler
    1. 4.1. Introduction
    2. 4.2. Tasks
    3. 4.3. Gateways
  6. 5. YAML Workflows
    1. 5.1. Tasks
    2. 5.2. Control Flow
    3. 5.3. Data Flow
  7. 6. Reference
    1. 6.1. Partitions
    2. 6.2. Workflow Lifecycles
    3. 6.3. Message Correlation
    4. 6.4. Incidents
    5. 6.5. JSON
    6. 6.6. JSONPath
    7. 6.7. JSON Conditions
    8. 6.8. JSON Payload Mapping
    9. 6.9. Exporters
  8. 7. Java Client
    1. 7.1. Setup
    2. 7.2. Get Started
    3. 7.3. Logging
    4. 7.4. Testing
  9. 8. Go Client
    1. 8.1. Get Started
  10. 9. gRPC API
    1. 9.1. Reference
  11. 10. Operations
    1. 10.1. The zeebe.cfg.toml file
    2. 10.2. Setting up a cluster
    3. 10.3. Metrics
  12. 11. Java Client Examples
    1. 11.1. Deploy a Workflow
    2. 11.2. Create a Workflow Instance
    3. 11.3. Create Workflow Instances Non-Blocking
    4. 11.4. Request all Workflows
    5. 11.5. Open a Job Worker
    6. 11.6. Handle the payload as POJO
    7. 11.7. Request Cluster Topology

Zeebe Documentation

Gateways

Create an Exclusive Gateway

create-exclusive-gw

Configure Sequence Flow Condition

exclusive-gw-condition

Configure Default Flow

exclusive-gw-default