cancel
Showing results for 
Search instead for 
Did you mean: 

workflow files

birgir
Champ in-the-making
Champ in-the-making
Hi

I installed the alfresco-community-tomcat-2.1.0 and it went quite smoothtly. I am looking at the advanced workflow features using the graphical designer in eclipse. I made a simple workflow and deployed via eclipse and everything works fine. However I cannot find the process definition file which I just deployed. The dir tomcat\webapps\alfresco\WEB-INF\classes\alfresco\workflow shows:

23/07/2007  12:10             1,754 adhoc_processdefinition.xml
23/07/2007  12:10               876 changerequest_processdefinition.xml
23/07/2007  12:10             3,289 parallelreview_group_processdefinition.xml
23/07/2007  12:10             2,799 parallelreview_processdefinition.xml
23/07/2007  12:10             2,013 review_pooled_processdefinition.xml
23/07/2007  12:10             1,426 review_processdefinition.xml
23/07/2007  12:10             8,784 submit_processdefinition.xml
23/07/2007  12:10             4,965 wcm-workflow-messages.properties
23/07/2007  12:10             9,176 wcmWorkflowModel.xml
23/07/2007  12:10             5,172 workflow-messages.properties
23/07/2007  12:10             4,867 workflowModel.xml

I cannot see my custom process definition entitled "FirstProcess".

Also I only see two processes in the Alfresco GUI "Ad Hoc" and "Review and Approve" processes alongside my custom one. How do I get the rest ? After reading some posts I tried to lookup "workflow-context.xml.sample" I couldnt find this file either.
1 REPLY 1

davidc
Star Contributor
Star Contributor
When deploying from Eclipse, the workflow definition is stored in the repository database, not the file system.

You'll need to save your process definition somewhere locally, if you want to maintain it and redeploy.

As for workflow-context.xml.sample - this should be in the alfresco/extension directory, which itself is located in a directory dependent on your app. server - where your web app is deployed/expanded to.