paed01 / bpmn-elements

Executable workflow elements based on BPMN 2.0
MIT License
128 stars 26 forks source link

[Feature] , load process and definition extensions before load activity extensions . #10

Closed saeedtabrizi closed 5 years ago

saeedtabrizi commented 5 years ago

There is loadExtention method and works well for loading activity extensions . But there is no way to load Process Extensions before loading activity extensions . I recommend to have a loadProcessExtensions in process the following code in the custom extensions : `

function(t,i){ console.log("Hello Start Execution Process"); } function(t,i){ console.log("Hello End Execution Process"); } ` Thanks
paed01 commented 5 years ago

Something like this 7f78583?

saeedtabrizi commented 5 years ago

Hi @paed01 Many thanks for rapid & good action to my request and implement the requested feature in the shortest possible time and i'm excited. I want to be contributor of bpmn-engine and bpmn-element project if you accept it. Currently i'm working on a bpms project that dependent to this project exactly that you can find it here https://github.com/nowcando/nowjs-bpms.

Regards Saeed Tabrizi