vojimir golem
vojimir golem
It seems that [EugeneDraitsev](https://github.com/EugeneDraitsev) also reported this in #17985.
Thank you for the version(s) clarification! I had to replace **dev.clj** from 0.11 generated skeleton as shown on my second screenshot. It looks that generated dev.clj (from 0.10) uses `dev/prep`...
> Detailed documentation on how to setup under Windows would be very helpful and address the first point. As a start, I can describe my WIN 10 Bazel setup based...
@markposterone see #7
> Are you referring to https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden? Yes. 
... just for clarification, in version
Thank you, @bnasslahsen, for your response. I'm sorry if I wasn't specific enough. I discussed building this project from the source when the testing machine was on the JDK 21....
Here is a branch with an idea for [comment](https://docs.camunda.org/javadoc/camunda-bpm-platform/7.10/) events. https://github.com/moreECM/camunda-kafka-polling-client/tree/comments I would appreciate hearing your opinion on this.
Thank you for your comments. Missing timestamp was my oversight (time->timeStamp), so I have replaced second `BeanUtils.copyProperties` with explicit mapping to fix this and make mapping more transparent. The fix...
Few more issues regarding `comments`: Current proposal triggers "comment polling" on "userTask change" so "comment event" will not be created until the `userTask` change. Secondly, Camunda REST API (and Tasklist...