Stephen Russett

Results 312 comments of Stephen Russett

@ingorichtsmeier I was working on a style for this related to #32. My thought was that it should be a slightly different wait state visual, than Async config as you...

@ingorichtsmeier here is a example i just threw together from a unit test ![screen shot 2018-07-27 at 11 36 12 am](https://user-images.githubusercontent.com/1994838/43330614-b5dfa49a-9191-11e8-99c0-71b20f99b24e.png) Where the purple are the wait states for External...

@ingorichtsmeier note that with a implicit wait state (user task, external task) vs a explicit wait (async before/after configs on a Task), a implicit does not require further config of...

Loops: ![screen shot 2018-06-12 at 11 11 08 am](https://user-images.githubusercontent.com/1994838/41299430-6ac3fc8c-6e31-11e8-8c63-d81110a967b5.png) Notice the counts on the two Multi-Instance processes. Will be the same if you were to manually create a loop. The...

Ya i coloured them as well (but yes it need a better visual indicator for what the numbers represent): ![screen shot 2018-06-12 at 11 29 17 am](https://user-images.githubusercontent.com/1994838/41300523-f17d90f6-6e33-11e8-9930-33e11e322822.png) and with still...

Watch a few videos on docker-compose. It is your easiest setup and can be learned very quickly. Disable the form validation service/server in the docker compose for a even faster...

Currently a bug with Formio's validation code: https://github.com/formio/formio.js/issues/3281

@julrichkieffer yes I have had a similar request on the forums. The camunda run Distro uses springboot and there is auto-scanning for components: so we can package the plugin as...