Add a release note for the 'pause' command fix
Change-Id: Ia609cb319a01b3685d91515c8d9d81e3006a001e Related-Bug: #1714054
This commit is contained in:
parent
f3ab048b4b
commit
8b30743d0a
@ -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.
|
Loading…
Reference in New Issue
Block a user