CloudSlang / score

CloudSlang Orchestration Engine
http://cloudslang.io
Apache License 2.0
85 stars 47 forks source link

check if branch exists already #374

Closed larisabratean closed 3 years ago

larisabratean commented 3 years ago

If one of the branch would fail for parallel or multi instance flow, the entity would be saved in database. If the user would cancel the flow, all the branches would be saved in database even the previous branch that failed. That would result in an exception: unique key validation for branchId and splitId.

Signed-off-by: Larisa Bratean larisa-alexandra.bratean@microfocus.com