aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/test/resources/__files/GenericFlows/MsoCompletionRequest.xml
blob: d5175f4dc9005aa067b4be8eae5c9d3867657b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
<aetgt:MsoCompletionRequest xmlns:aetgt="http://org.onap/so/workflow/schema/v1"
                            xmlns:ns="http://org.onap/so/request/types/v1"
                            xmlns="http://org.onap/so/infra/vnf-request/v1">
    <request-info>
        <request-id>null</request-id>
        <action>DELETE</action>
        <source>null</source>
    </request-info>
    <aetgt:status-message>E2E Service Instance was deleted successfully.</aetgt:status-message>
    <aetgt:mso-bpel-name>DeleteCustomE2EServiceInstance</aetgt:mso-bpel-name>
</aetgt:MsoCompletionRequest>