Add workflow output resolution
authorMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Thu, 21 Mar 2019 19:56:38 +0000 (15:56 -0400)
committerMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Fri, 22 Mar 2019 15:42:42 +0000 (11:42 -0400)
Change-Id: I3d5bb339fd07257e86ada85e4a30040183808848
Issue-ID: CCSDK-1175
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/activation-blueprint.json
components/model-catalog/blueprint-model/test-blueprint/component_invoke/Definitions/component_invoke.json

index 7a92398..a8329b8 100644 (file)
               }
             ]
           }
+        },
+        "outputs": {
+          "response-property": {
+            "type": "string",
+            "value": "executed"
+          },
+          "template-properties": {
+            "type": "json",
+            "value": {
+              "get_attribute": [
+                "resource-assignment",
+                "assignment-params"
+              ]
+            }
+          }
         }
       },
       "activate": {
index eeb9815..9e040b8 100644 (file)
             "required": true,
             "type": "string"
           }
+        },
+        "outputs": {
+          "response-property1": {
+            "type": "string",
+            "value": "executed"
+          },
+          "response-property2": {
+            "type": "string",
+            "value": {
+              "get_input": "action-name"
+            }
+          }
         }
       }
     },