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,