Skip to content

StateNode

reference
1 min readUpdated

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

PropertyType
value`number
namestring
isTerminalboolean
requiresApprovalboolean
metadataRecord<string, unknown>

Was this page helpful?

Download as PDF