Business process designer > BPMN processes > Graphical elements / Approval

Approval

approval 1The Approval graphic item is used to manually or automatically approve or reject a document, app item or file during a business process. When the process moves to the Approval activity, an approval sheet is automatically created.

The location where you place the activity on the process diagram and its settings differ depending on the approval method that you select:

  • Manual. In this case, when the process moves to the Approval activity, the task to review the document is assigned to the executor and an approval sheet with the Approved status is created. In the activity settings, you can configure the approval management. You can set parallel or sequential approvals for a group of approvers, the requirement to sign the document with a digital signature, and set e deadline. An employee actively participates in the approval process by performing the task that you have configured in the activity.
  • Automatic. This option provides that the Approval activity is executed automatically. No coordination task is assigned within the activity. Such a task should be set up additionally and placed on the process diagram before it moves to the Approval activity. The executor only needs to make a decision (approve or reject) via the standard task interface. Then the process will move to the Approval activity, where the corresponding decision will be made automatically. At the same time, an approval sheet with the decision is created. Read more in the Automatic approval article.

Set up manual approval

Place the Approval activity on the process segment where the employee specified in the swimlane must approve or reject the document. The user will be tasked to review the document. At the same time, an approval sheet will be created. It will record the approvers’ decisions and their comments with additionally attached files.

Please note, that the End Approval auxiliary element is used for manual approvals. It is placed on the process diagram after the Approval activity to make a final decision without waiting for the end of the process. We have described such a process in detail in the Approval use case article.

начало внимание

Make sure that you have added a process context variable that will store the object sent for approval.

конец внимание

To open the settings, double-click on the Approval activity on the process diagram. the settings are managed in three tabs: General, Deadline, Schedule in Calendar, Connectors, Custom Statuses, Signature Settings and Substitutions. You can specify the task name, set a deadline, define the approval logic, add the task to the executor’s calendar, enable the signature, etc.    

 

General tab

approval_activity_01

  • Name*. Enter a name that will be displayed in the process diagram. We recommend choosing a short yet informative name to make the process diagram easy to read.
  • Task name*. Enter a text that the task executor will see in their task list or on the task page. You can add a context variable to the name to make it more detailed. To do that, click on the {+} icon in the right corner of the field. You can also add conditions and functions, just like for the item name templates. This allows you to generate a more informative name for the task.
  • Item to send for approval*. Specify the context variable that will store the file or app item.
  • Write the output to a variable.Specify a variable of the String type to which the code of the result of the current activity execution will be written: approved or rejected. The result depends on which button the approver clicks on the task page: Approve or Reject. When there are several approvers and at least one of them refuses to approve, the result will contain the value rejected. If the agreement is terminated, the terminated value will be written. This variable can be placed on the app form, as well as used in gateways and scripts to implement more complex approval logic.
  • Approval method. Depending on the selected method, the set of tabs in the settings window and the list of settings listed below the current tab differ. To configure automatic approval, select the Automatic option.

For the Manual method, the following fields will be displayed below:

  • Notification. Enable the option to ensure that the approver receives a task assignment notification in the activity stream.
  • Approval type. This option appears only if a user group or a department is specified as executor in swimlane settings. The task will be assigned to all the users who belong to the user group or department. Determine how the approval task should be assigned and executed:
    • Parallel. The approval task will be simultaneously assigned to all executors included in the swimlane. Depending on the connector settings, there are two options. Either each executor needs to review the document before the process moves on to the next step, or the next step starts as soon as one of the executors approves or rejects the document.
    • Sequential. The task will be assigned consequently to all the executors included in the swimlane one by one. The process will go to the next step only when all the employees will complete the task. With connector settings, you can determine what happens if an approver rejects the document.

Please note that in a dynamic swimlane the tasks will be assigned in the same order as users were specified in the User type variable. In a static swimlane, the sequence is random.

  • Leave only actual participants. Remove those users who were assigned the approval task but had neither approved nor rejected the document from the approval sheet.

 

Here are some examples to explain more clearly in which cases this or that type of approval is used.

Example 1

Example 2

Example 3

Form tab

