marketplace
latest
false
- リリース ノート
- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- Start workflow
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- Azure Form Recognizer Scope
- Activities (アクティビティ)
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- モデル キーを取得する
- Get Model Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Marketplace ユーザー ガイド
最終更新日時 2026年4月1日
Start workflow
UiPath.K2.Activities.StartWorkflowActivity
Enables you to connect to your K2 Platform, handles the login, starts a K2 workflow with the specified parameters and includes a wizard for easy configuration. The body of the activity contains a Launch Wizard button so that you can customize your setting at any time.
プロパティ
共通
- 表示名 - アクティビティの表示名です。
入力
- Parameters - The parameters that can be passed to the K2 workflow at startup. If you use the workflow they will be retrieved from the K2 platform.
注:
The Parameters accept only String, Integer, Double, Boolean and Datetime variables.
- Password - The password for the K2 service.
- Service URL - The instance URL for the K2 service.
- Username - The username for the K2 service.
- Workflow ID - The ID of the K2 workflow to be started.
注:
Note that OAuth must be enabled on your K2 account in order to authenticate the activity. See K2's How-to Guide for help setting this up.
その他
- プライベート - オンにした場合、変数および引数の値が Verbose レベルでログに出力されなくなります。
出力
- Workflow instance ID - The ID of the K2 instance that was started.
Start wizard
ウィザードを使用すると、アクティビティを簡単に設定できます。 ウィザードには、アクティビティの本体にあるボタンからアクセスできます。

- Service URL - Specify the K2 endpoint.
- Username Field - Specify the K2 account username.
- Password Field - Specify the K2 account password.
- Workflows Selection - Specify which workflow you wish to start. The workflows are created and defined inside the K2 platform.
- Load Button - Once all the connection data has been inserted clicking Load will connect to the K2 server and generate the available workflows in the Workflow Selection control item.
- Edit Argument Button - If the connection was successful and you select a workflow, the parameters for that workflow are retrieved from the K2 platform workflow. On click a pop up will open that will allow you to edit the input arguments for the K2 workflow.
- Ok Button - Once the desired configuration data has been inserted the Ok button will close the wizard and update the property panel.
注:
Variables are not supported inside the wizard.