-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# CHANGELOG lib-bpmn-engine | ||
|
||
## v0.2.4 | ||
|
||
* support input/output for service task and user task (#2) | ||
* breaking change: ```ActivatedJob``` type is no more using fields, but only function interface | ||
* support for user tasks (BPMN) (#32) | ||
* document how to use timers (#37) | ||
* support adding variables along with publishing messages (#41) | ||
* breaking change in method signature: ```PublishEventForInstance(processInstanceKey int64, messageName string, variables map[string]interface{})``` now requires a variable parameter | ||
* fix two issues with not finding/handling the correct messages (#31) | ||
|
||
---- |