8b30743d0a
Change-Id: Ia609cb319a01b3685d91515c8d9d81e3006a001e Related-Bug: #1714054
10 lines
516 B
YAML
10 lines
516 B
YAML
---
|
|
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.
|