Question
How to set a "state transition management" in RVS?
Good day,
How to construct a trigger rule for following usecase: Requirement State CHANGES from Published to InWork?
I was able to construct a rule for a State[New] = InWork case. But for me Published->InWork and OtherState->InWork are not the same. My trigger should be invoked only for "Published->InWork" case and not for cases like "OtherState->InWork". How to achive this kind of "state transition management"?
Thanks

