Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmith1. BRS file - BusinessRulesState file - status of every node, as well as links to the temp files used by the node
2. BRP file - BusinessRulesProperties file - any Graph level parameters are stored here, as well as a link to the BRS file
3. PROP file - these files are temporary copies of the "code" as the node is being executed.
4. LXA file - LavastormeXecutionArchive - this contains the BRX, BRG, BRP for your graph and any libraries that it needs. This is the primary file used by the scheduler.
5. Runstate file - This looks to be the "state" of the ExecutionPlan in the scheduler.
6. Default.in.brs file - You can supply an (optional) BRS to start the graph with, such that some nodes have already been run. This method can be used to supply a form of a restart facility.
If you're using the scheduler, all of the files above with the exception of the LXA are written to the folder specified by the system parameter ls.brain.brxdeploymentdir
The LXA is stored in a secure database.