serializing OAM async task
[appc.git] / appc-oam / appc-oam-bundle / src / main / java / org / openecomp / appc / oam / processor / OamStopProcessor.java
index d819016..d8d88d3 100644 (file)
@@ -94,7 +94,7 @@ public class OamStopProcessor extends BaseProcessor {
 
             try {
                 boolean isBundleOperationCompleted = bundleHelper.bundleOperations(
-                        rpc, bundleNameToFuture, myParent.asyncTaskHelper);
+                    rpc, bundleNameToFuture, myParent.asyncTaskHelper, this);
                 if (isBundleOperationCompleted) {
                     return true;
                 }