User Guide

Complete guides for using the Process Editor to create insurance process flows.

The Process Editor is designed specifically for modeling insurance processes using a restricted BPMN subset that maps directly to executable state machines.

What You’ll Learn

Tutorials

Reference Documentation

Legacy Reference

Before You Begin

The Process Editor uses a restricted BPMN subset designed specifically for insurance processes:

  • Tasks represent process states
  • End Events represent terminal states
  • Sequence Flows represent transitions between states
  • Boundary Timers represent time-based transitions
  • Lanes represent responsibility groupings

  • Start Events represent visual entry points (visual only)

Gateways, Subprocesses and other BPMN elements are not supported to ensure clean, deterministic process definitions.

Key Concepts

States vs Tasks

In the Process Editor, Tasks represent states in your process, not activities. Each task is a point where your process waits for an event to occur.

Events vs Transitions

Sequence Flows represent transitions triggered by events. Each flow must have an event name that triggers the transition.

Initial State

The initial state is automatically determined as the Task with no incoming sequence flows. You don’t need Start Events.

Terminal States

End Events represent states where the process completes. They cannot have outgoing flows.

Ready to start? Begin with Getting Started!


Table of contents


Copyright © 2025 Etherisc. Distributed under the MIT License.