Greetings to all,

BPMN is my favorite language. But, I must admit that js and asynchronous 
callback libraries have their charm. Angular MVC is great, and now I'm 
trying to comb the business logic in a modern javascript. I'm trying to 
create a "bpjs". Meanwhile seeking on the internet if something similar 
already exists, but I have not found anything similar suitable. If you know 
something, please write it here. When would I managed to create something 
good, I'll put it here ;)

//example:

var bpjs = Bpjs()

bpjs.if(askUser()).thenIf(result==true).then(ok()).else(ko()).endIf()

                  .else(report(“no user answer, because of: ” + reason));

bpjs.run();


see:   http://www.flickr.com/photos/115652928@N03/12572941254



-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to