Where are the processes stored? | Community
Skip to main content
BjornEricsson1
Level 3
May 5, 2017
Solved

Where are the processes stored?

  • May 5, 2017
  • 2 replies
  • 1632 views

I wonder where the XML of the Processes are stored in Workbench (Local Resources) and on the server (Remote Resources). Is this in a folder structure, or in a database?

/BS

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by James_R_Green

Hi,

I had wondered this for a while too as it is quite annoying that they can't be kept in version control. I had another look and I think I found where they are stored in the database.

If you connect to the DB (mine was localhost on port 3306) with the user name 'root' and password you specified when you installed.

Then select the database called 'adobe' and look at the table tb_sc_service_configuration you can see the XML in the descriptor field.

Locally they are stored here:

C:\Users\<username>\Workbench 6\forms\<projectname>\1.0\processes

2 replies

James_R_Green
James_R_GreenAccepted solution
Level 6
May 6, 2017

Hi,

I had wondered this for a while too as it is quite annoying that they can't be kept in version control. I had another look and I think I found where they are stored in the database.

If you connect to the DB (mine was localhost on port 3306) with the user name 'root' and password you specified when you installed.

Then select the database called 'adobe' and look at the table tb_sc_service_configuration you can see the XML in the descriptor field.

Locally they are stored here:

C:\Users\<username>\Workbench 6\forms\<projectname>\1.0\processes

Mayank_Gandhi
Adobe Employee
Adobe Employee
May 7, 2017

Hi Bjorn,

Application data exists in database, Global Document Storage (GDS), and AEM repository . GDS stores long-lived files that are used within a process , files may include PDFs, form templates etc.Whatever you have created in your workbench or imported from the server to your workbench may be found locally under C:\Users\<username>\Workbench but it appears to me your query is more in terms of run time data .Please clarify 

 

For reference below image describes the LC application data store .