1. 首页
  2. 数据库
  3. 其它
  4. 托盘:使用Ruby编写的简单可靠的工作流引擎 源码

托盘:使用Ruby编写的简单可靠的工作流引擎 源码

上传者: 2021-02-05 17:19:19上传 ZIP文件 48KB 热度 8次
货盘 简单可靠的工作流引擎,用Ruby编写 很简单! # my_workflow.rb require 'pallets' class MyWorkflow < Pallets> 'Foo' task 'Baz' => 'Foo' task 'Qux' => [ 'Bar' , 'Baz' ] end class Foo < Pallets :: Task def run puts 'I love Pallets! <3' end end # [other task definitions are ommited, for now] MyWorkflow
下载地址
用户评论