Skip to content

Type.TypeAlias.TaskStep

DecentM edited this page Jan 16, 2026 · 26 revisions

@decentm/concourse-ts / Type / TaskStep

Type Alias: TaskStep<Input, Output>

TaskStep<Input, Output>: object & StepBase

Defined in: declarations/types.ts:207

https://concourse-ci.org/docs/steps/task/

Type declaration

config?

optional config: Task<Input, Output>

file?

optional file: FilePath

image?

optional image: Identifier

input_mapping?

optional input_mapping: Record<Input, Identifier>

output_mapping?

optional output_mapping: Record<Output, Identifier>

params?

optional params: EnvVars

privileged?

optional privileged: boolean

task

task: Identifier

vars?

optional vars: Vars

Type Parameters

Input extends Identifier = Identifier

Output extends Identifier = Identifier

Clone this wiki locally