cancel
Showing results for 
Search instead for 
Did you mean: 

activiti formKey not bound problem

greenwood
Champ in-the-making
Champ in-the-making
hi everyone

I 'm using activiti 5.3 probe, when I upload my process zip file , it tell me : couldn't parse 'test.bpmn20.xml': The prefix "activiti" for attribute "activiti:formKey" associated with an element type "startEvent" is not bound.

And I notice that in the release note :
[ACT-469] - Add support for specifying a Form key for StartEvent in Designer
[ACT-483] - Support for specifying a form (form key) on a StartEvent .
So it should not happen, I thought.

Can anyone tell me what's wrong ? Thanks a lot!

sorry for my bad language. Smiley Wink

I upload my process file below.
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
be sure to include the folowing, in your definitions-tag (xml root) xmlns:activiti="http://activiti.org/bpmn"

greenwood
Champ in-the-making
Champ in-the-making
thanks, it works now  Smiley Very Happy