julrichkieffer

Results 4 issues of julrichkieffer

In reviewing another's BPMN diagram, I discovered that Sequence Flows can also associate Execution Listeners. However, as I've come to rely on this lovely plugin to highlight implementation aspects, it...

Camunda has a self-contained distro called Run. There is also a [docker variant](https://docs.camunda.org/manual/latest/installation/docker/#start-camunda-bpm-run-using-docker) which I'm using. As I'm a novice to Java, Tomcat, etc, I'm struggling to overlay [your instructions](https://github.com/StephenOTT/camunda-formio-plugin/issues/34)...

**Checklist** - [x] I have searched budibase discussions and github issues to check if my issue already exists **Hosting** - Cloud - Tenant ID: julrich **Describe the bug** The Condition...

bug
conditional ui
env - production
Low priority
bb-components

The partial plugin creates a custom query to discover partial documents: ``` coffee .setQuery('isPartial', { $or: isPartial: true fullPath: $startsWith: config.partialsPath # src/partials }) ``` Notably, ```$or:``` allows a document...

bug