This tab appears if an app item has been sent for approval. It allows you to configure your own approval task form from scratch. If you want to use the default form, you do not need to change the settings on this tab.

To create a form, click Default and then click Create Form.

This opens the form template in the interface designer. Place the widgets and buttons you want on the form. You can apply scripts, set form validation, etc. Save the settings you have made.

To configure the display of the app item properties being sent for approval, go to the Form tab in the Approval activity settings again.

approval_activity_02

 

Place the required fields on the form or create new ones. Set the settings of their visibility and mandatory filling. These actions are similar to the form settings in the Task element. Please note that these settings are available only for a custom form.

Deadline tab

approval_main2

On this tab, you can set the due date for the task as well as specify the system behavior in case the task is not completed on time.

There are two ways to set the deadline:

  • Exact time. Specify the number of days, hours or minutes that the executor has to complete the task. The calculations can be based on the business calendar.

If the approval task belongs to a swimlane with multiple executors, each of the executors will have the specified number of days, hours, and minutes to complete the task.

  • Variable. Sometimes it is important that the user completes the task before a certain date. For example, an employee can specify the exact date before which others need to read the new internal regulations. By this day, all specified users should have made a decision on the document. In this case, you can use a context variable of the Date/Time type to define the deadline for the approval task.

If the approval task belongs to a swimlane with multiple executors, and a variable is used to define the deadline, all the executors will have to complete their tasks by this moment. Otherwise, the task will be considered overdue.

In the Notification field, you can select users who will be notified if the executor fails to complete the approval task on time. You can select the current user, a context variable (for example, the process initiator), a user group, or an org chart item.

sdai 4

The Interrupt field allows you to specify which path the process flow should take if the executor fails to complete the task on time.

approval_activity_05

This connector is marked with the timer icon on the process diagram. The process takes this path if the set time is over but the executor hasn’t marked the task as completed. The other connectors will not be activated.

For example, let’s say that the employee from the legal department didn’t complete the contract approval task on time. The process flow will take the escalation connector and assign the next task to the CEO.

05.PNG

 

Schedule in Calendar tab

approval_activity_04

This tab appears if a deadline is set for the task, and is used to add the task to the executor’s calendar.

To avoid overscheduling, you can schedule the task only for some of the days. Let’s say that the approval deadline is in a week. You can schedule the task to appear in the calendar only on the last three days of the week:

  1. Add Date/Time variables to the context. They will store the values for the task deadlines in the calendar.
  2. Add a script on the process diagram before the Approval activity to calculate the values of these variables.
  3. On the Schedule in Calendar tab, link the variables with the Start date and End date fields.

 

Connectors tab

Here you can define the approval logic: specify the conditions that define which connector the process flow should take. Do not forget to specify a default connector that the process will follow if none of the specified conditions are met.

approval_activity_03

Note that if an escalation connector is set up on the Deadlines tab, the other connectors can be activated only before the task’s deadline is reached.

начало внимание

By default, the approval task form has only two buttons: Approve and Reject, regardless of how many outgoing connectors the activity has on the process diagram. You can add other buttons for the task by setting up custom approval statuses.

конец внимание

To open the connector’s settings, double-click on its name.

On the General tab, enter a short and understandable name for the connector. It will be displayed on the process diagram. You can also add a description of the connector.

approval 6

On the Conditions tab, adjust the settings:

approval_activity_06

  • App Field. Specify a variable from the process context or a specific value: Approval Percentage, Rejection Percentage, Approval Sheet Is Archived.
  • Operation. Define a comparison operator to check a specific condition.
  • Field Value. Enter the value at which the condition will be met.
  • Logical Operator. This is a logical operation used to check multiple conditions. If the overall check result is True, the process continues with this connector:
    • AND. The result is True if both conditions are met.
    • OR. The result is True if at least one condition is met.
    • AND NOT. The result is True if the first condition is met while the second condition is not.
    • OR NOT. The result is True if the first condition is met or the second condition is not.

Please note that conditions are checked in the order they are listed in the connector settings.

For approval tasks assigned to a swimlane with multiple executors, connector conditions are checked each time one of them completes the task.

For more details on using transitions in the process, refer to the Connectors article. To configure conditions for connectors in the Approval activity, read the Approval use case article.

