Workflow Compare

Process

  1. Create the dev_wf_compare and dev_``wf_compare_item on the source.
  2. Send the dev_``wf_compare and dev_``wf_compare_item to the destination.
  3. Run the compare workflow on the destination.

The compare workflow (on the destination)

  1. Finds the newest dev_wf_compare with is_done = 0.
  2. Fills the hash_destinationis_changed and is_missing fields on dev_``wf_compare_item.
  3. Fills the is_done = 1changed_count and missing_count on dev_wf_compare.
  4. Send the dev_``wf_compare and dev_``wf_compare_item to the source.

Schema

dev_wf_compare

FieldTypeDescription
uuidString
instance_nameStringThe destination instance name
reply_toStringThe source instance name
changed_countIntegerThe number of workflows changed
missing_countIntegerThe number of workflows missing on the destination
is_doneIntegerIf the comparison is done
id_ui_moduleForeign KeyThe module

dev_wf_compare_item

FieldTypeDescription
uuidString
workflow_nameStringThe name of the workflow
hash_sourceStringThe hash of the workflow on the source
hash_destinationStringThe hash of the workflow on the destination
is_changedInteger1 if the workflow is different on the destination
is_missingInteger1 if the workflow is missing on the destination