Hi,
When a system exception and business exception transitioning to the same state, there can be a single transition with a combined condition correct? Instead of two transition lines?
Thank you,
Hi,
When a system exception and business exception transitioning to the same state, there can be a single transition with a combined condition correct? Instead of two transition lines?
Thank you,
Yes it would be only single transition. Condition would be like below:
BusinessException IsNot Nothing Or SystemException IsNot Nothing

Thanks,
Ashok ![]()
Yes you can have one or two depending on how you need…from top level if you want to see seggregation then can add 2…or can add in one only
Cheers