Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : GetDataSlotTemplates( ) method
 

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: Progress.BPM.DataSlotTemplate EXTENT
Access: PUBLIC
Applies to: Progress.BPM.UserSession class

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.