Skip to content
Snippets Groups Projects
Commit 31b61e41 authored by Tobias Bruns's avatar Tobias Bruns
Browse files

OZG-7689 add log entry

parent 4f95fd72
No related branches found
No related tags found
1 merge request!3Ozg 7689 erweitern
......@@ -72,6 +72,8 @@ public class ProcessorService {
}
Stream<Processor> getProcessors(Vorgang vorgang, String event) {
LOG.info("looking for processor for vorgang with formId: " + vorgang.getFormId());
return properties.getProcessors().parallelStream()
.filter(processor -> hasFormEngineNameAndFormIds(processor.getForms(), vorgang, event));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment