Create your first automation in just a few minutes.Try Studio Web

O-trigger

O-trigger

by Internal Labs

StarStarStarStarStarStarStarStarStarStar

0

Connector

Downloads

<100

Yongho Gil
Posted 4 years ago

This is what I want to do.

It's awesome..

But i have no idea how to specify robot name if I want to execute a process on specific robot.

- when: "event.event_type = \"job.completed\" and release.process_key = \"helloworld\""

  do:

    start_job:

      type: Classic

      process: respond

      strategy: Specific

      job_count: 0

      robots: mybot

      folder: Default

it's not works.

Please guide me.

Quentin UiPath
Posted 4 years ago ago

robots is a list, so the syntax should be something like

start_job:

  type: Classic

  process: respond

  strategy: Specific

  job_count: 0

  robots:

    - mybot

  folder: Default

Also, you are using the "Classic" type, so please make extra double sure that you are in a classic folder, not a Modern one.

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

0.1

Updated

November 18, 2020

Works with

Studio: 19.10 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Resources