PullDakar
PullDakar
Hello! I'm trying to build docker image from README.md. When i execute the command "docker build -fDockerfile -ttelegram-client ." on step: Step 12/15 : RUN go build --ldflags "-extldflags '-static...
Hello! I'm new at the kogito framework. There is a requirement for the system that I will have to develop - to load bpmn processes at runtime. I have not...
Hello! I use camunda version 7.13, where used the external task pattern. I protected rest api from anonymous access with: ```java @Configuration @EnableResourceServer @EnableWebSecurity @Order(SecurityProperties.BASIC_AUTH_ORDER - 20) @ConditionalOnProperty(name = "rest.security.enabled",...