RetryActivityInvertCondition Property
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.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public InArgument<bool> InvertCondition { get; set; }
Public Property InvertCondition As InArgument(Of Boolean)
Get
Set
public:
property InArgument<bool>^ InvertCondition {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
member InvertCondition : InArgument<bool> with get, set
Property Value
InArgumentBoolean