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.

Attributes

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.

Permissions

This widget does not support permissions.

Examples

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>

⚠️ **GitHub.com Fallback** ⚠️