dev_wf_compare and dev_``wf_compare_item on the source.dev_``wf_compare and dev_``wf_compare_item to the destination.dev_wf_compare with is_done = 0.hash_destination, is_changed and is_missing fields on dev_``wf_compare_item.is_done = 1, changed_count and missing_count on dev_wf_compare.dev_``wf_compare and dev_``wf_compare_item to the source.| Field | Type | Description |
|---|---|---|
| uuid | String | |
| instance_name | String | The destination instance name |
| reply_to | String | The source instance name |
| changed_count | Integer | The number of workflows changed |
| missing_count | Integer | The number of workflows missing on the destination |
| is_done | Integer | If the comparison is done |
| id_ui_module | Foreign Key | The module |
| Field | Type | Description |
|---|---|---|
| uuid | String | |
| workflow_name | String | The name of the workflow |
| hash_source | String | The hash of the workflow on the source |
| hash_destination | String | The hash of the workflow on the destination |
| is_changed | Integer | 1 if the workflow is different on the destination |
| is_missing | Integer | 1 if the workflow is missing on the destination |