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: sources/platform/actors/running/runs_and_builds.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,18 @@ What's happening inside of an Actor is visible on the Actor run log in the Actor
39
39
40
40
### Origin
41
41
42
-
All**Actor runs** have an**Origin** field indicating where the Actor run was invoked.
42
+
Both**Actor runs**and **builds**have the**Origin** field indicating how the Actor run or build was invoked, respectively. The origin is displayed in Apify Console and available via [API](https://docs.apify.com/api/v2/actor-run-get) in the `meta.origin` field.
43
43
44
44
|Name|Origin|
45
45
|:---|:---|
46
-
|DEVELOPMENT|Manually from Apify Console in Development mode (own Actor)|
47
-
|WEB|Manually from Apify Console in "normal" mode (someone else's Actor or task)|
48
-
|API|From API|
49
-
|CLI|From Apify CLI|
50
-
|SCHEDULER|Using a Schedule|
51
-
|WEBHOOK|Using a webhook|
52
-
|ACTOR|From another Actor run|
53
-
|STANDBY|From Actor Standby|
46
+
|`DEVELOPMENT`|Manually from Apify Console in the Development mode (own Actor)|
47
+
|`WEB`|Manually from Apify Console in "normal" mode (someone else's Actor or task)|
0 commit comments