Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I am hoping to get some guidance on conflict detection. We are running NSO 6.3.1.I have created one complex service that does builds the interface for customer services. It does a lot of work, it has a lengthy xml template and implements logic in ...
Sorry, I've was diverted to a different task for a while.Re whether my service is idempotent, thanks for the pointer, but yes it is fully idempotent and I was aware of that rule. The concurrency model documentation is also really clear about that. I'...
Thanks @snovello. I have taken your suggestion of exposing the computed data via an action, and I believe I have it working. The code I have is made up of bits and pieces I've found in half a dozen other forum posts, so as a last check it would be ap...
Thanks snovello for your answer.I like your suggestions for my option 1 - actions; and calling python code in the interface service from the other services. As you point out this will allow us to keep our current design, which sounds great. However ...
Thanks huayyang for the info. It is now very clear that there isn’t any mechanism to influence the order of execution within a single transaction. Likewise my train of thought on conflict detection wasn’t so much that it should work, but rather that...