Commentbutton - bluesoft-rnd/aperte-workflow-core GitHub Wiki
It is extension of default button, before the transition, user must fill the add comment form. Which is available later by ProcessComments widget.
All the attributes are the same as in Default, except:
Attribute name | Type | Required | Default value | Description |
---|---|---|---|---|
askForCommentKey | String | False | true | Key for process Attribute, If attribute equals (true) or empty, then the comment form will be shown otherwise comment window will stay hiden |
This example demonstrates usage of Comment button. .
<actions>
<config.ProcessStateAction bpmName="ok" buttonName="CommentButton" styleName="" skipSaving="false" autoHide="true" priority="1" description="" askForCommentKey="isCommentActive" notification="notifiaction.one" label="" actionType="" markProcessImportant="True" >
</config.ProcessStateAction>
</actions>