04-24-2017 11:34 AM
hi , i'm using java to create my Model :
public static StartEvent createStartEvent(List<org.activiti.bpmn.model.FormProperty> formProperties){
StartEvent startEvent = new StartEvent();
startEvent.setId("start");
startEvent.setFormKey("page.xhtml");
startEvent.setFormProperties(formProperties);
return startEvent;
}
when i generate the file i can't find my FormProperties . the problem i think is the tag ExtensionElement , but i can't find it :
ExtensionElements cannot be resolved to a type
04-24-2017 03:30 PM
04-24-2017 04:15 PM
i found the problem it's just the file wont update when i delete it i find my BPmN file as it should be thanks . do you have any good resources or example on how to pass parameters between JSF and activiti
Explore our Alfresco products with the links below. Use labels to filter content by product module.