3. Technical Notes
| Component | Details |
|---|---|
| Engine | Flowable 8.x (BPMN 2.0 compliant) |
| Form Rendering | Custom FormRenderingService translates BPMN forms to HTML |
| Authorization | TaskAuthorizationService checks assignee and candidate group membership |
| Variable Binding | Process variables are automatically type-converted (string, long, double, boolean, java.util.Date) |
| Date Storage | Dates are stored as java.util.Date for Flowable DateFormType compatibility |