Your process model looking like not yet started… 1) your model is enabled in wmMonitor? 2) after reaching to TN, how you are invoking process model. Do you have any processing rule to invoke processDocument service to initiate a process model. 3) after reaching in TN, in transaction analysis (activity log) what type message you are getting.
The process model is enabled. Well, do I have to do something different to start the model.
Note : I have sucessfully processed document using model by subscribing document from the broker.
Well in the model, the first step is subscribing to the TN document. So I don’t need processing rule. (please correct me if I am wrong)
I only see one single entry for Document Persisted.
1. Create a Processing Rule based on your Sender, Receiver and TN Document Type.
2. In Processing rule action , invoke your service from Developer.
3. Processing rule invoking service, you can call “wm.ip.cm:processDocument” and specify the input document(IS Document).
4. now your process model will start.
The flow service which was submiting the Document to TN was calling the Process Document service after successfully submiting the document. So I did not had to configure the Processing rule.
But I found the problem and fixed it. I was playing around with the Process Document service and had accidently disabled the Start Conv Script service.
Anyways, thank you very much and your help was greatly appreciated.