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

modifiedAt

modifiedAt: Date

name

name: string

optionaloptions

options?: TaskOptions

stats

stats: TaskStats

optionaltitle

title?: string

userId

userId: string

optionalusername

username?: string