Gets or sets the number of Slots allowed for the Activity during execution. The
number of Slots determine the maximum number of Activity Instances that K2 Server will
create to enable multiple destination users to interact with the workflow
process.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Slots As Integer
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Activity
Dim value As Integer
instance.Slots = value
value = instance.Slots
|
C# | |
---|
public int Slots {get; set;}
|
C++/CLI | |
---|
public:
property int Slots {
int get();
void set ( int value);
}
|
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also