From ca6e1812244ed4152f347e3080500f8b72b6b1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pere=20Fern=C3=A1ndez?= Date: Fri, 20 Dec 2024 17:04:30 +0100 Subject: [PATCH] - Add missing dev ui Tasks user --- .../src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/process-compact-architecture/src/main/resources/application.properties b/examples/process-compact-architecture/src/main/resources/application.properties index b8fed9c6a26..41ea3670e65 100644 --- a/examples/process-compact-architecture/src/main/resources/application.properties +++ b/examples/process-compact-architecture/src/main/resources/application.properties @@ -105,3 +105,5 @@ quarkus.http.test-port=0 quarkus.swagger-ui.always-include=true quarkus.kogito.data-index.graphql.ui.always-include=true +# Development tasks users +%dev.jbpm.devui.users.jdoe.groups=admin,HR,IT \ No newline at end of file