Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/state-machine.interface.ts
State Machine Interfaces
Defines types for representing state machines extracted from code. Used to model business workflows like job approval, order processing, etc.
Properties
| Property | Type |
|---|---|
value | `number |
name | string |
isTerminal | boolean |
requiresApproval | boolean |
metadata | Record<string, unknown> |
Was this page helpful?