The RetryActivity type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActionActivity |
The action activity which is activated if the condition activity returns true.
| |
ConditionActivity |
The condition activity which is activated with RetryInterval intervals. If not provided result is interpreted internally - for success it will not be retry, for failure action will be retried.
| |
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) | |
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) | |
InvertCondition |
Invert condition for ActionActivity result. Default value false should be used with ActionActivity that returns true for success and false for failure. For ActionActivity that returns true for failure set this value to true.
| |
LastActionResult |
The last action result. Can be used to determine if retry is needed.
| |
LogErrorIfRetrying |
If set to True - log message will be written first time retrying needed and when finished.
| |
RetryDuration |
The current time spent on retrying updated every retry.
| |
RetryInterval |
The interval between condition check activity schedule.
| |
RetryPeriod |
The time period retrying will be performed. When reached no further retries will be made.
| |
StatusActivity |
The status activity which is activated if assigned allows feedback on retrying status.
|
See Also