RetryActivityInvertCondition Property

Scanjour Workflow4 Reference Manual
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.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public InArgument<bool> InvertCondition { get; set; }

Property Value

Type: InArgumentBoolean
See Also

Reference