Previous Next

GetDataSlotTemplates( ) method
Returns an array of DataSlotTemplate objects associated with the process template. These can be used to set the initial value of a dataslot before starting a process.
Return type:
Access:
Applies to:
 
Syntax 
GetDataSlotTemplates( INPUT TemplateName AS CHARACTER)
TemplateName
The name of a process template.
If the method succeeds, it returns an array of Progress.BPM.DataSlotTemplate objects. If the method succeeds but there are no dataslots associated with the process, the method returns an indeterminate array.
If the method fails, it raises a BPM error.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.