Conceptually, if I understand the accumulation of clarifications, the situation is that you want to record that an item has entered a new state - a piece of equipment has reached a certain step. And you want to do this based on incrementing the step it is currently believed to be in.
I would restate this to perhaps be more manageable and unambiguous. Can you simply insert a record asserting that a machine is observed in a state, with a timestamp?
Deriving the current step from previous information (that may itself be imperfectly known) seems risky, and especially if it's a simple iteration calculation that can occur from 0 to n times based on circumstancesmakes it riskier.
OTOH, if it's a timestamped observation of actual state, then it's self correcting (it doesn't matter what state you thought it was in before), and multiple assertions don't cause problems.
Can you reconstruct the logic this way based on the existing forms (or maybe a small modification of the form or the network confiration or whatever)? Is there user, or ip address, etc. associated with a given step of subset of steps? Are there associated transactions that are only valid if it's at a step or subset of steps?
