retry()

Parameter

Type

Required

Description

Since

deltaMinutesLater

Number

Yes

How many minutes into the future to schedule the import retry. Must be greater than or equal to 30, and less than or equal to 240.

2020.2

currentFailureReason

String

No

The reason an import retry is needed.

2020.2

Example
          if (context.isRetryAllowed()) {
    context.retry({deltaMinutesLater: 30, currentFailureReason: "Timed out"});
} 

        

Related Topics

General Notices