This library helps you to write your own ActiveWorkflow agents in Ruby using ActiveWorkflow's remote agent API.
Add this line to your agent's Gemfile:
gem 'active_workflow_agent'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install active_workflow_agent
For full documentation please see ActiveWorkflow Agent Ruby on ActiveWorkflow's documentation website.
The gem is available as open source under the terms of the MIT License.