CreateProcessDisallowDuplicates Property
If true do not allow to run process if an instance is allready created on the case
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> DisallowDuplicates { get; set; }
Public Property DisallowDuplicates As InArgument(Of Boolean)
Get
Set
public:
property InArgument<bool>^ DisallowDuplicates {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
member DisallowDuplicates : InArgument<bool> with get, set
Property Value
InArgumentBoolean