Default - bluesoft-rnd/aperte-workflow-core GitHub Wiki

It is the most simple type of button, all other buttons extends default. Only one button is allowed for one transition. It only allows for transition to another task, nothing more, nothing less.

Attributes

Attribute name Type Required Default value Description
actionType String False "Primary" or "Secondary", Based on type, buttons have different colors.
autoHide Boolean False
description String False Simple button description i.e. Cancel button.
label Boolean String False Label of button
markProcessImportant String False Will mark process as important, exclamation mark will be added in process list window.(True False)
notification String False Processs message(defined in aperte process Edito) of notification which should be shown after button click
priority String True Priority of button
skipSaving Boolean False False Transistion to another task will not requierd which means no validation
styleName String False Name of button Vaddin Style.

Examples

This example demonstrates usage of Default button. This time screenshot is not included, every one knows how button looks like.

<actions>
<config.ProcessStateAction bpmName="Finish" buttonName="Default" skipSaving="false" autoHide="false" priority="1" description="" label="End"  >
</config.ProcessStateAction>
</actions>
⚠️ **GitHub.com Fallback** ⚠️