Uipath Marketplace

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

O-trigger

O-trigger

作成者: Internal Labs

StarStarStarStarStarStarStarStarStarStar

0

コネクタ

ダウンロード数

<100

Yongho Gil
4 years 前に投稿

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
4 years 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.

公開者

Internal Labs

公開者ページを表示

ライセンス契約とプライバシー条項

ライセンス契約

プライバシー条項

技術情報

バージョン

0.1

更新日

2020年11月18日

対応製品

Studio: 19.10 - 22.10

認定

シルバー 認定済み

サポート

UiPath コミュニティ サポート

リソース