Process Engine 10.7 | Process Engine Services | Summary of Elements in the WmPRT\pub Folder | pub.prt.tn:getPIDforCID
 
pub.prt.tn:getPIDforCID
WmPRT. Returns the process instance ID for a given conversation ID.
Use this service within a process that involves webMethods Trading Networks when you have a conversation ID but need the corresponding process instance ID. This service is a wrapper around pub.prt.correlate:lookupCorrelation.
Input Parameters
The following table lists the input parameters.
ConversationID
String Conversation ID for which you want the associated process instance ID.
Output Parameters
The following table lists the output parameters.
ProcessInstanceID
String Conditional. The process instance ID related to the specified conversation ID (if there is one).
success
String Flag indicating whether the process ID was retrieved. The following values apply:
*true — The process ID was retrieved.
*false — The process ID was not retrieved.
See Also