Workflow - Stuck at the beginning
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2010 07:03 AM
Hello,
i saved this sample workflow (http://wiki.alfresco.com/wiki/WorkflowSample_Lifecycle) to the needed files.
According to the wiki i should upload these files into a dir on the server. But I fail already to find the right directory. On my test server isn't a folder-tree like: alfresco/extension/workflow/
Where should I upload these files?
i saved this sample workflow (http://wiki.alfresco.com/wiki/WorkflowSample_Lifecycle) to the needed files.
According to the wiki i should upload these files into a dir on the server. But I fail already to find the right directory. On my test server isn't a folder-tree like: alfresco/extension/workflow/
Where should I upload these files?
Labels:
- Labels:
-
Archive
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2010 08:55 AM
You can choose and create your own installation for workflows.
You can put files into tomcat web-inf or into shared path…
The standard installation is on "tomcat/shared":
tomcat/shared/classes/alfresco/extension - here you must put the context files (the label-messages files if you have custom data models) and the web-config-client-custom.xml file for the web-ui customization.
into tomcat/shared/classes/alfresco/extension/workflow (or "workflows", this doesn't care, YOU must create this folder and rename it as you want!) you should put the process definition, the model and, of course the wf-messages.
I suggest you to use the console for deploying in-line all files… workflow console for wf, webui console for web-client-config-custom and repoadmin console for models.
I hope it'll be helpful…
Raptus
You can put files into tomcat web-inf or into shared path…
The standard installation is on "tomcat/shared":
tomcat/shared/classes/alfresco/extension - here you must put the context files (the label-messages files if you have custom data models) and the web-config-client-custom.xml file for the web-ui customization.
into tomcat/shared/classes/alfresco/extension/workflow (or "workflows", this doesn't care, YOU must create this folder and rename it as you want!) you should put the process definition, the model and, of course the wf-messages.
I suggest you to use the console for deploying in-line all files… workflow console for wf, webui console for web-client-config-custom and repoadmin console for models.
I hope it'll be helpful…
Raptus
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2010 05:49 AM
This should be shipped with the default Alfresco installation in tomcat/shared/classes/alfresco/extension.You'll need to remove the ".sample" extension from the various files needed to bootstrap workflow, the model and context files.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 06:29 PM
Okay i found and created the dir.
And then i put these four files
The i opened the workflow console:
http://foobar:8080/alfresco/faces/jsp/admin/workflow-console.jsp
Then i tried to deploy this worklfow with:
Last command: deploy/Alfresco/tomcat/shared/classes/alfresco/extension/workflow/lifecycle_processdefinition.xml
Duration: 2ms
—–
org.alfresco.error.AlfrescoRuntimeException: 01170070 Exception in Transaction.
An idea? Thank you
/var/opt/Alfresco/tomcat/shared/classes/alfresco/extension/workflow/
Now i copied the code from http://wiki.alfresco.com/wiki/WorkflowSample_Lifecycle.And then i put these four files
lifecycle-messages.properties lifecycleModel.xml lifecycle_processdefinition.xml lifecycle-workflow-context.xml
in the dir. The i opened the workflow console:
http://foobar:8080/alfresco/faces/jsp/admin/workflow-console.jsp
Then i tried to deploy this worklfow with:
deploy /var/opt/Alfresco/tomcat/shared/classes/alfresco/extension/workflow/lifecycle_processdefinition.xml
but I get an error: Last command: deploy/Alfresco/tomcat/shared/classes/alfresco/extension/workflow/lifecycle_processdefinition.xml
Duration: 2ms
—–
org.alfresco.error.AlfrescoRuntimeException: 01170070 Exception in Transaction.
An idea? Thank you
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 09:33 AM
Are you sure that's the correct syntax?? Not "deploy file"?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2010 11:24 AM
According to the wiki is the command right
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010 08:02 AM
Try
deploy /alfresco/extension/workflow/lifecycle_processdefinition.xml
It should works.
cheers
deploy /alfresco/extension/workflow/lifecycle_processdefinition.xml
It should works.
cheers
