Output of the task or step execution

interface ExecutionOutput {
    output: any;
    output_additional?: {
        [name: string]: any;
    }[];
    output_artifacts?: any[];
}

Hierarchy (view full)

Properties

output: any

The main output generated by a task or step

output_additional?: {
    [name: string]: any;
}[]

Additional output generated

Type declaration

  • [name: string]: any
output_artifacts?: any[]

List of artifact generated by the task or step