Skip to content

Files

Latest commit

f203e4b · Mar 25, 2021

History

History
29 lines (16 loc) · 1004 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 1004 Bytes

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.