sartography / SpiffWorkflow

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

add spec and workflow diff utils #422

Closed essweine closed 4 months ago

essweine commented 4 months ago

This adds some utilities for

The spec comparison utility uses a serializer to compare two versions of a spec; the serializer already knows about all the attributes of a particular ask spec so it can be leveraged to avoid implementing attribute comparisons for each type of spec.

The comparisons provides lists of

This is intended to provide information about whether a spec can be updated on an existing workflow.