Custom Statuses tab

When creating a custom status in the task, an additional button will appear. With its help, employees will be able to provide custom decisions within the standard approval process.

Depending on what object (app item or file) is stored in the variable specified on the General tab in the Item to send for approval* field, the button will appear on the item’s page or on the file preview page.

For instance, you can add the status Approved with Comments. Employees can approve a document that requires minor edits. The document will continue to move through the process according to the logic defined by outgoing connectors. In the approval sheet, the status Approved with Corrections will appear next to the last name of  the user who selected this decision,.

The final status of the item will depend on whether it is approved or rejected by the approvers.

To configure custom statuses, fill out the fields:

approval-custom-statuses-1

  • Approved/Rejected. Enable the Use a custom status option if you want users to be able to provide an additional decision within the approval or rejection decisions.
  • Button label in the task*. Enter the name for the button that the user will click to make a decision on the app item or file, for example, Approve with Comments. Buttons for additional decisions will be displayed next to the system ones in the approval task.

approval-custom-statuses-2

  • Status label*. Enter the name of the status that will be displayed in the approval sheet after closing the task.

approval-custom-statuses-3

The custom status will be shown in the approval sheet and will also be displayed alongside the system statuses when the sheet is exported.

approval-custom-statuses-4

Signature Settings tab

On this tab, you can enable and set up the use of digital signatures in the Approval task and configure the signing options. If a user clicks Approve, they will see a pop-up with these options:

  • Sign. If this option is enabled, the approver can proceed to signing by clicking Next.

approval-signing-1

  • Sign attributesSign document fileSign decision. If these options are enabled, the user will sign attributes, the document file, and the decision.
  • Provider. Specify the provider whose certificate is used for signing. If the provider is selected in the signature settings, the field is filled in automatically and is not available for editing.

approval-signing-2

Determine whether the specified settings will be checked or unchecked.

approval_activity_07

  • Enable signingYou can disable signing by selecting Do not use. Then the user completing the task will only need to click Approve without having to sign the document.

To make a signing pop-up appear when a user clicks Approve, select one of the following options:

    • Optional. The Sign option is disabled by default. Instead of Next, the user sees the Approve button. By clicking it, the user will approve the document without signing. At the same, time the user can set a checkbox and proceed to signing by clicking Next.
    • Preferred. The Sign option is by default enabled but the user can disable it.
    • Required. The Sign option is by default enabled, and the user cannot disable it. The user will not be able to close the task unless they move on to signing the attributes, document file, and solution.

When you enable signing, set up the following fields:

  • Sign attributes. Defines whether the approver needs to sign the app item’s attributes:
    • Do not use. The Sign attributes option will not be displayed. The user cannot sign the attributes.
    • Optional. The default checkbox is not selected in the Sign attributes option, the user can enable it.
    • Preferred. The default checkbox is selected in the Sign attributes option, the user can disable it.
    • Required. The option is selected by default and cannot be disabled. The user cannot approve the document without singing its attributes.
  • Sign document file. The settings for this field are the same as for Sign attributes.
  • Sign decision. The settings for this field are the same as for Sign attributes. With this option, the user signs a text file generated by the system. It includes the information about the approval task, the item sent for approval, the approver’s decision and comment, and the user who was approving the document.
  • Provider. Select the provider whose certificate will be used for signing. The list is formed from the crypto provider modules that are configured in Administration > Modules > Digital Signature. The user will not be able to change the selected value to another one. If the field is left blank, the provider can be selected at the moment of signing.

Substitutions tab

On this tab, you can specify a variable that controls the reassignment of the approval task to an employee who substitutes the primary performer.

approval_activity_08

In the Ignore substitution field, specify a variable from the business process context of the Yes/No switch type.

If the variable is set to Yes, the approval task will be assigned to the initially specified approver, and if it is set to No, it will be assigned to the substitute employee. The value of the variable can be changed during the business process, for example, by placing the variable on the form of another task, or by using scripts.

For example, you can ignore substitution if the document to be agreed upon contains confidential data that should not be disclosed to third parties.

Found a typo? Highlight the text, press ctrl + enter and notify us