Skip to content

Commit e00e623

Browse files
authored
Update runs_and_builds.md
1 parent 31e2600 commit e00e623

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

sources/platform/actors/running/runs_and_builds.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,19 @@ What's happening inside of an Actor is visible on the Actor run log in the Actor
3939

4040
### Origin
4141

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, respectivelly.
43+
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.
4344

4445
|Name|Origin|
4546
|:---|:---|
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|
47+
|`DEVELOPMENT`|Manually from Apify Console in the Development mode (own Actor)|
48+
|`WEB`|Manually from Apify Console in "normal" mode (someone else's Actor or task)|
49+
|`API`|From [Apify API](https://docs.apify.com/api)|
50+
|`CLI`|From [Apify CLI](https://docs.apify.com/cli/)|
51+
|`SCHEDULER`|Using a schedule|
52+
|`WEBHOOK`|Using a webhook|
53+
|`ACTOR`|From another Actor run|
54+
|`STANDBY`|From [Actor Standby](./standby)|
5455

5556
## Lifecycle
5657

0 commit comments

Comments
 (0)