No commit activity in last 3 years
No release in over 3 years
Helper library for writing ActiveWorkflow agents.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

ActiveWorkflowAgent

GitHub Workflow Status GitHub

This library helps you to write your own ActiveWorkflow agents in Ruby using ActiveWorkflow's remote agent API.

Installation

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

Documentation

For full documentation please see ActiveWorkflow Agent Ruby on ActiveWorkflow's documentation website.

License

The gem is available as open source under the terms of the MIT License.