Skip to content

Type.TypeAlias.Task

DecentM edited this page Jan 16, 2026 · 26 revisions

@decentm/concourse-ts / Type / Task

Type Alias: Task<Input, Output>

Task<Input, Output>: object

Defined in: declarations/types.ts:116

JSON representation of :class

https://concourse-ci.org/docs/tasks/

Type Parameters

Input extends Identifier

Output extends Identifier

Type declaration

caches?

optional caches: TaskCache[]

container_limits?

optional container_limits: ContainerLimits

image_resource

image_resource: AnonymousResource

inputs?

optional inputs: TaskInput<Input>[]

outputs?

optional outputs: TaskOutput<Output>[]

params?

optional params: EnvVars

platform

platform: Platform

rootfs_uri?

optional rootfs_uri: string

run

run: Command

Clone this wiki locally