Skip to main content

WebhookEventType

apify_shared.consts.WebhookEventType

Events that can trigger a webhook.

Index

Enumeration Members

ACTOR_BUILD_ABORTED

ACTOR_BUILD_ABORTED: 'ACTOR.BUILD.ABORTED'

The actor build was aborted

ACTOR_BUILD_CREATED

ACTOR_BUILD_CREATED: 'ACTOR.BUILD.CREATED'

The actor build was created

ACTOR_BUILD_FAILED

ACTOR_BUILD_FAILED: 'ACTOR.BUILD.FAILED'

The actor build has failed

ACTOR_BUILD_SUCCEEDED

ACTOR_BUILD_SUCCEEDED: 'ACTOR.BUILD.SUCCEEDED'

The actor build has succeeded

ACTOR_BUILD_TIMED_OUT

ACTOR_BUILD_TIMED_OUT: 'ACTOR.BUILD.TIMED_OUT'

The actor build has timed out

ACTOR_RUN_ABORTED

ACTOR_RUN_ABORTED: 'ACTOR.RUN.ABORTED'

The actor run was aborted

ACTOR_RUN_CREATED

ACTOR_RUN_CREATED: 'ACTOR.RUN.CREATED'

The actor run was created

ACTOR_RUN_FAILED

ACTOR_RUN_FAILED: 'ACTOR.RUN.FAILED'

The actor run has failed

ACTOR_RUN_RESURRECTED

ACTOR_RUN_RESURRECTED: 'ACTOR.RUN.RESURRECTED'

The actor run was resurrected

ACTOR_RUN_SUCCEEDED

ACTOR_RUN_SUCCEEDED: 'ACTOR.RUN.SUCCEEDED'

The actor run has succeeded

ACTOR_RUN_TIMED_OUT

ACTOR_RUN_TIMED_OUT: 'ACTOR.RUN.TIMED_OUT'

The actor run has timed out