Skip to content

Workflow Server 4.0.0

Compare
Choose a tag to compare
@optimajet optimajet released this 20 Oct 09:44
· 11 commits to master since this release

Features

  • Workflow Engine has been upgraded to version 11.0.1, refer to the release notes for more information.
  • Added SchemeCode, ActivityName, and StateName filter parameters to the WorkflowAPI getinstances method.

Breaking changes

  • The resume WorkflowAPI method no longer returns the processDefinition domain object.
  • Added a new CalendarName column to the WorkflowProcessInstance table. Use the following SQL script to update the database:

Bug fixes

  • Updated NPM packages @babel/travers and postcss due to discovered vulnerabilities in these packages.