GetBPID (Magic xpi 4.13)
Retrieves a business process ID by name.
| 
 Syntax: 
 | 
 GetBPID(Alpha bpname) 
 | 
| 
 Parameter: 
 | 
 bpname: The business process name. 
 | 
| 
 Returns: 
 | 
 The ID of the first encountered business process with the given name. -1 is returned if the business process was not found. 
 | 
| 
 Example: 
 | 
 GetBPID ('Business Process - 1') 
 |