json - Simple BPM or Workflow in Javascript -
i have requirement route between different pages in mobile app (hybrid) based on output 1 page. routing should configurable, able updated independently of app , ideally able edited visually.
server-side handled bpm solutions (jbpm, ibm bpm, etc), on client-side can't find suitable.
what need json based set of rules define page route if set of conditions met. example, if on page1 have 2 fields: name
, age
, user clicks next rules might define if age >= 21
route page2, if age < 21
route page3.
is there technology out there this? i've seen there javscript rules engines such nools, aren't bpm-like enough. please don't suggest writing myself - that's being considered.
bpm isn't designed "page flow". include sort of page flow technology own uis, don't know of promote feature building uis in other technologies.
fundamentally, looking mvc framework. have pages (views) , assumably have model already, looking controller link them together.
i'm aware of cordova conceptually, don't have hands-on experience don't feel comfortable making flat out recommendation. know sencha touch has mvc functionality, , works cordova/phonegap, might direction start in. if doesn't work out you, can see "cordova mvc" , "phonegap mvc" provide several links , examples seem close use case.
Comments
Post a Comment