Skip to content

/AWS1/CL_PIP=>GETPIPELINE()

About GetPipeline

Returns the metadata, structure, stages, and actions of a pipeline. Can be used to return the entire structure of a pipeline in JSON format, which can then be modified and used to update the pipeline structure with UpdatePipeline.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/PIPPIPELINENAME /AWS1/PIPPIPELINENAME

The name of the pipeline for which you want to get information. Pipeline names must be unique in an Amazon Web Services account.

Optional arguments:

IV_VERSION TYPE /AWS1/PIPPIPELINEVERSION /AWS1/PIPPIPELINEVERSION

The version number of the pipeline. If you do not specify a version, defaults to the current version.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_PIPGETPIPELINEOUTPUT /AWS1/CL_PIPGETPIPELINEOUTPUT