-
Notifications
You must be signed in to change notification settings - Fork 48
camundaformdata
bpmn-server / CamundaFormData
Behaviour ioSpecification timer message signal
each behaviour is a class it scans def and insert itself to perform actions as required
-
↳
CamundaFormData
- describe
- end
- enter
- exit
- getFields
- getItemAttributes
- getNodeAttributes
- init
- restored
- resume
- run
- start
• new CamundaFormData(node
, definition
): CamundaFormData
Name | Type |
---|---|
node |
Node |
definition |
any |
elements/behaviours/Behaviour.ts:40
• definition: any
elements/behaviours/Behaviour.ts:39
• fields: any
elements/behaviours/Form.ts:10
• node: Node
elements/behaviours/Behaviour.ts:38
▸ describe(): string
[]
string
[]
elements/behaviours/Form.ts:18
▸ end(item
): void
Name | Type |
---|---|
item |
Item |
void
elements/behaviours/Behaviour.ts:51
▸ enter(item
): void
Name | Type |
---|---|
item |
Item |
void
elements/behaviours/Behaviour.ts:48
▸ exit(item
): void
Name | Type |
---|---|
item |
Item |
void
elements/behaviours/Behaviour.ts:52
▸ getFields(): any
any
elements/behaviours/Form.ts:17
▸ getItemAttributes(item
, attributes
): void
Name | Type |
---|---|
item |
Item |
attributes |
any [] |
void
elements/behaviours/Behaviour.ts:55
▸ getNodeAttributes(attributes
): void
Name | Type |
---|---|
attributes |
any [] |
void
elements/behaviours/Behaviour.ts:54
▸ init(): void
void
elements/behaviours/Form.ts:11
▸ restored(item
): void
Name | Type |
---|---|
item |
any |
void
elements/behaviours/Behaviour.ts:45
▸ resume(item
): void
Name | Type |
---|---|
item |
Item |
void
elements/behaviours/Behaviour.ts:53
▸ run(item
): void
Name | Type |
---|---|
item |
Item |
void
elements/behaviours/Behaviour.ts:50
▸ start(item
): void
Name | Type |
---|---|
item |
Item |
void