cancel
Showing results for 
Search instead for 
Did you mean: 

What version Activiti Designer?

channemann
Champ in-the-making
Champ in-the-making
I believe I have a problem that has to do with the version of Activiti in alfresco and the version in the designer.

I followed the directions to install Activiti here
http://docs.alfresco.com/4.1/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Fwf-install-act...

I was not able to get a simple "hello, world" workflow to run so I tried a test:

I took the built in "Review and Approve" and imported it into the Activiti designer. Without changing anything except the id and description I saved the file and found that some things are different.  The syntax has changed and some identifiers are added. The workflow loaded with a differnt Form in Share and crashes when clicking start.

Does anyone know what I need to do to get this working?  I am using Alfresco Enterprise 4.1.1.3

Thanks
1 REPLY 1

channemann
Champ in-the-making
Champ in-the-making
I took the designer out of the picture. I am still doing something wrong.

I took the XML from review.bpmn20.xml
I updated the process Id,  name
Changed
<process id="activitiReview" name="Review And Approve Activiti Process">
to
<process id="invoiceReview" name="RG Invoice Approve">

I loaded the new xml file into alfresco using the ActivitiExplorer.

When I try to use the workflow on a document there are two issues.
I see fields that were hidden on the original Review and Approve workflow (Locale, Comment, Description)
When I click "Start Workflow" I get

org.alfresco.service.cmr.workflow.WorkflowException: 02189911 Failed to start workflow activiti$invoiceReview:1:10255.

Thanks,