diff --git a/resource/tasks.json b/resource/tasks.json index 0ba0422bc6..10984aec7b 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -2021,6 +2021,18 @@ "UnableToAgent@SwipeToTheLeft" ] }, + "UnableToAgent2": { + "roi": [ + 985, + 523, + 159, + 165 + ], + "next": [ + "Stage", + "UnableToAgent2@SwipeToTheLeft" + ] + }, "ResourceStageLevel5": { "Doc": "base_task", "algorithm": "OcrDetect", @@ -2049,6 +2061,7 @@ "postDelay": 1000, "next": [ "UnableToAgent", + "UnableToAgent2", "Stop" ] }, diff --git a/resource/template/UnableToAgent2.png b/resource/template/UnableToAgent2.png new file mode 100644 index 0000000000..73ea269e20 Binary files /dev/null and b/resource/template/UnableToAgent2.png differ