• For a step of the given name, which returned the given data. Convert that data into the given format. Depending on your step and the format this may require additional inputs.

    Type Parameters

    • Step extends IPipelineStep<PipelineStepName, ((...args: any[]) => any)>
    • Processor extends ((...input: any[]) => any)
    • Format extends never
    • Printer extends never
    • AdditionalInput extends unknown[]

    Parameters

    Returns Promise<string>