marketplace
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Marketplace ユーザー ガイド

最終更新日時 2026年3月30日

Execute Work Item

UiPath.Bizagi.Activities.BizagiExecuteWorkItem

指定したケースに対して作業項目を実行します。

プロパティ

入力

  • CaseNumber (String) -The case number representing a currently running process.
  • JsonParameters (String) - A list of input parameters for the given case as a comma-separated list of JSON objects. For example:
    {
        "xpath": "Name",
        "value": "Alex"
    },
    {
        "xpath": "Email",
        "value": "alex@example.com"
    },
    {
        "xpath": "Phone",
        "value": "1008675309"
    },
    {
        "xpath": "Birthday",
        "type": "DateTime",
        "value": "2019-02-06T00:00:00-00:00"
    }
    {
        "xpath": "Name",
        "value": "Alex"
    },
    {
        "xpath": "Email",
        "value": "alex@example.com"
    },
    {
        "xpath": "Phone",
        "value": "1008675309"
    },
    {
        "xpath": "Birthday",
        "type": "DateTime",
        "value": "2019-02-06T00:00:00-00:00"
    }
    
  • ProcessName (String) - The name of the executed BPM process.
  • WorkItemNumber (String) - The ID of a specific work item.

その他

  • Private (Boolean) - If selected, the values of variables and arguments are no longer logged at Verbose level.
  • プロパティ
  • 入力
  • その他

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得