API Reference
interfaces
Flowstate

@coasys/ad4m / Exports / FlowState

Interface: FlowState

Flow State definition Represents a single state in the flow state machine

Table of contents

Properties

Properties

name

name: string

State name (e.g., "ready", "doing", "done")

Defined in

shacl/SHACLFlow.ts:27 (opens in a new tab)


stateCheck

stateCheck: LinkPattern

Link pattern that indicates this state

Defined in

shacl/SHACLFlow.ts:31 (opens in a new tab)


value

value: number

Numeric state value for ordering (e.g., 0, 0.5, 1)

Defined in

shacl/SHACLFlow.ts:29 (opens in a new tab)