Auditing
Views (2)
Minimum Version: 2.1.0
Plugin Step Auditing is a feature that we used internally to develop and test the pipeline simulation and it could be useful to write tests against complex plugin interactions.
Plugin Step Auditing stores an audit of all the plugin steps that are executed during pipeline simulation, and it stores them in the exact same order they occurred.
This might be useful to write assertions to validate the sequence of certain plugin step executions without the need to debug them.
This was originally posted here.

Like
Report
*This post is locked for comments