{"id":18350063,"url":"https://github.com/eyrafabdullayev/camunda-rest-api","last_synced_at":"2026-04-12T22:37:04.230Z","repository":{"id":152934788,"uuid":"311446700","full_name":"eyrafabdullayev/camunda-rest-api","owner":"eyrafabdullayev","description":"The main aim of that demo application is to give an example that how the Camunda Rest API works.","archived":false,"fork":false,"pushed_at":"2020-11-10T05:26:40.000Z","size":395,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T15:45:03.941Z","etag":null,"topics":["camunda-bpm","camunda-rest-api","spring","spring-cloud-vault","spring-security","spring-web"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eyrafabdullayev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-09T19:41:34.000Z","updated_at":"2021-06-20T07:30:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a2724f7-c7bf-4f1a-a118-5a63d6aa85ba","html_url":"https://github.com/eyrafabdullayev/camunda-rest-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eyrafabdullayev/camunda-rest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyrafabdullayev%2Fcamunda-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyrafabdullayev%2Fcamunda-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyrafabdullayev%2Fcamunda-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyrafabdullayev%2Fcamunda-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyrafabdullayev","download_url":"https://codeload.github.com/eyrafabdullayev/camunda-rest-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyrafabdullayev%2Fcamunda-rest-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275160370,"owners_count":25415767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camunda-bpm","camunda-rest-api","spring","spring-cloud-vault","spring-security","spring-web"],"created_at":"2024-11-05T21:25:04.102Z","updated_at":"2026-04-12T22:37:04.187Z","avatar_url":"https://github.com/eyrafabdullayev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Camunda Rest API\n\nThe main purpuse of that application is to give an example that how the Camunda Rest API works. More about loot up at (https://docs.camunda.org/manual/7.14/reference/rest/) [https://docs.camunda.org/manual/7.14/reference/rest/]\n\n## About\n\n1. First you have to deploy your process.bpmn file. To do that i give an example below. For more about take look up at (https://docs.camunda.org/manual/7.14/reference/rest/deployment/post-deployment/) [https://docs.camunda.org/manual/7.14/reference/rest/deployment/post-deployment/]\n  \n   ![deployment](https://github.com/eyrafabdullayev/camunda-rest-api/blob/master/screenshots/deploy2.png)\n\n   But as you know that we also have used JWT Token to access the resources, for that i have to create and send it with request header.\n   \n   ![authenticate](https://github.com/eyrafabdullayev/camunda-rest-api/blob/master/screenshots/authentication.png)\n   \n   then to do that select Bearer Token as Type and add the given token.\n   \n   ![access token](https://github.com/eyrafabdullayev/camunda-rest-api/blob/master/screenshots/deploy.png)\n\n2. After that you have to send a request to start that process by id. I have already given an example below. For more about take look up at (https://docs.camunda.org/manual/7.14/reference/rest/process-definition/post-start-process-instance/) [https://docs.camunda.org/manual/7.14/reference/rest/process-definition/post-start-process-instance/]\n\n   ![starting the process](https://github.com/eyrafabdullayev/camunda-rest-api/blob/master/screenshots/start.png)\n\n   And also have to send access token.\n   \n   ![access token](https://github.com/eyrafabdullayev/camunda-rest-api/blob/master/screenshots/start2.png)\n\n  Then Service tast will have been completed and a request will been sended to refresh the current token. If the auth_token variable is empty or not found the exception will be raise. Else the process will be complete successfully.\n   \n4. And i have also used Spring Cloud Vault to secure and store some of the properties or secrets. For that you have to start vault server and add that properties as i have already shown below.\n\n  ![vault setting](https://github.com/eyrafabdullayev/camunda-rest-api/blob/master/screenshots/vault.png)\n\n## Running\n\n$ docker run -it -p 8080:8080 eyrafabdullayev/camunda-rest-api:latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyrafabdullayev%2Fcamunda-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyrafabdullayev%2Fcamunda-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyrafabdullayev%2Fcamunda-rest-api/lists"}