Skip to content

BPM Task Listener Event Updates, Analytics build Update, Task UI functionality/performance Improvement and Added gitter Community

Compare
Choose a tag to compare
@abhilash-aot abhilash-aot released this 23 Jul 18:55
· 1974 commits to master since this release
1735fde

Added

forms-flow-bpm

  • Added a new property called websocket.messageEvents. It allows configuring the required task listener events that will be published. The default value for this property is DEFAULT which publishes CREATE, UPDATE, and COMPLETE events.

generic

Fixed

forms-flow-analytics

  • Creation of new data source which always failed.

forms-flow-bpm

  • Approver action dropdown appearing on the clerk's task section once the approver does a return action on the form is fixed for the New Business License Application form.

forms-flow-idm

  • Additional parameters present in the default configuration import file caused the import to fail in Keycloak v11.0.

forms-flow-web

  • When a user completes a task, it is not removed from Left-Hand-Side on the tasks page if that is the last task on a workflow.
  • Npm dependent package vulnerabilities fixed.
  • A form that was open on the Right-Hand-Side is not refreshed when the user claims it. This issue occurs when another person works on the same form and then saves their changes. That saved changes won’t be visible to the first user without a hard refresh.
  • Identified & removed redundant calls that were happening due to client-side API recalls and multiple events on updating the task details.

Modified

forms-flow-api

  • Refactored Code usage of Application Audit to Application History (Note: database table names not changed).
  • Removed Sentiment Analysis component and database, which will be separate micro-service in an upcoming release.

forms-flow-bpm

  • Keycloak integration component no longer makes Keycloak API calls to retrieve user group information. Instead, it will be retrieving this information from the JWT token.
  • Formio Access Token Cache (Internal) workflow is modified to start immediately after deployment and includes scripts for cleaning up older process deployment an instance.

forms-flow-web

  • An application status component is created as a hidden element by default during form design.