Simple Memory
Simple memory: each node type is responsible for one clear category of action.
Guide
Trigger: flow entry point.
Logic: business calculation and data organization.
Data: database reads and writes.
Branch: conditional branches and path selection.
Domain Service: calls reusable business capabilities.
Transaction: transaction boundaries and rollback control.
End: flow completion and result output.