I would like to know what in Appway is triggering the deletion of the xml files located in data_home/processdata/valuestores ?
Example :
-rw-r--r-- 1 web web 5915 Mar 1 00:19 e64fe419-b1e2-4967-925f-100baa0e97ea_8.xml
I did a quick action (using version 5.2) which is to use Studio>Console, open a workitem , set it to Completed.
I was expected 1 xml file to be deleted.
However the result was :
-rw-r--r-- 1 root root 5915 Aug 20 09:09 e64fe419-b1e2-4967-925f-100baa0e97ea_8.xml
That means :
1) the file time has changed to today instead of deleting the file.
2) the owner has changed to root which causes a problem.
i tried on a different Appway instance using 5.3.1, the result was the creation of a new file :
-rw-r--r-- 1 web web 418 Aug 20 09:26 d7d6a537-8e89-4304-893a-54507599e28b_65.xml
so not deleted, but created.
Does anyone know what is supposed to delete these files ?
I would like to know what in Appway is triggering the deletion of the xml files located in data_home/processdata/valuestores ?
Example :
-rw-r--r-- 1 web web 5915 Mar 1 00:19 e64fe419-b1e2-4967-925f-100baa0e97ea_8.xml
I did a quick action (using version 5.2) which is to use Studio>Console, open a workitem , set it to Completed.
I was expected 1 xml file to be deleted.
However the result was :
-rw-r--r-- 1 root root 5915 Aug 20 09:09 e64fe419-b1e2-4967-925f-100baa0e97ea_8.xml
That means :
1) the file time has changed to today instead of deleting the file.
2) the owner has changed to root which causes a problem.
i tried on a different Appway instance using 5.3.1, the result was the creation of a new file :
-rw-r--r-- 1 web web 418 Aug 20 09:26 d7d6a537-8e89-4304-893a-54507599e28b_65.xml
so not deleted, but created.
Does anyone know what is supposed to delete these files ?