One process triggers another process in Action Center after approval

Can I create a task in UiPath Action Center within one process and then have another process wait and resume after the task is approved in Action Center?

Hi @ananyaghosh ,

Are both processes part of the same project, or are they separate projects in UiPath Studio?

What type of task are you creating in Action Center? For example, is it a document validation task or an approval task?

It’s an approval task and both are seprate projects

Hi @ananyaghosh

Why you want to trigger another process after submission in Action Center.

Those are different processes or same Process.

If Same Process the Wait for task and resume activity will again continue the Further process after submitting the task in the Action Center.

Hope it helps!!

1 Like

Understood. Do you want the second process to trigger immediately after the approval, or can there be a scheduled interval?

I want it to trigger immediately after approval.

First Process (Create Task):

  • Use the Create Form Task activity to create a task in Action Center.
  • Store the Task ID in a database or an Orchestrator queue for reference.
  • Use the Wait for Form Task and Resume activity to pause the process until the task is approved.

Second Process (Resume After Approval):

  • Set up a trigger in UiPath Orchestrator to start this process when the task is approved.
  • The process retrieves the Task ID from the queue.
  • Use the Get Task activity to check the status of the task.
  • If the task is approved, proceed with the rest of the process.

Setting Up the Trigger:

  • In UiPath Orchestrator, set up a queue trigger that starts the second process when a new item is added to the queue indicating task approval.
1 Like

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