Click or drag to resize

RetryActivity Properties

The RetryActivity type exposes the following members.

Properties
 NameDescription
Public propertyActionActivity The action activity which is activated if the condition activity returns true.
Public propertyConditionActivity 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.
Public propertyDisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
(Inherited from Activity)
Public propertyIdGets an identifier that is unique in the scope of the workflow definition.
(Inherited from Activity)
Public propertyInvertCondition 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.
Public propertyLastActionResult The last action result. Can be used to determine if retry is needed.
Public propertyLogErrorIfRetrying If set to True - log message will be written first time retrying needed and when finished.
Public propertyRetryDuration The current time spent on retrying updated every retry.
Public propertyRetryInterval The interval between condition check activity schedule.
Public propertyRetryPeriod The time period retrying will be performed. When reached no further retries will be made.
Public propertyStatusActivity The status activity which is activated if assigned allows feedback on retrying status.
Top
See Also