ProcessHistory widget - bluesoft-rnd/aperte-workflow-core GitHub Wiki
Displays process instance history entries, stored inside pt_process_instance_log table.
This widget is part of Base Widgets plugin.
Attribute name | Type | Required | Default value | Description |
---|---|---|---|---|
caption | String | False | Allows to set the widget caption text. | |
table | Boolean | False | False | If set to true, the content will be displayed using Vaadin Table component. Otherwise multiple Label components will be used. |
This widget does not support permissions.
This example demonstrates usage of ProcessHistory widget. Please do note, that the screenshot below shows this widget nested inside parent VerticalLayout widget.
<config.ProcessStateWidget className="ProcessHistory" priority="98">
<permissions>
<config.ProcessStateWidgetPermission priviledgeName="VIEW" roleName=".*"/>
</permissions>
<attributes>
<config.ProcessStateWidgetAttribute name="caption" value="Process history"/>
</attributes>
</config.ProcessStateWidget>