Versions Compared

Key

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

Actions are the results of a Task which redirect workflows to the next step.

Depending on a the task type, actions can be selected by users , or by the automated scripting operations. When an action is taken on a task, Emakin process engine continues to the next step of a workflow.

For an action you You can configure the following for an action:

Name (Not visible on a diagram)
Name of an action. Name information is not visible to the users , and is only used to identify a task.

Caption
Caption The caption of an action. Captions are shown to the users , and can be localized when it is needed. 

Is Hidden?
Check this field to hide the action from end-users. Hiding an action may be useful for temporary temporarily disabling an action , or selecting as a deadline action to escalate the task.

Follow Action
Check this field to follow the action result. Following The following action result checks if the next step of a workflow is assigned to the same user, and if the same user is assigned, it automatically opens the next task without redirecting to the user work list.

Validation Group
Name of validation rule groups. Use the semicolon ";" to specify multiple groups. If any rule in this group fails, action cannot be selected.

Comment Policy
Manages the comment feature on taking an action. In some cases, like rejecting a form, you can force the user to specify a rejection reason.

Three options are provided for the comment policy:

  • Optional lets the user decide whether to enter a comment.
  • Required forces the user to enter a comment.
  • Hidden hides the comment panel.

Order
A number value is used for ordering actions within other actions. Higher values put an action to last.

For an action, you can also configure also the following properties to change the appearance from the context menu: 

Click the right mouse button on the action, and action design pop-up will be opened. Click on the appearance title, and start changing the action properties. 

Icon
Select an icon to show to the user. 

ColorColour
Select the text color colour of an action caption.

Background Color
Select the background color colour of an action caption.

Confirmation Message
Enter a confirmation message to show to the 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

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

Auto selecting action with a decision table

Following The following decision table specifies the selected action , without asking the user if the form field "Department" is set to a "Sales" or an "Accounting" value. All of the other values invalidate the rule.

...

Auto selecting action with an expression

If FEEL expression is preferred, expression can be specified as:

Same The same expression can also be written as a javascript expression, as followingfollows:

User Select Script

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

This script is different from postwork because it runs on the client side , and it has a user context. For example, applying a digital signature on the file attachment.

...