Properties
Readonly
name
name: string
next
next: { [ name in string | number | symbol]?: (keyof T & string)[] } = {}
Readonly
places
places: T
symbol
symbol: symbol = ...
tokens
tokens: { [ name in string | number | symbol]?: EventToken<any> } = {}
transitions
transitions: WorkflowTransition<T>[] = []