camunda-platform-7-graphql
GraphQL for Camunda Platform 7
File Explorer
Download Latest Version (.zip)- build.yml
- deploy.yml
- CODEOWNERS.MD
- WebappExampleProcessApplication.java
- processes.xml
- application.yaml
- loanApproval.bpmn
- NOTICE
- pom.xml
- README.md
- HttpBasicAuthenticationProvider.java
- AuthenticationProvider.java
- AuthenticationResult.java
- ErrorResponse.java
- JWTAuthenticationFilter.java
- ProcessEngineAuthenticationFilter.java
- HistoricActivityInstanceQuery.java
- HistoricActivityInstanceResolver.java
- HistoricIncidentQuery.java
- HistoricIncidentResolver.java
- HistoricProcessInstanceQuery.java
- HistoricProcessInstanceResolver.java
- GroupResolver.java
- IncidentQuery.java
- KeyValuePairResolver.java
- Mutation.java
- ProcessDefinitionResolver.java
- ProcessInstanceResolver.java
- Query.java
- TaskResolver.java
- UserResolver.java
- Util.java
- KeyValueFilter.java
- DateTypeScalar.java
- KeyValuePair.java
- KeyValuePairInput.java
- ValueTypeEnum.java
- FilterConfiguration.java
- docs_mutations.png
- docs_open.png
- docs_queries.png
- docs_root_types.png
- graphql_voyager.png
- http_headers_01.png
- http_headers_02.png
- mutation_01.png
- mutation_startProcessInstance.png
- overview_01.png
- query_process_instances.png
- query_process_instances_w_vars.png
- query_tasks.png
- query_tasks_w_filter_nameLike.png
- query_tasks_w_vars.png
- schema_files.png
- schema_TaskEntity_graphqls.png
- type_TaskEntity.png
- application.properties
- camunda.graphqls
- Execution.graphqls
- Group.graphqls
- Historic.graphqls
- Incident.graphqls
- KeyValue.graphqls
- ProcessDefinition.graphqls
- Task.graphqls
- User.graphqls
- HistoricActivityInstanceTest.java
- HistoricIncidentTest.java
- HistoricProcessInstanceTest.java
- PublishDecision.java
- RetrieveCustomerData.java
- WeatherDelegate.java
- CreditApplication.java
- CreditDecision.java
- CustomerData.java
- InstanceVariables.java
- Personality.java
- SolvencyRating.java
- CopyVariablesOnStart.java
- DefaultResponsible.java
- GetSwimlaneGroup.java
- UserResponsible.java
- CustomerDataService.java
- DMSService.java
- WeatherCheckService.java
- BaseTest.java
- TestConfig.java
- Comparators.java
- DateExpressionMatcher.java
- IsANumberExpressionMatcher.java
- IsPresentExpressionMatcher.java
- RangeGenerator.java
- StringSizeExpressionMatcher.java
- BDD.java
- ScenarioLoaderHelper.java
- GraphQLServer.java
- GraphQLTest.java
- IncidentTest.java
- check-risk.dmn
- credit-application.bpmn
- weather.bpmn
- weather2.bpmn
- historic-activity-instance-scenarios.json
- historic-incidents-scenarios.json
- historic-process-instance-scenarios.json
- incident-scenarios.json
- application.properties
- pom.xml
- application.yml
- jboss-deployment-structure.xml
- jboss-web.xml
- pom.xml
- .gitignore
- LICENSE
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/camunda-community-hub/camunda-platform-7-graphql
Downloads the entire project code from GitHub to your computer.
cd camunda-platform-7-graphql
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd extension-webapp
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
