Skip to content

/AWS1/CL_LMDDURABLECONFIG

Configuration settings for durable functions, including execution timeout and retention period for execution history.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_retentionperiodindays TYPE /AWS1/LMDRETENTIONPERIODINDAYS /AWS1/LMDRETENTIONPERIODINDAYS

The number of days to retain execution history after a durable execution completes. After this period, execution history is no longer available through the GetDurableExecutionHistory API.

iv_executiontimeout TYPE /AWS1/LMDEXECUTIONTIMEOUT /AWS1/LMDEXECUTIONTIMEOUT

The maximum time (in seconds) that a durable execution can run before timing out. This timeout applies to the entire durable execution, not individual function invocations.


Queryable Attributes

RetentionPeriodInDays

The number of days to retain execution history after a durable execution completes. After this period, execution history is no longer available through the GetDurableExecutionHistory API.

Accessible with the following methods

Method Description
GET_RETENTIONPERIODINDAYS() Getter for RETENTIONPERIODINDAYS, with configurable default
ASK_RETENTIONPERIODINDAYS() Getter for RETENTIONPERIODINDAYS w/ exceptions if field has
HAS_RETENTIONPERIODINDAYS() Determine if RETENTIONPERIODINDAYS has a value

ExecutionTimeout

The maximum time (in seconds) that a durable execution can run before timing out. This timeout applies to the entire durable execution, not individual function invocations.

Accessible with the following methods

Method Description
GET_EXECUTIONTIMEOUT() Getter for EXECUTIONTIMEOUT, with configurable default
ASK_EXECUTIONTIMEOUT() Getter for EXECUTIONTIMEOUT w/ exceptions if field has no va
HAS_EXECUTIONTIMEOUT() Determine if EXECUTIONTIMEOUT has a value