Hello,
I have a process in which I set and modify the value of a certain "D attribute (ERM)" object. Also in this process I have a function, to which the subprocess is linked. In the subprocess I use the copy of the ERM attribute object in the XOR rule. Unfortunately, the value of the ERM attribute is not transfered from the main process to the subprocess.
How can I carry the value from one process over to its subprocess in order to use it to make a decision?
Thank you for your help!
It should work if you make the assignment of the subprocess correctly and use an occurrence copy of the ERM attribute. In order to make the assignment correctly, you need to use occurence copies of the events before and after the function object with the assignment as start and end events of the subprocess. Just like in the following image: