Skip to content

Commit

Permalink
Add CHANGELOG.md entries
Browse files Browse the repository at this point in the history
  • Loading branch information
eputtone committed Feb 8, 2021
1 parent 55dd743 commit 2ca4d16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
**Highlights**
- Support updating workflow instance business key.
- Support for searching workflow instances by state variable key and value.
- Added optional properties for tuning parts of Explorer UI
- Facelift for workflow instance properties in Explorer UI

**Details**
- `nflow-engine`
Expand All @@ -12,6 +14,8 @@
- `UpdateWorkflowInstanceRequest.businessKey` field was added to support updating workflow instance business key via REST API.
- Added support for new query parameters `stateVariableKey` and `stateVariableValue` to `GET /v1/workflow-instance` to limit search query by state variable name and key. Only the latest value of the state variable of the workflow instance is used.
- `nflow-explorer`
- Added optional `config.js` properties (`htmlTitle`, `nflowLogoFile`, `hideFooter`)
- Facelift for workflow instance properties
- Dependency updates:
- urijs 1.19.5
- socket.io 2.4.1
Expand Down

0 comments on commit 2ca4d16

Please sign in to comment.