-
Notifications
You must be signed in to change notification settings - Fork 49
iflow
ralphhanna edited this page Dec 18, 2023
·
3 revisions
bpmn-server / IFlow
-
↳
IFlow
• behaviours: Map
<any
, any
>
• id: any
• lane: any
• name: any
• type: any
▸ addBehaviour(nane
, behavriour
): void
Name | Type |
---|---|
nane |
any |
behavriour |
any |
void
▸ continue(item
): void
Name | Type |
---|---|
item |
IItem |
void
▸ describe(): string
[][]
string
[][]
▸ getBehaviour(name
): any
Name | Type |
---|---|
name |
any |
any
▸ hasBehaviour(name
): boolean
respond by providing behaviour attributes beyond item and node information ex: timer due , input/outupt , fields
Name | Type |
---|---|
name |
any |
boolean
▸ restored(item
): void
Name | Type |
---|---|
item |
IItem |
void
▸ resume(item
): void
Name | Type |
---|---|
item |
IItem |
void