Ruby on rails workflow engine (like IBM WorkFlow)

后端 未结 2 558
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-18 09:41

Is there any workflow imlementation in RoR?

Several years i developed and supported a IBM Lotus Notes enterprise apps with IBM WorkFlow. This software provides possi

2条回答
  •  北恋
    北恋 (楼主)
    2021-01-18 10:31

    Not sure if this is exactly what you're looking for, but we're using something called state machine in one of our rails 4 apps. The original repo is unmaintained, but there's a fork here that we're using. There are some great examples in the readme.

提交回复
热议问题