Renat Akhmerov c9e08a8839 Fix "join" when the last indirect inbound task failed
* See bug description for the example that didn't work. It was
  caused by a simple mistake in a python expression of type
  "my_set = my_set or set()" that didn't work as expected, i.e.
  it created a new set even if my_set is already an empty set.
  So, the proper expression that's needed is
  "my_set = set() if my_set is None else my_set"

Change-Id: I2a787921449fecf3301013a770ffe712e9606baf
Closes-Bug: #1803677
2018-11-16 15:35:18 +07:00
2018-01-31 04:16:42 +00:00
2018-10-19 10:45:29 +02:00
2018-08-01 05:08:48 +00:00
2018-05-30 14:46:25 -04:00
2017-07-27 22:15:12 +08:00
2013-12-30 13:11:49 +07:00
2017-03-03 10:17:44 +00:00
2018-11-13 10:05:15 +00:00

Team and repository tags

image

Mistral

Workflow Service for OpenStack cloud. This project aims to provide a mechanism to define tasks and workflows without writing code, manage and execute them in the cloud environment.

Project Resources

Description
Workflow Service for OpenStack.
Readme 51 MiB
Languages
Python 99%
Shell 1%