プロセスインスタンスのリストのカスタマイズ customizing-the-listing-of-process-instances
プロセスインスタンスリストは、AEM Forms Workspace のトラッキングタブに表示されます。
プロセスインスタンスリストで、各プロセスインスタンスに対して AEM Forms Workspace はそのインスタンスのいくつかのプロパティを表示します。次のプロパティを各プロセスインスタンスで使用できます。これらのプロパティは、プロセスインスタンスのコンポーネントモデルに属性として格納されていて、表示やテンプレートで使用できます。
例:
プロセスインスタンスのカードにプロセスインスタンスの description
プロパティを表示するには、次の手順を実行します。
-
以下の操作を実行します。
- 存在しない場合は、/libs/ws/js/runtime/templates/processinstance.html を /apps/ws/js/runtime/templates/ にコピーします。「すべて保存」をクリックします。
- processinstance.html に class = 'processDescription' を指定した div をプロセス説明として追加します。
code language-jsp <div class="processDescription" title="<%= description%>"><%= description%></div>
-
次を実行します。
- /apps/ws/js/registry.js を開いて編集します。
text!/lc/libs/ws/js/runtime/templates/processinstance.html
を検索してtext!/lc/
アプリ/ws/js/runtime/templates/processinstance.html と置き換えます。
-
上記の変更を行うには、次のように、スタイルシート /apps/ws/css/newStyle.css にエントリを追加することによって、CSS ファイルを更新する必要があります。
code language-css .processinstance .processDescription { <!--Dummy values, need to be configured by user as per requirement and user can add or delete any property depending upon requirement--> width : 250px; font-size : 11pt; padding : 2px; }
recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2