sartography / SpiffWorkflow

A powerful workflow engine implemented in pure Python
GNU Lesser General Public License v3.0
1.67k stars 311 forks source link

Process Instance Migration: Compare two process models to find differences #415

Closed danfunk closed 2 months ago

danfunk commented 3 months ago

In the core library, add the ability to compare two serialized process models - identify what tasks have changed, which have been added, and which have been deleted.

essweine commented 2 months ago

Added in https://github.com/sartography/SpiffWorkflow/pull/422