Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi!
Is there any event that triggers when the Dependencies.xml file is uploaded by the Axeda Agent upon service restart? I have a use case is to trigger an SCM download based on the content of the Dependencies.xml file. I am thinking I can hook up a subscription based on an event that should get fired upon the file upload. Could you please point me towards one.
Thanks,
Ashish Tamhane
Solved! Go to Solution.
You'll need to add a FileTransfer subscription and validate if the FileTransfer is finished (eventData.isComplete) and if it contains the mentioned file (eventData.metadata). And then extract and parse the uploaded .xml file for you needed logic.
You'll need to add a FileTransfer subscription and validate if the FileTransfer is finished (eventData.isComplete) and if it contains the mentioned file (eventData.metadata). And then extract and parse the uploaded .xml file for you needed logic.