File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
sources/platform/actors/running Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments