Skip to content

Commit d5c19bc

Browse files
jancurnB4nan
andauthored
docs: Improve info about origin (#1437)
Co-authored-by: Martin Adámek <[email protected]>
1 parent cc6d4c2 commit d5c19bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

sources/platform/actors/running/runs_and_builds.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ 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, 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.
4343

4444
|Name|Origin|
4545
|:---|:---|
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)|
48+
|`API`|From [Apify API](https://docs.apify.com/api)|
49+
|`CLI`|From [Apify CLI](https://docs.apify.com/cli/)|
50+
|`SCHEDULER`|Using a schedule|
51+
|`WEBHOOK`|Using a webhook|
52+
|`ACTOR`|From another Actor run|
53+
|`STANDBY`|From [Actor Standby](./standby)|
5454

5555
## Lifecycle
5656

0 commit comments

Comments
 (0)