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.
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.