Skip to main content

MetaOrigin

apify_shared.consts.MetaOrigin

Possible origins for actor runs, i.e. how were the jobs started.

Index

Enumeration Members

ACTOR

ACTOR: 'ACTOR'

Job started by another actor run

API

API: 'API'

Job started through API

DEVELOPMENT

DEVELOPMENT: 'DEVELOPMENT'

Job started from Developer console in Source section of actor

SCHEDULER

SCHEDULER: 'SCHEDULER'

Job started through Scheduler

TEST

TEST: 'TEST'

Job started through test actor page

WEB

WEB: 'WEB'

Job started from other place on the website (either console or task detail page)

WEBHOOK

WEBHOOK: 'WEBHOOK'

Job started by the webhook