Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Confirmation Message
Enter confirmation message to show user when action is selected. If not specified "Are you sure you want to select the action <action caption> ?" text is displayed.

Auto Select

...

Rule

Scripting based rule to auto select action. This script is useful when skip tasks without assign to users by certain conditions. For example auto select approve action when expense amount field is less than 100 $.

...

languagejs

...

Auto select rule specifies the action is automatically select without any user action if condition is met. Rule condition can be specified as Decision Table or scripting expression.

Auto selecting action with a decision table

Following decision table specifies the select action without asking user if form field "Department" is set to "Sales" or "Accounting" value. All other values are invalidates the rule.

Image Added

Auto selecting action with a expression

If FEEL expression is preferred expression can be specified as;

Image Added

Same expression also can be written as javascript expression as following;

Image Added

User Select Script

Script to execute just after action is selected. This script is useful for performing operations after action is selected.

...