How to change the transition order?

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 @donghai

May @NIVED_NAMBIAR help you in this

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Hi @Pratik_Wavhal
Can you give me some link?
Or Need to edit the xaml with notepad?
Best Regards!

Hi @donghai

What u mean by transition

Can u elaborate ?

Regards,

Nived N :robot:

Hi @NIVED_NAMBIAR
Thanks for your reply.
As below Image
ScreenShot
I do this by edit the xaml source file.
:cold_sweat:

@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
grafik

Shared transitions
grafik

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:
grafik
just edit the SrcConnectionPointIndex Value to same Values e.g. 44 to 33
and rework on the shared transitions as usual and described above

1 Like

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? :sweat_smile:
Best Regards!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.