wm.tn.rec:ProcessingService
Use this specification for services that are invoked by the Execute a Service action in a processing rule. Use this specification when you specify you want to execute the service synchronous or asynchronous.
Input Parameters
bizdoc | Document The document that is being processed by the processing rule. For the structure of bizdoc, see wm.tn.rec:BizDocEnvelope. |
sender | Document The profile summary of the sender that is identified in the document being processed (if known). For the structure of sender, see wm.tn.rec:ProfileSummary. |
receiver | Document The profile summary of the receiver that is identified in the document being processed (if known). For the structure of receiver, see wm.tn.rec:ProfileSummary. |
Output Parameters
None.
Usage Notes
If you are invoking the service from a Java program, you can pass the incoming document (bizdoc) as an instance of com.wm.app.tn.doc.BizDocEnvelope and sender and receiver as instances of com.wm.app.tn.profile.ProfileSummary.