Skip to content

Commit

Permalink
doku
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Dec 22, 2017
1 parent 87529b9 commit 1403dfb
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 104 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -43,9 +43,13 @@ To access the rest api in this sample application use the root api URL:

Find details about the Imixs REST api [here](http://www.imixs.org/doc/restapi/index.html).

## Upload BPMN Model using curl:
## Upload the BPMN Model:

After you have successful deployed your application you can upload the Ticket Worklfow Model via the Rest Service API. Use the following curl command:
After you have successful deployed your application you can upload the Ticket workflow model via the [Imixs-REST Service API](http://www.imixs.org/doc/restapi/index.html).

<br><br><img src="model-ticket.png">

Use the following curl command to upload the model from your workspace:

curl --user admin:adminpassword --request POST -Tticket.bpmn http://localhost:8080/workflow/rest-service/model/bpmn

Expand Down
Binary file added model-ticket.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1403dfb

Please sign in to comment.