CaptionPanel 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. |
This widget does not support permissions.
This example demonstrates usage of Caption Panel widget. Please do note, that the screenshot below shows this widget nested inside parent VerticalLayout widget.
<config.ProcessStateWidget className="CaptionPanel" priority="2">
<attributes>
<config.ProcessStateWidgetAttribute name="caption" value="Example caption panel"/></attributes>
</config.ProcessStateWidget>