how to set a context variable to be equal to a process property?
Hi,
I have some process properties that are set (name and value) in the signal definition, before the pricing workflow is instantiated.
I need to store in a context variable the value of the process property.
something like {Context.PSP Mode} = Process property value
At the moment I achieve this by using a "decision Point" in the pricing WF where I can test the process property and subsequently update my context variables.
But this is clumsy and rather inelegant.
I know you can update a process process property with the value of a context variable in a nice way and I was hoping of a similar solution for the other way around.