Hi guys!
Is there any document about change the transition order?
With in REF, in the Initialization,the default condition is SystemException,I want add the 3rd condition,and how to change the transition order?
Best Regards!
Hi @Pratik_Wavhal
Can you give me some link?
Or Need to edit the xaml with notepad?
Best Regards!
Hi @NIVED_NAMBIAR
Thanks for your reply.
As below Image
I do this by edit the xaml source file.
@donghai
Editing the transitions we can do by editing the XAML within an editor e.g. notepad++. But do always a backup from the XAML before.
First lets get the difference between a set of transitions and shared transitions
Set of transitions:
T1, T2 are transitions of State
the order we can change by editing the orders in the XAML

Shared transitions
we do add with Add Shared Transitions and do reordering the arrow up/down
Conversion of a set of transitions to shared transitions we can do also by editing the XAML:
just edit the SrcConnectionPointIndex Value to same Values e.g. 44 to 33
and rework on the shared transitions as usual and described above
Hi @ppr
I have seen you post in orther thread, and I was do by this way.
Is there any way to implement in UIPATH?
Best Regards!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.