Skip to content

Releases: StephenOTT/camunda-formio-plugin

Add support for configuration of formio forms through extension properties

11 Nov 01:11
Compare
Choose a tag to compare

If you enable the FormioParseListenerProcessEnginePlugin, you can configure through Extension Properties rather than manually creating the formKey:

The same configuration options used in the formKey are used in the extension properties. Each extension property has a prefix of formio_.

For Server Validation you add a name: formio_validation, value: true.

DockerCompose Example and bug fix for plugin

18 Oct 20:05
Compare
Choose a tag to compare

Minor bug fix for Formio Server plugin that prevented configuration of the plugin through the bpm-processes.xml

Variable Security Feature

10 Oct 21:15
Compare
Choose a tag to compare

New variable security feature that ensures you can restrict variables using camunda extension properties

enable support for Tasklist Bootstrap 3 in Formio Forms

04 Oct 15:29
Compare
Choose a tag to compare

Tasklist uses Bootstrap3, so adjustments were made to align the Formio Forms to use the same version of bootstrap which now provides a better visual experience when loading forms in task list.

Enhanced Functionality

27 Sep 14:14
Compare
Choose a tag to compare
  • Added BPMN Error Support
  • Added BPMN Escalation Support (Interrupting and Non-Interrupting)
  • Hidden Start Button on Start forms
  • Hidden Complete Button on User Task forms
  • Better Handling of json
  • Added SubForm/Nested Form support
  • Enhanced error handling to route errors into formio ui

Enjoy!

Initial community release

14 Sep 16:33
Compare
Choose a tag to compare

Initial community release for testing across springboot and application server distributions (tomcat etc).

Fix for complex forms

14 Sep 21:21
Compare
Choose a tag to compare

Minor update that ensures complex forms that use nested data structures will be supported.