BPGroup Object
Description
Support for grouping business components so that they iterate as a unit.
Remarks

Ensure that BPComponents added to the BPGroup are sequential and have the same number of iterations.

Get a BPGroup from BusinessProcess.AddGroup or BusinessProcess.GroupByID.

Save changes to the object with BusinessProcess.Save, using the BusinessProcess object of which this is a child object.

Public Methods
Public Method AddBPComponentAdds the specified business component to the group.
Public Method BPComponentsThe list of the BPComponents that belong to the group.
Public Method DeleteBPComponentRemoves the specified business component from the group.
Public Properties
Public Property IDThe group ID.
See Also