Oliver Zhou (毓杰)
Oliver Zhou (毓杰)
4.x has been in the RC phase, it looks like a big change and introduce some API changes that may break this component. Especially the .select2('val') has been removed and...
Let me add case 3: task1 has a dependency on task2, flightplan needs to provide a way to define this relationship.
thanks. Recently I'm quite busy on my daily work. I'll add this feature once I have time.
It's not dummy at all. `Process Engine` describes the workflow using tasks and flows. The built-in task types: - `start`: mark the start of process, must be the first task...
Because process instance is a event emitter, you can attach listener on it to listen `after` event. ``` js processInstance.on('before', function (task) { // write your code here console.log(task); });...
Yes, agree.My daily work is enterprise Java stuff. This project is my side project that inspired by some Java process engine I used but rather lightweight. Glad to see you...
yes,thanks for consideration.
wow, sounds great. Thanks for the excellent work!
And Firefox 38.0 has the same issue
麻烦问下这个pr现在可以合并了哇