Skip to main content
Version: Next

Task

Represents an Actor task.

Tasks are saved Actor configurations with input and settings that can be executed repeatedly without having to specify the full input each time.

Index

Properties

actId

actId: string

optionalactorStandby

actorStandby?: Partial<ActorStandby>

createdAt

createdAt: Date

optionaldescription

description?: string

id

id: string

optionalinput

optionalisPublic

isPublic?: boolean

Whether the task is published on its public landing page. Derived from publicConfig.publishedAt — set it on update to publish or unpublish the task.

modifiedAt

modifiedAt: Date

name

name: string

optionaloptions

options?: TaskOptions

optionalpublicConfig

publicConfig?: null | TaskPublicConfig

stats

stats: TaskStats

optionaltitle

title?: string

userId

userId: string

optionalusername

username?: string