Skip to content

/AWS1/CL_PIP=>DISABLESTAGETRANSITION()

About DisableStageTransition

Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.

Method Signature

IMPORTING

Required arguments:

IV_PIPELINENAME TYPE /AWS1/PIPPIPELINENAME /AWS1/PIPPIPELINENAME

The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.

IV_STAGENAME TYPE /AWS1/PIPSTAGENAME /AWS1/PIPSTAGENAME

The name of the stage where you want to disable the inbound or outbound transition of artifacts.

IV_TRANSITIONTYPE TYPE /AWS1/PIPSTAGETRANSITIONTYPE /AWS1/PIPSTAGETRANSITIONTYPE

Specifies whether artifacts are prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).

IV_REASON TYPE /AWS1/PIPDISABLEDREASON /AWS1/PIPDISABLEDREASON

The reason given to the user that a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.