You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/runs.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ currently running.
42
42
<Iconicon="arrows-rotate"iconType="solid"color="#3B82F6"size={17} /> **Reattempting**: The task has
43
43
failed and is being retried.
44
44
45
-
<Iconicon="snowflake"iconType="solid"color="#68BAF2"size={17} /> **Frozen**: Task has been frozen
46
-
and is waiting to be resumed.
45
+
<Iconicon="hourglass"iconType="solid"color="#878C99"size={17} /> **Waiting**: You have used a
46
+
[triggerAndWait()](/triggering#yourtask-triggerandwait), [batchTriggerAndWait()](/triggering#yourtask-batchtriggerandwait) or a [wait function](/wait). When the wait is complete, the task will resume execution.
0 commit comments