Example:
<serviceTask id="doSomethins" activiti:expression="#{servicesAdapter.update(id,"5")}" name="Do it">
Is it possible to user an Java Enum instead of String.
Example:
<serviceTask id="doSomethins" activiti:expression="#{servicesAdapter.update(id,Enum.STATE_5)}" name="Do it">
Or some other ideas to get of the Strings and have some constants ?
Daniel Meyer