Basic guidelines on setting Manual Task
A task is a unit of work assigned to external or internal workers. The main goal of a task is to take the initial raw data (CSV file) and structure, enrich, or check the data according to specific rules.
Work.AI works with the following task types:
- Manual Tasks (MT) completed by a human who is either a cloud worker or an internal employee.
- Bot Tasks completed through computer automation, such as data parsing, extraction, transformation, and loading.

The topic details the basic flow to set up a Manual Task, data flow, and important considerations to keep in mind when creating or designing it.
Basic workflow to set up Manual Task
The basic MT workflow is as illustrated and described below:

Create a Manual Task as described in the instruction. On the Manual Tasks list, the newly created MT appears with the Draft status.
Set up a design for the MT. The recommended method to design Manual Tasks is to use Task Designer Operation. However, if you choose any other Operation to create the MT, proceed the old way to design it according to the instruction.
Once you are done with designing the task, you can click the Preview button to see how the task form layout will look in the Workspace interface.
Configure the parameters to run the designed MT as described in the instruction. To prevent occasional data loss, save the MT from time to time.
Run the MT in a development environment according to the instruction. At the step, the MT status is Processing.
After you post an MT, log in to Workspace as a worker, find, and complete the created task. Use the instructions in the Process Manual Tasks section.
For Workforce and Crowd management settings, refer to the guide.
Check the MT run result. For details, refer to the View Manual Task results topic.
If required, edit the run settings based on the Configure and run Manual Task topic.
Copy the MT with data as described in the guide.
Run the copied task in the production environment and monitor its execution.
From the Manual Tasks list, you can also pause, resume, or stop the MT execution. When the MT is no longer needed, you can delete it. For details, refer to the View Manual Tasks topic.
Data flow
As you are creating and processing a Manual Task, the data flows as described below:

You prepare an initial input data file as described in the Upload Manual Task data topic.
During the task execution, the data is enriched or transformed according to specific rules. Human workers or bots perform these actions.
(Optional) Intermediate results are obtained by generating snapshots.
The final result data file is obtained. You can use the file as input for another step in a Business Process.
Implementation guidelines
Check input data
Check the following:
The input data file is formatted correctly (CSV), including separators and encoding.
The input file columns are mapped correctly to the Manual Task variables.
For detailed instructions, read the Upload Manual Task data topic.
Visualize task design
Ask proper questions
The following questions can be helpful in creating and designing Manual Tasks:
- What is the goal of the task?
- How long should the task take to complete?
- Is the task subjective?
- Is there a right or wrong answer?
- Define your input data: what do you already know?
- Define your output data: what are you trying to achieve?
Double-check resulting task design
The recommended method to design Manual Tasks is to use the Task Designer Operation. For detailed instructions, refer to Design Manual Task via Task Designer Operation.
If you are designing a task the old way, pay attention to the following considerations:
- Are the instructions clear and concise?
- Are examples provided if needed?
- Are corner cases explained if needed?
- Are all necessary dapa points visible to workers?
- Do all hyperlinks function properly?
- Are all Answer Types formatted correctly?
- Are Answer Types the most efficient for the specific task?
- Generally, all Required Answers should be set to N/A allowed. If no information is available for a particular required field, workers select the N/A checkbox to submit the task since the task can't be left blank. If the N/A checkbox is not available, the worker won't be able to submit the task.
- Check if there are any hidden required fields that prevent submitting the task. Hidden answer fields appearing only if a particular option for another answer field is checked are called Sub Answers. Look through the list of answers to find the sub answers with the required option enabled and disable it. You cannot use sub answers in every task, and thus they should not be required.
While designing, save the task periodically as autosave is NOT available at the stage.
Optimize task size
If an MT is too big, split it up into smaller tasks.
Validate run parameters
On the Run tab for a Manual Task, check whether the Workforce settings are up to your specifications. For additional information, read the Configure and run Manual Task topic.
Advanced Options
In the Advanced Options popup (Manual Tasks > Run tab > Advanced Options button), check the tabs as described below.
Properties
- Verify the Task Expires in parameter. By default, the parameter is set to 30 days. After that period, if no worker took up the task, it becomes unavailable in Workspace. So, if you need the task to remain available for longer, change the default setting.
- Make sure Keywords (searchable terms) match the task content and purpose.
- Check that the Description field (if filled in) explains the task briefly in a single- or two-sentence headline.
Availability
The functionality is obsolete starting from Work.AI v10.2. To be deleted from the user interface with further releases.
Leverage other task setup options
Add tags to facilitate task search via filters. Saving filters can also help you locate tasks easier.
Preview the resulting Manual Task to be sure it functions as intended.