Using Particular workflow

Hello guys,

i want to go to a particular workflow for certain condition, irrespective of workflow in initialization, get transaction or process.

So is there any activity for that.

Hi!

So you’re running a process, some event happens and you want to catch that event and act on it regardless of where the process is currently at?

Other than adding checks for this event and adding new transitions in your states, I’m not sure if it’s possible.

There is something called a global exception handler, but I haven’t explored this well enough to be sure if that is a good fit for your problem. You still have to catch the event in some way.
https://docs.uipath.com/studio/standalone/2022.10/user-guide/global-exception-handler

Hi @Gokul_Murali - I believe, there is no such activity. Below few ways to handle

  • Invoke the respective workflow at the required places or
  • Invoke a workflow if it meets a given condition(If Activity)

Please check below thread with similar issue

Jumping to a specific point in workflow - Help / Studio - UiPath Community Forum