How to get Service Fail information in ThingWorx 9.0?
Hi,
We can link Service successful function to any other service but How to link the service Failure function to another service?
Please support ASAP.
Hi,
We can link Service successful function to any other service but How to link the service Failure function to another service?
Please support ASAP.
Hi
Use the try catch block in the service. Handle the negative scenario in catch block. You can use one infotable column to indicate Failure. Use validator function to check the failure or success. Trigger this validator on service invoke complete event. Validator can be used to trigger success or failure event.Link
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.