diff --git a/packages/consts/src/consts.ts b/packages/consts/src/consts.ts index 85650e893..68b60912a 100644 --- a/packages/consts/src/consts.ts +++ b/packages/consts/src/consts.ts @@ -72,6 +72,7 @@ export const META_ORIGINS = { WEBHOOK: 'WEBHOOK', // Job started by the webhook ACTOR: 'ACTOR', // Job started by another actor run CLI: 'CLI', // Job started by apify CLI + STANDBY: 'STANDBY', // Job started by Actor Standby } as const; /**