An ABL DataSlotTemplate represents a server dataslot template object.A dataslot template serves as the definition of a DataSlot. It is used by the server to create dataslots when it creates a dataslot instance for a process instance (just as it uses a process template to create a process).An ABL developer will call GetDataSlotTemplates( ) on a Progress.BPM.UserSession object to get a list of DataSlotTemplate objects associated with a process template. The developer can then start a process with these updated initial values by calling StartProcess( ) and passing it the updated DataSlotTemplate objects.The Value property of a DataSlotTemplate can be set and passed in to the StartProcess( ) method on a UserSession object. See the StartProcess( ) method.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |