Skip to main content
Version: 2.5

ActorSourceType

Available source code types for Actors.

Defines how Actor source code is stored and accessed for building and executing Actors on the platform.

Index

Enumeration Members

GIT_REPO

GIT_REPO: 'GIT_REPO'

Actor source code is cloned from a Git repository (GitHub, GitLab, etc.).

GITHUB_GIST

GITHUB_GIST: 'GITHUB_GIST'

Actor source code is retrieved from a GitHub Gist.

SOURCE_FILES

SOURCE_FILES: 'SOURCE_FILES'

Actor source code consists of multiple individual files uploaded directly.

TARBALL

TARBALL: 'TARBALL'

Actor source code is downloaded from a tarball or ZIP archive.