aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn
AgeCommit message (Collapse)AuthorFilesLines
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)1-391/+0
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-04-20Fix the operation id for db updatesubhash kumar singh1-0/+1
Fix the operation id for db update Change-Id: I97cd5c1d6ed86a1a1c8a348cd7e8e741ea84d092 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Add request action as input variablesubhash kumar singh1-0/+1
Add request action as input variable. Change-Id: I54bfe245c9a2222cd324e4236c2a8c56cd2f4f79 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Fix the invocation of correct activitysubhash kumar singh1-1/+1
Fix the invocation of DoCreateE2EServiceInstanceV3 from main process. Change-Id: I89b1d3d9dd0f6a5445ff349cda46faf425f6cf57 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-06Add uuiRequest parameter as input parametersubhash kumar singh1-0/+1
Add uuiRequest paramter as input parameter. Change-Id: Ib96bc22616171e645c1a908d101d7a97f3c282da Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-04-03Set serviceType as input variablesubhash kumar singh1-1/+2
Add the serviceType as input variable for DoCretaeE2E workflow. Change-Id: I5197f00d0f3df5a3bc9d22219631d2f7128ccadd Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty1-5/+4
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-02-23Support more Generic workflow for voLTEc001491071-1/+1
Support more Generic workflow for voLTE Change-Id: I44509eaa6a5db7e9fb02df8edaa0a4a50e5d1d49 Issue-ID: SO-438 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2018-02-22Support more Generic workflow for voLTEc001491071-1/+1
Support more Generic workflow for voLTE Change-Id: I0005fffdb420709b597739173fa894981ac9c74e Issue-ID: SO-438 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-26Fix voLTE Create workflow issuec001491071-4/+5
Fix voLTE Create workflow issue Change-Id: I3b615ee87e6cf5779376ee6bf7a3b5fa2be3e62c Issue-ID:SO-269 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-23Fix Issues about voLTE Createc001491071-1/+1
Fix Issues about voLTE Create Change-Id: I811dc05c8f9a7caecddb279e025772d5d02c2548 Issue-ID:SO-254 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-20Merge "Flows fail to update status in requests DB"Rob Daugherty1-1/+1
2017-10-20Flows fail to update status in requests DBRob Daugherty1-1/+1
The fallout and completion handlers are not updating the request status in the mso_requests database. The cause is a missing URN mapping that defines the service endpoint for these updates. Issue: SO-230 Change-Id: I5b4ff6e9ca2cde6605b3ed7cb7b086041111d31c Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-19Add MSB Config For Restful Callc001491071-1/+1
Add MSB Config For Restful Call Change-Id: I03e17ce9085d6991ecfa5a2f0a9e17e2dc2fe033 Issue-ID:SO-240 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-17Removed unWanted methodseshukm1-37/+19
IssueId: SO-222 Change-Id: I03b66e901b57ce68c0685c054c4744a2726c1c42 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-17fix method name mismatch create E2E svcseshukm1-40/+42
IssueId: SO-222 Change-Id: Ibcdf8c95dfa789619214745edd54393e8340d5ee Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-13Correct the workflow for NS Createc001491071-19/+35
Correct the workflow for NS Create bpmn Change-Id: I71283c88a3936d1b19b3403f6940823875405c90 Issue-ID:SO-217 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-11Add progress for create workflowc001491071-15/+66
Add progress and operation content for create workflow operation Change-Id: Ib48ab5be7f65a039813db1da816dbe7ac4c0e6f1 Issue-ID:SO-206 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-09-20Add E2E service BPMNs resolve conflictsSeshu-Kumar-M1-7/+7
IssueId:SO-56 Change-Id: Icb04ea102b1fe497d8827eac582b28a472bbb836 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-19BPMN applications not deployed properlyRob Daugherty1-3/+4
Since the 1710 MSO merge the following problems exist: The workflow applications are not deployed properly. I've also fixed a few small issues with the CreateCustomE2EServiceInstance flows that prevented them from being deployed. Change-Id: Ia4f7a6de87abbc99e80c0e9083e2175cdf9b4fe5 Issue-id: SO-148 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-18VoLTE BPMN draft fileSeshu-Kumar-M1-0/+335
Issue-ID: SO-46 Change-Id: I01b80c4eb5ee6c779dd95b840fa99a9bff0ad78e Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>