{"id":24552961,"url":"https://github.com/npdeehan/camunda-cloud-visual-starter","last_synced_at":"2025-03-16T14:15:09.979Z","repository":{"id":80697599,"uuid":"464535043","full_name":"NPDeehan/camunda-cloud-visual-starter","owner":"NPDeehan","description":"Just a simple project which can run some basic commands to Camunda 8 in the cloud","archived":false,"fork":false,"pushed_at":"2022-03-17T09:22:47.000Z","size":98,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T01:34:33.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NPDeehan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-02-28T15:22:28.000Z","updated_at":"2022-12-21T06:44:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e9d47ba-7e0b-4767-bf1b-fde74777706c","html_url":"https://github.com/NPDeehan/camunda-cloud-visual-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NPDeehan%2Fcamunda-cloud-visual-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NPDeehan%2Fcamunda-cloud-visual-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NPDeehan%2Fcamunda-cloud-visual-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NPDeehan%2Fcamunda-cloud-visual-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NPDeehan","download_url":"https://codeload.github.com/NPDeehan/camunda-cloud-visual-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878491,"owners_count":20362433,"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","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":[],"created_at":"2025-01-23T01:33:43.049Z","updated_at":"2025-03-16T14:15:09.966Z","avatar_url":"https://github.com/NPDeehan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Camunda Cloud Visual Starter\n\nJust a simple project that lets your start a process instance with some variabes on Camunda Cloud from the safety of your own local hardware.\n\n## How to Configure\n\n1. Add your Camunda Cloud API details to the `application.yaml` file. Follow our guidance on [getting the API details](https://docs.camunda.io/docs/guides/getting-started/setup-client-connection-credentials/) for assistance.\n1. Save your updated `application.yml` file.\n1. Start up the application by running the `application` class. In this case, you can likely right-click `Application.java` and select **Run Java**.\n\n## Deploy Test Process (Optional)\nIf you'd like to test this out your can deploy the simple test model that you'll find in `bpmn/TestProcess.bpmn`.\n\n![process](./bpmn/TestProcess.png)\n\nTake the following steps to deploy this process:\n\n1. Log in to your Camunda Cloud account.\n1. Click the **Diagrams** tab.\n1. Click **Create New Diagram**.\n1. Next to the **New Diagram**, select the three vertical dots and click **Import New Diagram** to upload the model referenced above.\n1. Select the `TestProcess` process\n1. Click **Deploy** on the top right side of the page.\n\nNow you've deployed your process and you can use this app to start is.\n\n## How to Start a process instance\n\nYou can go to `http://localhost:8082` to find this lovely little front end\n![frontEnd](./src/main/resources/img/frontend.png)\n\nYou just need to add the Key of your process (if you deployed the test process this is `TestProcess`)\n\nYou can also add some variables if you like, in the following format:\n```json\n{\n  \"name\": \"Thomas\",\n  \"email\": \"thomas.heinrichs@camunda.com\",\n  \"mobilenumbers\": [\n    \"00412345678900\",\n    \"00412345678901\"\n  ],\n  \"fireService_over\": \"false\"\n}\n```\n\n## Thanks!\n\nThanks to Thomas for implementing the JSON payload for variables. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpdeehan%2Fcamunda-cloud-visual-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpdeehan%2Fcamunda-cloud-visual-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpdeehan%2Fcamunda-cloud-visual-starter/lists"}