Fix workflow designer issue 77/111077/2
authorxuegao <xg353y@intl.att.com>
Mon, 10 Aug 2020 09:14:17 +0000 (11:14 +0200)
committerChristophe Closset <christophe.closset@intl.att.com>
Tue, 11 Aug 2020 06:51:32 +0000 (06:51 +0000)
Fix the issue so that the workflow bpmn will be packed into csar again.

Issue-ID: SDC-3181
Signed-off-by: xuegao <xg353y@intl.att.com>
Change-Id: I5f8ca112fe1bd2a7abf1529f491400237d88ce56

catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/InterfaceOperationBusinessLogic.java

index 58bf0da..7bbe24d 100644 (file)
@@ -542,6 +542,7 @@ public class InterfaceOperationBusinessLogic extends BaseBusinessLogic {
         ArtifactDefinition artifactDefinition = new ArtifactDefinition();
         artifactDefinition.setArtifactUUID(artifactUuId);
         artifactDefinition.setUniqueId(artifactUuId);
+        artifactDefinition.setEsId(artifactUuId);
         artifactDefinition.setArtifactType(ArtifactTypeEnum.WORKFLOW.getType());
         artifactDefinition.setArtifactGroupType(ArtifactGroupTypeEnum.DEPLOYMENT);
         artifactDefinition.setArtifactLabel(operationName + ".workflowArtifact");