Infinity loop in flowchart activities

Hello,

Would it be possible to disable self transition of the activity while using Flowchart?

what I mean is to avoid infinity loop when accidentally drag and drop activity to itself:
image
There is an arrow at activity name level, but I believe some error message at project validation level or rule in analyzer might bring more profit and would be more noticeable.

Cheers,
Mateusz

@mateusz.gajda

You can write a custom tule yourself if you need it by checking the flow activity level transitions and see if thereis any transition to itself

Cheers

@mateusz.gajda
You can look into the below link for details on how to create a custom rule