Assignbutton - bluesoft-rnd/aperte-workflow-core GitHub Wiki
Button assigning roleName to next task.
All the attributes are the same as in Default, except:
Attribute name | Type | Required | Default value | Description |
---|---|---|---|---|
roleName | String | False | Assign role name to next task. If null user will be asked to give user name. | |
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 hidden |
This example demonstrates usage of Cancel task button. .
<actions>
<config.ProcessStateAction bpmName="OK" buttonName="AssignButton" styleName="" skipSaving="false" autoHide="false" priority="1" description="" askForCommentKey="" notification="" roleName="kkolodziej" label="" actionType="" markProcessImportant="" >
</config.ProcessStateAction>
</actions>