Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Netflix/Workflowable

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •