RetryActivityConditionActivity Property |
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.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Activity<bool> ConditionActivity { get; set; }
Public Property ConditionActivity As Activity(Of Boolean)
Get
Set
public:
property Activity<bool>^ ConditionActivity {
Activity<bool>^ get ();
void set (Activity<bool>^ value);
}
member ConditionActivity : Activity<bool> with get, set
Property Value
ActivityBoolean
See Also