Skip to main content

I have a skill that add data table, run ML script that update some other tabls and reload the data modal but updates on other table are not persisted in data modal. My assumption is that action engine do not wait for ML script to complete rather it just start it and move to subsequent steps.

 

Any thoughts, suggestions on this scenerio ?

 

Hello Khurram.

what is the order you have?

I assume you have an AE Sensor first, a write-back, and "execute ML script".

One will be executed after the other.

Check if it is not a permission issue.

Make sure you have permissions(Event Collection/Data Pools - full access) for the skills, keys used for the write back, and the ML app keys.

As a debug alternative try to set an e-mail step between, with the variables. This way you will be able to see what is going on.

Also, query the data pool tables to check if the write-back is ok.

Thank you.

D

 


Hi Danial, Thanks a lot for your response. Here is my skill steps. In my case write back to tabe works but ML script does not writes to desiered table. However when I run this script manually it produces the desired result. Regarding permission apperently I have all permissions .


Reply