This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit f96f2916eb053ecd26acd9229787a291fa0fcb3f
tree 2455d241c4155eca2f6a09a2ef81e5089f0642a4
parent 9831e691cc82a7d225cd20127c3659b7ef381594
tree 2455d241c4155eca2f6a09a2ef81e5089f0642a4
parent 9831e691cc82a7d225cd20127c3659b7ef381594
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG.txt | Thu Apr 17 01:12:53 -0700 2008 | [jmettraux] |
| |
README.txt | Tue Apr 29 00:38:05 -0700 2008 | [jmettraux] |
| |
Rakefile | Tue Apr 29 07:39:07 -0700 2008 | [jmettraux] |
| |
bin/ | Fri Apr 25 07:37:26 -0700 2008 | [jmettraux] |
| |
conf/ | Tue Apr 29 07:39:07 -0700 2008 | [jmettraux] |
| |
lib/ | Tue Apr 29 07:39:07 -0700 2008 | [jmettraux] |
| |
public/ | Fri Apr 25 07:37:26 -0700 2008 | [jmettraux] |
| |
test/ | Tue Apr 29 07:39:07 -0700 2008 | [jmettraux] |
| |
tools/ | Thu Apr 24 18:02:27 -0700 2008 | [jmettraux] |
| |
views/ | Tue Apr 29 07:39:07 -0700 2008 | [jmettraux] |
README.txt
= ruote-rest A RESTful instance of OpenWFEru (ruote) powered by Sinatra (http://sinatrarb.com) == getting it To get Ruote and Ruote-Rest : git clone git://github.com/jmettraux/ruote.git git clone git://github.com/jmettraux/ruote-rest.git == dependencies Depends on Sinatra 0.2.2 [sudo] gem install -y sinatra == interface === /processes GET /processes lists all the [business] processes currently running in the engine POST /processes launches a new process instance GET /processes/{wfid} returns the detailed status of a given process instance GET /processes/{wfid}/representation returns the JSON representation of the current process instance tree DELETE /processes/{wfid} cancels a business process instance === /expressions GET /expressions/{wfid} returns all the expressions of a business process instance GET /expressions/{wfid}/{expid} returns one expression GET /expressions/{wfid}/{expid}?format=yaml returns the YAML representation of an expression (note that using the Accept header is the best way to do that) PUT /expressions/{wfid}/{expid} updates an expression, live. Expects a YAML version of the expression DELETE /expressions/{wfid}/{expid} cancels one expression === /workitems GET /workitems.xml?wfid={wfid} GET /workitems/{wfid}/{expid} .... (refine that)




