Error in State Transition: "Trigger-less transition 'T1' of state 'Initialization' must contain a condition" in ReFramework

Hello UiPath Community,

I’m working on a project using the ReFramework, and I’ve encountered the following error when running my workflow: Trigger-less transition ‘T1’ of state ‘Initialization’ must contain a condition. A state can only have one unconditional transition that has no trigger. How should I add the correct conditions to the state transitions in Initialization to avoid this error?

Hi @nevesisabela963

you have added an other transition I assume by mistake. delete that and it will work.

you can check your transitions if you minimize the top level try catch in Init state.

Thank you! It works.

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