Is it possible to trigger a Project to run from a different project?

Is it possible to trigger a Project to run from a different project?

Example: I have an use case where i will be checking a specific condition, if it meets then the Project 01 should run. After the Project 01 run is complete, then it should check the next condition, if it doesn’t meet, it skips Project 02. It continues for 50+ clients.

Please suggest how to trigger one project from another project for this use case.

Many thanks in advance.

HI @Karthikeyan_CS

I don’t think so it is possible to do that.

May be you can try with Queue Trigger concept.

Regards
Gokul

Hi @Karthikeyan_CS

Check out the documentation

Regards
Gokul

HI @Karthikeyan_CS

Check like this

Make the project 2 run with queues and set queue trigger for project 2
While running the project 1 add the queue item to the project 2’s queue

When the item added to the queue the project 2 will automatically triggers

Regards
Sudharsan

Hi Karthikeyan,

In my case, I used two ways to execute a project.

For example:

  1. Activity named Start Job: This activity can run a project on 1 o more on any robot.
    image

  2. HTPP Request: This activities can run a project on a specific robot.

Have a great day!
Please let me know if you need anything else.

You can use invoke workflow to trigger another automation