For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tasks

Overview of labeling tasks in Ango Hub

Every labeling project is broken down into assets, then individual tasks.

Creating Tasks

Tasks are created automatically when assets are added.

Ango Hub creates one labeling task for each asset.

Tasks are shown in the Tasks tab.

Task ID. Unique identifier associated with each task.

External ID. Non-unique identifier for each asset. If importing assets with drag and drop, this ID will be equal to the filename of each asset. If uploading using a JSON or the SDK, you will determine this ID on import.

Stage. Stage where the task is currently located and waiting.

Assignee. User currently assigned to annotate the task.

Updated At. Time and date when the task was last updated (e.g. submitted.)

Duration. Total duration of the task. See the page on idle detection for more details.

Consensus. The task's overall consensus score. When a workflow contains multiple Consensus stages, the column also shows a completed/total count for each stage. Hover over the value to see the stage names and the users who completed each one.

Consensus column showing completion counts for three stages, with a tooltip listing each stage and its users
Consensus progress across multiple stages

Last review. Result of the last review the task went through.

Open Issues. Number of open issues on the task.

Other column types are also available. To show/hide them, click on the Columns dropdown:

Bulk accepting or rejecting review tasks

Project Leads and Managers can bulk accept or reject tasks from the Tasks tab when the task list is filtered to a single Review stage.

To do so:

  1. Open the Tasks tab of your project.

  2. Filter the table to one Review stage from the stage filter.

  3. Add any other filters you need, such as batch or assignee.

  4. Select the tasks you want to accept or reject.

  5. Open the selected-items dropdown and choose Bulk Accept or Bulk Reject.

If you use Select all items in the list, the bulk action applies to every task matching the current filters, not only the tasks currently visible on the page.

Bulk Accept and Bulk Reject only appear when the table is filtered to exactly one Review stage. They are hidden when no stage is selected, when multiple stages are selected, or when the selected stage is not a Review stage.

Deleting Tasks

To delete a labeling task, select the task(s) you wish to delete with the checkboxes on the left, then click on Actions and click on Delete.

Last updated