Skip to main content

24 docs tagged with "Manual Task"

View All Tags

Add filter attributes

Filter attributes are mapped to Control Tower custom attributes with the help of the Workspace Preview feature.

Administer Data Stores

The Data Store module is a web interface for managing database (DB) tables in the Work.AI platform. A field scheme defines the Data Store table structure and column data format.

Define allowed Data Store queries

By default, WorkFusion security blocks all Data Store (DS) API calls from Manual Tasks, except Allowed Data Store Queries. Therefore, if you develop a custom Manual Task that uses DS API calls from JavaScript, you must create such allowed queries.

Define Answer Types

When adding or editing an Answer, you must set an Answer Type. The parameter defines the type and format of the input field.

Deliver complex customizations via MT Designer

The article is a runbook describing how to create complex custom configurations for Manual Tasks in MT Designer and resolve related issues. Before reading the topic, read the instructions for simpler use cases in Design Manual Tasks via Task Designer Operation.

Design Manual Task via Code Editor

The section refers to the legacy Manual Task design via Code Editor. Before reading the article, see the Design Manual Task in Task Designer mode topic.

Encrypt Manual Task answers

Sensitive customer information is protected by encryption at the Data Store level. However, the same data is used in Manual Tasks, namely, in Worker answers from WorkSpace, thus persisting in system tables without encryption.

Implement Qualification Business Process

The qualification mechanism is no longer available for access control purposes and is replaced by a new user management approach. However, to support training before employees begin performing actual tasks, WorkFusion provides a special Qualification Business Process (BP), which you can deploy and configure as described below.

Manual Task

The guide explains how to add a Manual Task to a Business Process based on ODF 2. When working with Manual Tasks, consider the following aspects:

Migrate from qualifications to ACL

The WorkFusion platform (previously IA Cloud Enterprise) v10.2 no longer supports qualifications. Instead, WorkSpace 2.0 employs a new approach to managing user permissions and restrictions, where:

Migrate qualifications

The instruction describes how to migrate business processes with manual tasks that use qualifications from the WorkFusion platform v10.1.x to v10.2.1 and higher. For more information, refer to Migrating users and qualifications from previous platform versions | Migrating qualifications.

Multi-document Manual Task

A multi-document Manual Task enables automation for the cases when you process multiple documents as a part of a single transaction or in a batch, both manually and using machine learning. For more details about multi-document Manual Tasks, refer to Multi-document IE Manual Task.

Set custom sorting

Workspace enables sorting of Manual Tasks by date created and due date. However, sorting by these fields does not guarantee proper task order within the same process run. To ensure consistent ordering, the FIFO mechanism is used.

Set up multi-document Manual Task

The multi-document Manual Task enables automation for cases when multiple documents represent a single transaction and have to be processed together, both manually and by machine learning. For example, a letter mentions an invoice and has this invoice attached. Thus, a letter contains an invoice number, and the attached invoice contains all the remaining information, such as the amount to pay.