getNorthBoundRequestByActionAndIsALaCarteAndRequestScopeAndCloudOwnerAndServiceType
gets called only in this limited case (See code below) and I'm trying to
understand why that is not the default action.

WorkflowAction.java around lines 1470

protected List<OrchestrationFlow>
queryNorthBoundRequestCatalogDb(DelegateExecution execution, String
requestAction,
        WorkflowType resourceName, boolean aLaCarte, String
cloudOwner, String serviceType) {
    List<OrchestrationFlow> listToExecute = new ArrayList<>();
    NorthBoundRequest northBoundRequest = null;
    if (serviceType.equalsIgnoreCase(SERVICE_TYPE_TRANSPORT)
            || serviceType.equalsIgnoreCase(SERVICE_TYPE_BONDING)) {
        northBoundRequest =

catalogDbClient.getNorthBoundRequestByActionAndIsALaCarteAndRequestScopeAndCloudOwnerAndServiceType(
                        requestAction, resourceName.toString(),
aLaCarte, cloudOwner, serviceType);
    } else {


-- 
Best regards,

Oleg Mitsura
[email protected]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22550): https://lists.onap.org/g/onap-discuss/message/22550
Mute This Topic: https://lists.onap.org/mt/78528792/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to