cancel
Showing results for 
Search instead for 
Did you mean: 

How to use activiti namespace

franklin
Champ in-the-making
Champ in-the-making
Hi all,

How can I use the activiti namespace in my process?
I want to put some code like this:

<userTask id="task">
  <extensionElements>
    <activiti:formProperty id="room" />
    <activiti:formProperty id="duration" type="long"/>
    <activiti:formProperty id="speaker" variable="SpeakerName" writable="false" />
    <activiti:formProperty id="street" expression="#{address.street}" required="true" />
  </extensionElements>
</userTask>

from activiti-modeler.

Is there a way to do this?
I'm using 5.6 version.

Regards,

Franklin
9 REPLIES 9

jbarrez
Star Contributor
Star Contributor
No, this is not supported as the Modeler is not under our control.
The code lives in http://code.google.com/p/signavio-core-components/

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
There is an issue reported for this and it is 'accepted'. No idea when it will be implemented

yuanqixun
Champ in-the-making
Champ in-the-making
No, this is not supported as the Modeler is not under our control.
The code lives in http://code.google.com/p/signavio-core-components/
we should do it ourself? Now,the moldeler is so stupid,no namespace,no form config,no organization,no release version,no subprocess….anyone have idea to custom it?

jbarrez
Star Contributor
Star Contributor
The Modeler is not maintained by the Activiti team but by Signavio.
Their aim is to build a BPMN 2.0 compliant editor, hence why they don't add any Activiti specific extensions there.

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
but they could add 'add your extension xml here, we copy it verbatim to the xml and good luck'… That is what the 'accepted' issue is about.

jbarrez
Star Contributor
Star Contributor
Ok tx for the info, haven't checked the latest release of the Modeler.

chris_joelly
Champ in-the-making
Champ in-the-making
if Signavio would add this extensionElements tag, would it be possible to set all activiti specific tags and attributes like activiti:formKey and activiti:class too?

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
It depends on which nodes they support the extensions

radhe_rajput
Champ in-the-making
Champ in-the-making
It is possible to add activiti specific namespaces.
It is required in our project to generate Activiti executable process by signavio-modeler.
We have modified the code to have activiti specific details.

Thanks,
Radhe…