InterfacesVersion: NextOn this pageTask 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 PropertiesactIdactorStandbycreatedAtdescriptionidinputmodifiedAtnameoptionsstatstitleuserIdusernameProperties actIdactId: stringoptionalactorStandbyactorStandby?: Partial<ActorStandby>createdAtcreatedAt: Dateoptionaldescriptiondescription?: stringidid: stringoptionalinputinput?: Dictionary | Dictionary[]modifiedAtmodifiedAt: Datenamename: stringoptionaloptionsoptions?: TaskOptionsstatsstats: TaskStatsoptionaltitletitle?: stringuserIduserId: stringoptionalusernameusername?: string
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.