随笔分类 - workflow
workflow
摘要:一、runner.js工作流运行者 // - identifier: Unique identifier for this runner. 每个runner一个唯一标示 // - forks: Max number of child processes to fork at the same tim
阅读全文
摘要:var workflowDef = { start:{ fn:"begin", //对应处理方法可以在内部定义,也可以在外部定义 next:["task1","task2"] }, end:"end", tasks:[{ id:"task1", fn:function(){ alert("执行任务一
阅读全文

浙公网安备 33010602011771号