REFRamework state transition question

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,

@A_Learner,

Yes it would be only single transition. Condition would be like below:

BusinessException IsNot Nothing Or SystemException IsNot Nothing

image

Thanks,
Ashok :slight_smile:

@A_Learner

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

1 Like