Hi all,
This is just to share with you something i discover about how the bpmn works.
When using a conditional start event with Trigger Type => After record save if you want to check in the next gateway if the entity is new Or if entity is Not new, the flow will always go to !entity\isNew() no matter what the conditions are and the reason why is that It's how it works / designed. Once the first node is processed, the entity already is not new. So instead you can use two separate entries as shown in the attached image.
Hope this helps someone and thanks to Yuri who explained how it works.
Cheerio
This is just to share with you something i discover about how the bpmn works.
When using a conditional start event with Trigger Type => After record save if you want to check in the next gateway if the entity is new Or if entity is Not new, the flow will always go to !entity\isNew() no matter what the conditions are and the reason why is that It's how it works / designed. Once the first node is processed, the entity already is not new. So instead you can use two separate entries as shown in the attached image.
Hope this helps someone and thanks to Yuri who explained how it works.
Cheerio
Comment