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
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
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.