We have developed an Actviti Designer extension that holds some custom tasks for our application. If I develop a workflow containing the custom tasks from the extension, and then load the workflow in a vanilla version of Designer, i.e. without our extension installed, I get a totally blank workflow.
If I re-create the same workflow without using our custom extension and compare, the "activiti:extensionID" attribute on the "<serviceTask>" tag is the only difference. For example:
With Extension:
<serviceTask id="_SeriesRouter.ClassifySeries" name="Classify Series" activiti:class="edu.mayo.qia.dewey.task.ClassifySeriesTask" activiti:extensionId="edu.mayo.qia.dewey.designer.ClassifySeriesItem"></serviceTask>
Without Extension:
<serviceTask id="servicetask2" name="Classify Series" activiti:class="edu.mayo.qia.dewey.task.ClassifySeriesTask"></serviceTask>
Is there an easy way to make the workflow be editable without my custom extension? It is very confusing to our users. We could strip the "activiti:extensionID" attributes, and I think that would make it work... but I'd rather not do that.
Edit: If I remove the "extensionID" attributes, the workflow shows up just fine without our Designer extension being installed.
Thanks,
-dan
Hi Greg, I'm using the Eclipse Designer with Actviti 5.22 (should have mentioned that). We are planning to move to 6 at some point.
Thanks,
-dan
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.