Class: ActivityPropertiesModifiedExternallyEventAttributes
history.v1.ActivityPropertiesModifiedExternallyEventAttributes
Represents an ActivityPropertiesModifiedExternallyEventAttributes.
Implements
Constructors
constructor
• new ActivityPropertiesModifiedExternallyEventAttributes(properties?): ActivityPropertiesModifiedExternallyEventAttributes
Constructs a new ActivityPropertiesModifiedExternallyEventAttributes.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IActivityPropertiesModifiedExternallyEventAttributes | Properties to set |
Returns
ActivityPropertiesModifiedExternallyEventAttributes
Properties
newRetryPolicy
• Optional newRetryPolicy: null | IRetryPolicy
If set, update the retry policy of the activity, replacing it with the specified one. The number of attempts at the activity is preserved.
Implementation of
IActivityPropertiesModifiedExternallyEventAttributes.newRetryPolicy
scheduledEventId
• scheduledEventId: Long
The id of the ACTIVITY_TASK_SCHEDULED event this modification corresponds to.