Update Stage Duration operation

Changes the time frame for a stage to complete.

For information about the General and Route Evaluation property groups, see Common operation properties .

Input properties

The input properties for the operation.

Review ID

A string value that represents the unique review context identifier (review ID) for the review.

Stage Number

An int value that represents the stage number to update. A default value of one is provided to indicate the first stage.

Duration

An int value that represents the duration. The Duration Unit property specifies the duration unit.

When the duration specifies minutes, the minimum value specifies is 10 minutes. A value less than 10 minutes when a value of less than 10 is specified.

Duration Unit

(Optional) A string value that represents whether to use days, hours, or minutes. When this value is not provided, the default is DAYS. Valid string values to use are DAYS, HOURS, MINUTES, or BUSINESS_DAYS.

When BUSINESS_DAYS is used, the duration of the stage is calculated based on the business calendar used by each participant.

Exceptions

This operation can throw a com.adobe.livecycle.rca.common.exception.RCAException exception.

// Ethnio survey code removed