Refonte AI

Tasks Tab

Overview

You may see a more detailed list of the tasks you've submitted, filterable by project, batch, and progress, under the Tasks tab.

overview

It is possible your task filters will hide all tasks. Please check your task filters carefully!

Task Filters

You can search through your tasks using the following filters:

overview
  • Project name: Please use the left bar to select the project.
  • Live Tasks / Test Tasks: Test tasks are used to testing purposes and live tasks are used for labeling. This environment is accessible through our API using the associated API keys (Test_xxx, Live_xxx)
  • Tasks completed/created in range : Select the task completion or creation date range

    • Note: You are able to select UTC Time, Pacific Time, or Local Time
  • Task Status
    • You can also filter based on the task status. Here are the following status options:
    • Completed - Tasks that have been completed by our taskers
    • In Progress - Tasks that are being worked on by our taskers
    • Queued - Tasks that have not been worked on yet
    • Error - Tasks that have errors.
    • Canceled - Tasks that have been cancelled by our customers
    • Redo - Tasks that have been re-done by Refonte.AI
  • Audit Status
    • Filter based on the customer audit status:
    • Read to Audit (Tasks that have not been audited yet)
    • Accepted
    • Fixed
    • Rejected
  • Batch name: Batches are an optional way to organize and name tasks.

In Progress vs. Queued

You can only cancel tasks that are Queued.

Once the status of a task has moved into In Progress that means the task is already being worked on and can no longer be canceled.

For further information please reach out to support@refonte.ai

Exporting JSON

There are two ways for exporting JSON

1. Export JSON for all Tasks

overview
  • Click on the Export button at the top of the Tasks page

Please note that there is a 1,000 task limit. If you want to download more, please use our API instead.

2. Export JSON for each Task Individually

overview
  • Click on each task and then click on the Download JSON button

Task Details

1. Task Preview

  • Please click into task and hover over the image tile to see a preview of the media asset file. It should be noted that only the original image for unfinished jobs and the annotated image for finished tasks can be viewed.
  • To examine the point cloud file for 3D tasks, select "Debug Task" or "Audit Task" (available only for jobs that have been finished).

2. Instructions

  • Please click on each task and use the "Download JSON" button to view the JSON file for that task separately. Note that just the JSON file for the initial task upload will be returned by doing this.
  • You can also export all JSON for all tasks using the "Export JSON" button

Note: this will only export 1000 tasks. If you want to export more, you must use the task API endpoint.

4. Callback body

  • Please click on the task and select the "Callback Body" button to examine the JSON file for tasks that have been completed. Clicking the "Resend Callback" button will allow you to resend the callback.

Audit Tasks

To audit tasks, please navigate to the “Quality” tab. This will allow you to generate a random sample of completed tasks that you can review. In this view you can:

  • Accept - This will signal that we have completed the task to your quality standards
  • Fix - If you want to make an immediately update to your callback response, you can fix tasks directly
  • previous responses will be saved in the prior_reponse field of the callback body and the response field will be updated with the updated response.
  • Reject - This will signal that we have not met your quality standards.

Cancel Tasks

You can only cancel tasks via the API - you can learn more about this endpoint here.

You can only cancel tasks that are Queued.

Please refrain from canceling ongoing tasks. On these tasks, work has already been done. There can be a fee to cover the cost of the completed work if these activities are canceled.

Note: Completed tasks cannot be cancelled.

Updated about 2 months ago