diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-06 11:45:26 +0000 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-04-06 14:13:38 +0000 |
commit | c1f5dc11c295d1e5f2750186141af0ce8cb64d85 (patch) | |
tree | 7d04c941d8a6b39d3271e81b07867f9ddb2586c9 /bpmn/MSOInfrastructureBPMN/src/main/resources/process | |
parent | 9c1a82863dd6d5fdc6e7b051c89a2ed0b34d01cd (diff) |
Add request action as input variable
Add request action as input variable.
Change-Id: I54bfe245c9a2222cd324e4236c2a8c56cd2f4f79
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/process')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn index b08dbfde1b..c0637a3e1a 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn @@ -42,6 +42,7 @@ ex.processJavaException(execution)]]></bpmn:script> <camunda:in source="initialStatus" target="initialStatus" /> <camunda:in source="serviceType" target="serviceType" /> <camunda:in source="uuiRequest" target="uuiRequest" /> + <camunda:in source="requestAction" target="operationType" /> </bpmn:extensionElements> <bpmn:incoming>SequenceFlow_19eilro</bpmn:incoming> <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing> |