Show Table of Contents
8.3.3. パーソナルタスクリスト
パーソナルタスクリストは、特定の個人に割り当てられたすべてのタスクインスタンスのことで、これは、
TaskInstanceのactorId プロパティの存在で示します。以下の方法で、TaskInstanceを誰かのパーソナルタスクリストに置きます。
- task 要素の
actor-id属性に表現を指定 - コードの任意の場所から
TaskInstance.setActorId(String)メソッドを使用 AssignmentHandlerのassignable.setActorId(String)を使用
特定ユーザーのパーソナルタスクリストを取得するには、
TaskMgmtSession.findTaskInstances(String actorId)を使用します。

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.