How to get the previous value before a modification
Hello,
I have a field in my process form whose value can be modified. Let's say the value goes from A to B. Now, my process task adapter would like to have both A and B so that it can implement some behaviour on the target system. Right now, it just gets the new value B.
Could this be done with a pre-update entity adapter? If so, how to link this with the process task adapter? Use some dependencies etc?
Thanks in advance
-SK