Workflows
Workflows #
Entities for storing workflows.
wf #
Field | Type | Description |
---|
uuid | String | |
name | String | |
source | String31 | |
code | BLOB | |
wf_event #
Key | Name | UUID |
---|
1 | onBeforeInsert | 6a1422d5-ed8f-45f3-b3db-60d8ccba8ffd |
2 | onBeforeUpdate | b270ac92-7f11-4aa4-850b-af3691bc92f9 |
3 | onBeforeDelete | 836b72a3-df57-4c4e-86ac-24a81b0f0d05 |
4 | onAfterInsert | 6c34eed3-fceb-467e-961c-9f51bcbe727a |
5 | onAfterUpdate | b0d642b0-b669-4ed8-b177-910732de98ff |
6 | onAfterDelete | 62c57dcd-a762-4284-8127-391f33ff21dc |
7 | onCompleteInsert | c86d5415-3187-4a3c-850e-783e89a2c266 |
8 | onCompleteUpdate | d6082b49-893f-4ba8-b2e2-84561092ed5c |
9 | onCompleteDelete | d886ce8a-af38-446e-826f-abec1f520bdb |
wf_listener #
Field | Type | Description |
---|
entity_name | String | |
uuid | String | |
id_wf | Foreign Key | |
id_wf_event | Foreign Key | |
id_entity | Foreign Key | |
wfi #
Field | Type | Description |
---|
last_error | String31 | |
id_wf | Foreign Key | |
wfi_stack_trace #
Field | Type | Description |
---|
workflow | String | |
method | String | |
line_number | Int | |
id_wfi | Foreign Key | |
id_wf | Foreign Key | |