-
Notifications
You must be signed in to change notification settings - Fork 50
element
ralphhanna edited this page Dec 18, 2023
·
3 revisions
bpmn-server / Element
• new Element(): Element
• behaviours: Map
<any
, any
>
• id: any
• isFlow: boolean
= false
• lane: any
• name: any
• subType: any
• type: any
▸ addBehaviour(nane
, behavriour
): void
Name | Type |
---|---|
nane |
any |
behavriour |
any |
void
▸ continue(item
): void
Name | Type |
---|---|
item |
Item |
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 |
Item |
void
▸ resume(item
): void
Name | Type |
---|---|
item |
Item |
void