diff options
author | Elena Kuleshov <evn@att.com> | 2019-06-06 01:10:32 -0400 |
---|---|---|
committer | Elena Kuleshov <evn@att.com> | 2019-06-10 12:25:11 -0400 |
commit | 0bac473ab80a2f64b85df51dbaf432ecde73341e (patch) | |
tree | fbf71af99a417a9dc3f7d3dc60ad21ce4afd943c /asdc-controller/src/test/resources/resource-examples | |
parent | d0cd4dc3d204e80a7419c97b6b0ec59273984a99 (diff) |
Beans fixes to workflow record creation
Changes to enable cascading creates and proper id referencing
Issue-ID: SO-1998
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I6c08fc22fbbba1d0d2b8dc04e390cd0b3de64327
Diffstat (limited to 'asdc-controller/src/test/resources/resource-examples')
-rw-r--r-- | asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/workflow-distribution.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/workflow-distribution.json b/asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/workflow-distribution.json index 9f49be5bbb..85a73aa239 100644 --- a/asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/workflow-distribution.json +++ b/asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/workflow-distribution.json @@ -11,7 +11,7 @@ "resourceName": "TestVF", "resourceVersion": "1.0", "resoucreType": "VF", - "resourceUUID": "5185253e-4bef-4eb4-bbf9-8c328c787ebd", + "resourceUUID": "ff2ae348-214a-11e7-93ae-92361f002671", "resourceInvariantUUID": "ea8264db-3e24-4324-87cc-12c6903ed43d", "resourceCustomizationUUID": "a959a3cb-4988-435c-9cb7-5a40ef2ef2ac", "category": "Allotted Resource", |