Click or drag to resize

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.ActivityLibrary
Assembly: 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)
Syntax
public InArgument<bool> InvertCondition { get; set; }

Property Value

InArgumentBoolean
See Also