Skip to content

Commit

Permalink
bugfix issue 30 : incident is not a process instance state
Browse files Browse the repository at this point in the history
  • Loading branch information
chDame committed Apr 25, 2023
1 parent 6ebb607 commit c8223f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ repositories {
}

dependencies {
def apolloVersion = "3.2.1"
def httpClientVersion = "5.1.3"
def zeebeBpmnVersion = "8.1.7"
api "org.apache.httpcomponents.client5:httpclient5:${httpClientVersion}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package io.camunda.operate.dto;

public enum ProcessInstanceState {
ACTIVE, INCIDENT, COMPLETED, CANCELED;
ACTIVE, COMPLETED, CANCELED;
}

0 comments on commit c8223f9

Please sign in to comment.