From 5b3f040662db60fdd620f78457ffd6c8058bcc50 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Thu, 5 Mar 2020 16:34:35 +0800 Subject: Added HandleOrchestrationTask flow Issue-ID: SO-2368 Change-Id: I1160fd3b312992c841b60d09515407f3d3a3e83a Signed-off-by: Harry Huang --- .../subprocess/HandleOrchestrationTask.bpmn | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/HandleOrchestrationTask.bpmn (limited to 'bpmn/so-bpmn-infrastructure-flows') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/HandleOrchestrationTask.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/HandleOrchestrationTask.bpmn new file mode 100644 index 0000000000..09a14be26b --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/HandleOrchestrationTask.bpmn @@ -0,0 +1,90 @@ + + + + + SequenceFlow_0lbtmuu + + + SequenceFlow_0lbtmuu + SequenceFlow_0uzjpd6 + import org.onap.so.bpmn.infrastructure.scripts.* +def hot = new HandleOrchestrationTask() +hot.preProcessRequest(execution) + + + + + + ${url} + + execution.getVariable("headerMap") + + ${payload} + ${method} + ${statusCode} + ${response} + + http-connector + + + SequenceFlow_0uzjpd6 + SequenceFlow_06rrzml + + + SequenceFlow_06rrzml + SequenceFlow_1qthzdo + import org.onap.so.bpmn.infrastructure.scripts.* +def hot = new HandleOrchestrationTask() +hot.postProcess(execution) + + + + + + SequenceFlow_1qthzdo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg