Process Engine 10.7 | Process Engine Services | Summary of Elements in the WmPRT\pub Folder | pub.prt.tn:getRoleInfo
 
pub.prt.tn:getRoleInfo
WmPRT. Fetches role information for a specified role in process.
Use this service within processes that involve webMethods Trading Networks.
The returned information includes the internal ID of the partner within the Trading Networks system, which you can use to retrieve the Trading Networks profile information.
Input Parameters
The following table lists the input parameters.
ProcessData
Document The ProcessData portion of the pipeline, which is standard information available for all processes. The structure of this document (IData object) is defined by pub.prt.admin:changeProcessStatus.
roleName
String Name of the role for which you want to retrieve information.
Output Parameters
The following table lists the output parameters.
roleInfo
Document Conditional. Role information that is currently available for the specified role. The structure of this document (IData object) is defined by pub.prt.tn:RoleInfo. This parameter is not present if no documents have been sent to or received for this role.
See Also