Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 576 Bytes

activiti-quick-start

  1. Download Tomcat
  2. Download and Install Activiti
  3. Verify Environment
curl --user kermit:kermit http://localhost:8080/activiti-rest/service/management/engine
  1. Startup Activiti
  2. Design Simple Process
  3. Manually Execute
  4. Automated Execute
curl --user kermit:kermit -H "Content-Type: application/json" -X POST -d '{ "processDefinitionKey":"Onboarding", "variables": [ { "name":"fullName", "value": "John Doe" }, { "name":"yearsOfExperience", "value": 2 }]}' http://localhost:8080/activiti-rest/service/runtime/process-instances