web activiti modeler integration in angular 2

cancel
Showing results for 
Search instead for 
Did you mean: 
akshayburjwal
Active Member

web activiti modeler integration in angular 2

I need to integrate the activiti web modeler to my custom angular 2 web Application . Modeler should perform following use cases .

1. should be able to create  a process definition and generate  a XML from it .

2. should be able to extend pallet in custom elements . 

please specify any example or any reference .

2 Replies
dvuika
Alfresco Employee

Re: web activiti modeler integration in angular 2

For the time being you cannot re-host Activiti web modeler (based on AngularJs) in any other Angular 2+ applications. You can still create your processes in the existing modeler, and consume them in the ADF-based applications though.

akshayburjwal
Active Member

Re: web activiti modeler integration in angular 2

Thanks for the quick response !! 

So will it be possible to integrate web modeler using the java script or angular.js .  If Yes can you help me by putting some references for the same.