Openurlbutton - bluesoft-rnd/aperte-workflow-core GitHub Wiki
It is extension of default button, contend from url is opened in popup window.
Warning! no transition is made.
All the attributes are the same as in Default, except:
Attribute name | Type | Required | Default value | Description |
---|---|---|---|---|
url | String | False | Url to be opened. |
This example demonstrates usage of Comment button. The screenshot is not needed description explains everything.
<actions>
<config.ProcessStateAction bpmName="OK" buttonName="OpenURLButton" styleName="" skipSaving="false" autoHide="false" priority="1" description="" notification="" label="" actionType="" url="http://www.aperteworkflow.org/pl/" markProcessImportant="" >
</config.ProcessStateAction>
</actions>