Documentation Center

RetryPoint

This topic describes the RetryPoint element.

Description

An instruction to retry if the Step raises an exception. The RetryPoint can retry the step itself, or another step (possibly in another pipeline).

Attributes

AttributeDescription and useType
PipelineId

If the step to retry in the event of an exception is not the parent Step element of this element, set this attribute to the ID of the Pipeline that contains the Step to retry.

(optional)

string
StepId

If the step to retry in the event of an exception is not the parent Step element of this element, set this attribute to the ID of the Step to retry.

(optional)

string