mrpaulandrew/procfwk

Capture the Last Pipeline Parameter Value Used in the Parameters Table

mrpaulandrew opened this issue · 0 comments

Having the last parameter value used captured along side existing metadata means the precursor stored procedure can inspect this value then update the next value for a given run.

Eg. Last value passed = 1.

Precursor update. New value = Last + 1.

This helps dynamically passing values to worker pipelines that use incremental date/time values.