LatestComments Widget - bluesoft-rnd/aperte-workflow-core GitHub Wiki
This widget allows to display latest comments in the process. Unlike ProcessComments widget it does not provide way to add new comments, making displayed data read only.
This widget is part of Base Widgets plugin.
Attribute name | Type | Required | Default value | Description |
---|---|---|---|---|
displayedComments | Integer | False | 1 | Allows to limit the number of displayed comments. |
This widget does not support permissions.
This example demonstrates usage of LatestComments widget. Please do note, that the screenshot below shows this widget nested inside parent VerticalLayout widget.
<config.ProcessStateWidget className="LatestComments" priority="1">
<attributes>
<config.ProcessStateWidgetAttribute name="caption" value="Latest 3 process comments" />
<config.ProcessStateWidgetAttribute name="displayedComments" value="3" />
</attributes>
</config.ProcessStateWidget>