Skip to main content
Version: 0.6

WebhookEventType

Events that can trigger a webhook.

Index

Enumeration members

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