Hi, I have a simple BPM on the Opportunity table that looks like this:
The area that I am having issue with is the Inclusive Gateway. What I want to happen is that the "Generic Updates" are always performed and that the "Lost Updates" only get performed if the Stage is "Closed Lost" and that the Stage field has just been changed.
This is how I have the Gateway set up.
The thing is that it never takes the "Lost Updates" branch.
To work out which item on the AND was causing the issue I changed it to:
And it would take the first branch appropriately. So there seems to be an issue with my usage of the "entity\isAttributeChanged()" function.
Can you offer any advice?
Thanks.
The area that I am having issue with is the Inclusive Gateway. What I want to happen is that the "Generic Updates" are always performed and that the "Lost Updates" only get performed if the Stage is "Closed Lost" and that the Stage field has just been changed.
This is how I have the Gateway set up.
The thing is that it never takes the "Lost Updates" branch.
To work out which item on the AND was causing the issue I changed it to:
And it would take the first branch appropriately. So there seems to be an issue with my usage of the "entity\isAttributeChanged()" function.
Can you offer any advice?
Thanks.
Comment