-
Bug
-
Resolution: Done
-
Major
-
None
(Migrated from https://github.com/syndesisio/syndesis/issues/4811)
Author: Martin Stepanek
Assignees: unassigned
This is a...
[pre][code]
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ x ] Bug report [!-- Please search GitHub for a similar issue or PR before submitting --]
[ ] Documentation issue or request
[/code][/pre]
Description
Let's have an integration:
DB Insert -> whatever
or
DB Delete -> whatever
Each integration run performs only Insert and Delete and doesn't continue to the following defined steps.
Note:
DB Select doesn't interrupt an integration run even if the result is nothing.