cancel
Showing results for 
Search instead for 
Did you mean: 

Add new workflow into Share - Deploy workflow from Activiti

amolina
Champ in-the-making
Champ in-the-making
Hello,

I´m trying to deploy an new jbpm Activiti workflow in Alfresco Share. The worflow defined from Activiti is called "VacationRequest" and it´s one of the predefined workflow in Activiti.

I go to my alfresco workflow administration to deploy the new workflow from the file generated by Activiti, "VacationRequest.activiti":

http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp

and type the next:

"deploy activiti /alfresco/extension/workflow/VacationRequest.activiti"

but it doesn´t work fine. The result is:

"org.alfresco.error.AlfrescoRunTimeException: 06150006 Exception in Transaction."

All file generated by model Activiti are in the next path in Alfresco:

"…alfresco\WEB-INF\classes\alfresco\workflow"

Someone has managed to make a custom deployment from a BPMN model? Any suggestion?

Thanks!!!
6 REPLIES 6

mikeh
Star Contributor
Star Contributor
I don't know what the problem might be, but please try to post the full exception (from the log file).

Thanks,
Mike

amolina
Champ in-the-making
Champ in-the-making
The execution of that console Alfresco command isn´t trace in the log files, i see logs in path "…\tomcat\logs", but i don´t see any trace.

Do I have to look elsewhere to see the traces?

gouja
Champ in-the-making
Champ in-the-making
Hello,
i have the same problem  Smiley Indifferent  , do you have a solution please ?

thanks in advance.

goingcrazy
Champ in-the-making
Champ in-the-making
I am having the same issue….. is there any resolution to this problem yet?

Is there documentation anywhere that talks about how to deploy activiti workflows??? I can't find anything that works

curtis
Champ in-the-making
Champ in-the-making
+1

Hi all, I have the same problem
did someone fine how to figure out this ??

Regards

chalford
Champ in-the-making
Champ in-the-making
Are you using Community or Enterprise?

If you are on Enterprise, I'd recommend the inbuilt Activiti Worflow Console that you can access here http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/tasks/adminconsole-workflow-activiti-.... If you are on Community, my first thought would be to add these to the workflow deployment bean definition. I've previously had problems with workflows not suffixed with .bpmn20.xml, so that might be your problem from the console.