Skip to main content

Tasks & monitoring

Every workflow run — whether scheduled by AI or your Run / Trial run — creates one task. One or many phones running together count as the same task.

Where tasks come from

SourceDescription
AI chatTell AI “run … for me”; AI schedules and starts automatically
Workflow library → RunClick Run on a card in chat left panel
Editor trial runPick device in workflow editor, click Trial run / Run
Scheduled tasksScheduled tasks trigger on schedule

Open task panel

In AI chat or Workflow editor toolbar, click "Task panel".

View the list in the dialog; closing returns to the previous page.

Task list contents

  • About the latest 100 tasks; running ones auto-refresh
  • Each row: status, source (AI session / workflow editor / scheduled task, etc.), device count, success/failure counts, time
  • List collapsed by default; click a row to expand device details
  • Top concurrency summary: max concurrent devices, current running count (related to Settings → Max devices per task)

Task statuses

DisplayMeaning
PendingCreated, not started yet
RunningAt least one device still executing
CompletedAll succeeded
FailedAll or critical steps failed
Partial successSome succeeded, some failed
PausedWaiting for manual action before continue

Open one task

When expanded, see per-device status:

  • Which workflow is running
  • Current step
  • On failure, error message

View per-step details (input, output, screenshots, etc.) for troubleshooting.

Common actions

ButtonWhen to use
ContinueFlow has a “wait for human” step — after you finish on the phone, click to resume
Force stopTask stuck or you want to cancel
Workflow editorJump to editor with playback of this run
Copy task IDProvide to support

“Wait for human” steps

Some flows pause at a step for captcha, manual confirm, etc., then continue. For example:

  1. Task status becomes Paused
  2. Complete the action on the device
  3. Return to task panel, click Continue for that device

Playback in editor

From task panel "Workflow editor", or during editor trial run:

  • Flowchart highlights completed steps
  • Failed steps show reason
  • Open Run log for full detail

Editor also supports retry from a step, run until a step, run selected consecutive steps for debugging.

On production tasks with heavy OCR, the device's OCR engine is released after the task; the first OCR step on the next similar task may take a few extra seconds — normal behavior.

Next steps