- Download Tomcat
- Download and Install Activiti
- Verify Environment
curl --user kermit:kermit http://localhost:8080/activiti-rest/service/management/engine
- Startup Activiti
- Design Simple Process
- Manually Execute
- 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