pub.prt.tn:handleBizDoc
WmPRT. Sends a Trading Networks BizDocEnvelope (Trading Networks document) to the Process Engine, to allow the document to be processed as part of a business process.
Input Parameters
bizdoc | Objectcom.wm.app.tn.doc.BizDocEnvelope — Trading Networks BizDocEnvelope document that you want to send to the Process Engine. |
ConversationID | String Optional. Conversation ID for the document. Specify ConversationID if the document has no conversation ID or if you want to use an alternate conversation ID. |
ProcessModelID | String Optional. ID of the process model that you want the Process Engine to use to process the document. |
ProcessModelVersion | String Optional. Version of the process model that you want the Process Engine to use to process the document. Note: | Specifying ProcessModelID and ProcessModelVersion overrides the normal process of matching a document to a process model version. |
|
prtIgnoreDocument | String Optional. A flag indicating whether this document is to be ignored or processed by the Process Engine. The following values apply: true — Ignore the document and do not send it to the Process Engine for processing. Setting the flag to true causes this service to do nothing. false — Send the document to the Process Engine for processing. |
Output Parameters
None.
Usage Notes
Trading Networks automatically sends documents to the Process Engine if it extracts a conversation ID from the document. If you did not have Trading Networks extract a conversation ID, you can use this service to supply a conversation ID and send the document to the Process Engine to be processed as part of a business process.