Chem eStandards Module Version 7.1.July 2008 | Installing and Using CHEM Module | Public Services in the WmChem Package | Summary of Elements in this Folder | pub.estd.chem:waitStepInit
 
pub.estd.chem:waitStepInit
Retrieves the BizDocEnvelope that a step waited for and TPA associated with the conversation. Any step in the process that waits for a document can invoke this service. This service does the following:
*Converts the pipeline to the format used in 4.6.x, to support backward compatibility.
*Retrieves the BizDocEnvelope that is associated with the current document event.
*Retrieves the TPA associated with the conversation, if it does not already exist.
Input Parameters
ProcessData
Document The data associated with the current conversation. Some of the associated data are, process instance ID and roles.
Output Parameters
documents
Document An IData object that contains the documents associated with the conversation.
parameters
Document An IData object that contains the parameters associated with the conversation.
roles
Document The roles information for the sender and receiver of the document.
bizEnv
Document The BizDocEnvelope that is associated with the most recent document event.
TPA
document An IData object that contains the trading partner profile information of the partners involved in the conversation and process specific parameters.