ashenjy / camunda-ext-task-worker-java

modeling an executable process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start a Process Instance

curl -H "Content-Type: application/json" -X POST -d '{"variables": {"amount": {"value":555,"type":"integer"}, "item": {"value":"item-xyz"} } }' http://localhost:8080/engine-rest/process-definition/key/payment-retrieval/start

About

modeling an executable process


Languages

Language:Java 100.0%