lafeber / camunda

ruby wrapper for Camunda API

Home Page:https://docs.camunda.org/manual/7.5/reference/rest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camunda

This is a wrapper for the Camunda gem. See https://docs.camunda.org/manual/7.5/reference/rest/ for reference. It currently works for localhost:8080, you can overwrite camunda/api.rb with your own url.

Installation

Add this line to your application's Gemfile:

gem 'camunda'

And then execute:

$ bundle

Or install it yourself as:

$ gem install camunda

Usage

Camunda::ExternalTask.find(:all)

Camunda::ProcessInstance.find("2b665c82-2e9a-11e8-9b41-76b52c4c8361")

Camunda::ProcessInstance.find('2b665c82-2e9a-11e8-9b41-76b52c4c8361').get('activity-instances')

Camunda::Task.get(:count)

Development

No specs, sorry.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/lafeber/camunda. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

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

Code of Conduct

Everyone interacting in the Camunda project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

ruby wrapper for Camunda API

https://docs.camunda.org/manual/7.5/reference/rest/

License:MIT License


Languages

Language:Ruby 97.5%Language:Shell 2.5%