Ragnar Nevries

Results 4 issues of Ragnar Nevries

### Expected Behavior When a context menu is shown, I can choose an item by clicking on it OR pressing a keyboard-shortcut. ### Actual Behavior When a context menu is...

modeling
enhancement
ux
backlog

I'd love a feature that makes it possible to swap two selected elements with automatic sequence/message-flow adjusting. The attached image should make it clear. ![swappingElementsMadeEasy](https://user-images.githubusercontent.com/31620219/41724968-0828c720-756f-11e8-86bd-7a76e4be1957.png)

BPMN
modeling
enhancement
backlog
refactoring support

Hi @Deejayfool , this is a great project many people are using, so am I ;) There was some functionality I was always missing that I add with this PR:...

Just try that: ``` public static void main(String[] args) throws InterruptedException { ExternalTaskClient client = ExternalTaskClient.create() .baseUrl("http://localhost:8080/engine-rest") .asyncResponseTimeout(1000) .build(); Thread.sleep(300_000); } ``` and observe CPU utilization. It's propably this loop:...