@coasys/ad4m / Exports / FlowTransition
Interface: FlowTransition
Flow Transition definition Represents a transition between two states
Table of contents
Properties
Properties
actionName
• actionName: string
Name of this action (shown to users, e.g., "Start", "Finish")
Defined in
shacl/SHACLFlow.ts:40 (opens in a new tab)
actions
• actions: AD4MAction[]
Actions to execute for this transition
Defined in
shacl/SHACLFlow.ts:46 (opens in a new tab)
fromState
• fromState: string
State to transition from
Defined in
shacl/SHACLFlow.ts:42 (opens in a new tab)
toState
• toState: string
State to transition to