cancel
Showing results for 
Search instead for 
Did you mean: 

Error to export a simple process from Kickstart

benatact
Champ in-the-making
Champ in-the-making
Hi everybody

I'm a newbie with Alfresco and Activiti.
I have installed the Community version 5.1

I have also installed Kickstart on Eclipse Mars2 release 4.5.2

As Paolo26670 in an other topic, I've tried to reproduce the tutorial recorded at Alfresco Summit 2013 (http://summit.alfresco.com/boston/sessions/boost-your-productivity-next-gen-bpm-tooling).

I don't manage to Export the process :
I have choosen 'Project target folder' and when I click 'Finish', I have this message :
'Error while exporting process: org.activiti.workflow.simple.alfresco.conversion.exception.AlfrescoSimpleWorkflowException: Field references cannot be used on start-forms'

Thanks for your help !

Ben
2 REPLIES 2

benatact
Champ in-the-making
Champ in-the-making
Here are the logs :

!ENTRY org.activiti.designer.kickstart.eclipse 4 0 2016-09-15 16:57:55.049
!MESSAGE Error while exporting process
!STACK 0
org.activiti.workflow.simple.alfresco.conversion.exception.AlfrescoSimpleWorkflowException: Field references cannot be used on start-forms
at org.activiti.workflow.simple.alfresco.conversion.form.AlfrescoReferencePropertyConverter.addFieldReference(AlfrescoReferencePropertyConverter.java:130)
at org.activiti.workflow.simple.alfresco.conversion.form.AlfrescoReferencePropertyConverter.convertProperty(AlfrescoReferencePropertyConverter.java:59)
at org.activiti.workflow.simple.alfresco.conversion.form.AlfrescoFormCreator.createForm(AlfrescoFormCreator.java:72)
at org.activiti.workflow.simple.alfresco.conversion.InitializeAlfrescoModelsConversionListener.afterStepsConversion(InitializeAlfrescoModelsConversionListener.java:144)
at org.activiti.workflow.simple.converter.WorkflowDefinitionConversion.convert(WorkflowDefinitionConversion.java:108)
at org.activiti.designer.kickstart.eclipse.ui.wizard.diagram.ExportKickstartProcessWizard.exportProcess(ExportKickstartProcessWizard.java:154)
at org.activiti.designer.kickstart.eclipse.ui.wizard.diagram.ExportKickstartProcessWizard$1.run(ExportKickstartProcessWizard.java:88)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

benatact
Champ in-the-making
Champ in-the-making
Hello,
I have corrected some errors.
And now I try to export the Kixstart process with "CMIS target" option.
I have a new error 😞    :
Error while exporting process: org.activiti.workflow.simple.exception.SimpleWorkflowException: Error while parsing JSON

Thanks in advance for your help.