Add a release note for the 'pause' command fix

Change-Id: Ia609cb319a01b3685d91515c8d9d81e3006a001e
Related-Bug: #1714054
This commit is contained in:
Renat Akhmerov 2018-03-21 11:44:05 +07:00
parent f3ab048b4b
commit 8b30743d0a
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
fixes:
- Fixed the logic of the 'pause' command. Before the fix Mistral wouldn't
run any commands specified in 'on-success', 'on-error' and 'on-complete'
clauses following after the 'pause' command when a workflow was resumed
after it. Now it works as expected. If Mistral encounters 'pause' in the
list of commands it saves all commands following after it to the special
backlog storage and when/if the workflow is later resumed it checks that
storage and runs commands from it first.