0.18
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Flexible workflow gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Workflowable

What is Workflowable?

Workflowable is a Ruby gem that allows adding flexible workflow functionality to Ruby on Rails Applications. Workflowable provides an admin interface for configuring workflows, adding stages, triggering automatic actions, etc.

An example of an application using Workflowable is Scumblr

How do I use Workflowable?

Workflowable is installed as a gem as part of a Ruby on Rails web application. In order to use workflowable you'll need to:

  1. Install/setup the gem
  2. Run the database migrations
  3. Add "acts_as_workflowable" to one more model you want associated with workflow
  4. Setup your workflow
  5. Optionally create automated actions that occur during certain states (notifications, ticket creation, external API calls, etc.)

Sounds great! How do I get started?

Take a look at the wiki for detailed instructions on setup, configuration, and use!