I've been progressing down the same route to learn how to develop workflows for Alfresco (including ecm tutorials, activiti designer, summit videos, kickstart, etc). I'm very happy to hear of activiti cloud modeler!
Yvo says:
>Also the Alfresco integration will be easier.
Exactly how can I take a workflow designed in Activiti cloud and integrate it with my alfresco instance? Can I compile it into an AMP?
Currently, my process is to create a maven project (AMP archetype), use kickstart to make bpmn and other xml files, then copy those files into the maven project, exit the XML by hand if i need to add anything beyond what kickstart is able to give me, then package the maven project, and finally apply the amp to my alfresco instance. I would love to hear of a better method.
Thanks!