action-center
latest
false
Action Center ユーザー ガイド
- スタート アップ ガイド
- Activities (アクティビティ)
- 長期実行ワークフローを設計する
- ジョブを開始し参照を取得 (Start Job And Get Reference)
- ジョブ完了まで待機し再開
- キュー アイテムを追加し参照を取得 (Add Queue Item And Get Reference)
- キュー アイテム完了まで待機し再開
- フォーム タスク完了まで待機し再開
- 時間差で再開 (Resume After Delay)
- タスクを割り当て
- 外部タスクを作成
- 外部タスクの完了を待機して再開
- タスクを完了する
- タスクを転送 (Forward Task)
- フォーム タスクを取得 (Get Form Tasks)
- タスク データを取得 (Get Task Data)
- アプリ タスクを取得
- タスクのコメントを追加
- タスクのラベルを更新
- アプリ タスクを作成
- アプリ タスク完了まで待機し再開
- タスク タイマーを設定
- アクション
- Action Center の Autopilot - プレビュー
- プロセス
- 通知
- 監査
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
[タスク タイマーを設定] アクティビティ。Action Center タスクにタイマーを設定し、有効期限が切れるとアラートまたは再割り当てのオプションを設定します。
UiPath.Persistence.Activities.Tasks.ConfigureTaskTimer
説明
Action Center の各タスクにタイマーを設定できます。タイマーの有効期限の結果として、以下のいずれかのアクションを設定できます。
- 割り当てられたユーザーにアラートを送信する
- タスクを再割り当てする
プロジェクトの対応 OS
Windows | クロスプラットフォーム
構成
デザイナー パネル
- タスク ID - 作成したタスク アクティビティの ID です。
- Start criteria - The event that acts as a start for the timer. There are two possible options: Task created and Task assigned.
- When the Start criteria is Task created, the End criteria can be Task assigned or Task completed.
- When the Start criteria is Task assigned, the End criteria can only be Task completed.
- End criteria - The event that acts as the end for the timer. There are two possible options: Task assigned and Task completed. New activities default to Task completed.
- When the End criteria is Task assigned, the Outcome can only be Reassign.
- When the End criteria is Task completed, and the Outcome is Alert Assignee, but no user was assigned, the alert does not trigger a notification.
- Timers with Task assigned as the End criteria are not displayed in Action Center. They continue to run, and the configured Outcome still triggers when they expire.
- タイマー期間 - Studio Web および Studio STS 26.0.188 以降では、タイマー期間を
0d 00h 00m形式で設定します。このフィールドでは式もサポートされています。以前のバージョンの Studio では、代わりに [日]、[ 時間]、[ 分 ] フィールドを使用します。 - 日 - 期間 (日数) です。オプションは 0 から 90 日の範囲です。
- 時間 - 期間 (時間) です。オプションは 0 から 23 時間の範囲です。
- 分 - 期間 (分) です。オプションは、0 分、15 分、30 分、45 分です。
- Outcome - Triggered when the timer runs out before the end criteria is met. The supported options are Alert Assignee, Reassign, Unassign, and Auto Complete.
- Alert Assignee triggers a notification to the assigned user. The channels where you receive the notification are in-app and email, depending on what you have enabled.
- Reassign assigns the task to another user or to a group, as set by the Assignment criteria on breach field.
- Unassign removes the current assignment when the timer expires.
- Auto Complete completes the task automatically when the timer expires.
- A task carries no timer after it is reassigned, unassigned, or automatically completed.
- Assignment criteria on breach - How the task is assigned when the Outcome is Reassign. The options are User (the default), All users in the group, Workload based, and Round robin.
- Reassign to user - The user that the task is reassigned to, when the Assignment criteria on breach is User. Search for a user, or provide a value or a variable.
- Reassign to group - The group that the task is reassigned to. This field is displayed when the Assignment criteria on breach is any option other than User, and it cannot be empty.
プロパティ パネル
その他
- エラー発生時に実行を継続 - アクティビティが例外をスローした場合でもオートメーションを続行するかどうかを指定します。このフィールドは Boolean 値 (True、False) のみをサポートします。既定値は False です。結果として、フィールドが空白であり、例外がスローされた場合、プロジェクトの実行は停止されます。値が True に設定されている場合、エラーが発生したとしても、プロジェクトの実行は続行されます。
注:
このアクティビティが [トライ キャッチ] に含まれていて、[エラー発生時に実行を継続] プロパティの値が True の場合、プロジェクトの実行時にエラーはキャッチされません。
- タイムアウト (ミリ秒) - エラーがスローされる前にアクティビティが実行されるまで待機する時間 (ミリ秒単位) を指定します。既定値は 30000 ミリ秒 (30 秒) です。
- フォルダー パス - このアクティビティで使用する Orchestrator フォルダーのパスです。何も指定しない場合は、現在の Orchestrator フォルダーが使用されます。このフィールドでは、文字列と String 型変数のみがサポートされています。
注:
タスク タイマーの調整方法の例については、「 タスク タイマーを設定する」をご覧ください。
既知の問題
In Studio Desktop, selecting Clear Value for Timer Duration leaves the previous value visible in the field, although the task runs with no timer attached. This affects Persistence activities V1.12.0. Studio Web is not affected.
To apply a timer again after clearing the value, delete the contents of Timer Duration and enter the duration again.