"dbusage" in OpenFlow keeps increasing
-
Hello Allan,
I have the problem that my dbusage in OpenFlow keeps getting bigger, even though I don't make any changes to the OpenRPA scripts. The robot runs for me every day, I suspect that the robot stores data in OpenFlow with every run. Why is that so?
Can I empty the dbusage so that only my robot scripts are retained?
Thanks for the reply
René -
Hey
So everytime you insert,update or delete an object in the detabase, the version control system will keep track of this.
Everytime you run a workflow in the robot ( or nodered ) it will add an entry to the database with the state and information about that workflow. Logging in, and keeping a connection alive will also create a small amount of audit log trails.No, you cannot really delete that. Even if you are deleting an object, it will just be keep in the version control system instead. ( you can delete it from the version control system with admin access, but that requires you to run your own openflow. )
But maybe it would make sense to add that feature at some point.