@camunda/e2e-test-suite 0.0.453 → 0.0.455
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/c8_versions.json +17 -0
- package/dist/tests/SM-8.10/smoke-tests.spec.js +2 -1
- package/package.json +8 -3
- package/playwright.config.ts +382 -0
- package/resources/Basic_Auth_REST_Connector.bpmn +62 -0
- package/resources/Camunda_Simple_User_Task_1.bpmn +41 -0
- package/resources/Camunda_Simple_User_Task_2.bpmn +41 -0
- package/resources/Camunda_Simple_User_Task_3.bpmn +41 -0
- package/resources/Camunda_Simple_User_Task_4.bpmn +41 -0
- package/resources/Camunda_Simple_User_Task_5.bpmn +41 -0
- package/resources/Candidate_User_Process_Three_Tasks.bpmn +116 -0
- package/resources/Candidate_User_Process_Two_Tasks.bpmn +91 -0
- package/resources/Conditional_Events_All.bpmn +111 -0
- package/resources/Connectors Document Handling.bpmn +298 -0
- package/resources/ConnectorsBasicTest.bpmn +2292 -0
- package/resources/Intermediate_Event_Webhook_Connector_No_Auth_Process.bpmn +60 -0
- package/resources/Job_Worker_Process.bpmn +38 -0
- package/resources/New Form.form +24 -0
- package/resources/REST_Connector_Bearer_Auth_Process.bpmn +53 -0
- package/resources/REST_Connector_No_Auth_Process.bpmn +52 -0
- package/resources/Rest Connector Timer Event.bpmn +227 -0
- package/resources/SM_Document_Handling_Connectors_User_Flow.bpmn +297 -0
- package/resources/Start_Event_Webhook_Connector_No_Auth_Process.bpmn +43 -0
- package/resources/Start_Form_Process.bpmn +29 -0
- package/resources/User_Task_Editing_Variables.bpmn +41 -0
- package/resources/User_Task_Process_With_Form.bpmn +41 -0
- package/resources/User_Task_Process_With_Form_2.bpmn +41 -0
- package/resources/User_Task_Process_With_Form_3.bpmn +42 -0
- package/resources/User_Task_Process_With_Form_API.bpmn +41 -0
- package/resources/Variable_Process.bpmn +38 -0
- package/resources/Zeebe_User_Task.bpmn +41 -0
- package/resources/Zeebe_User_Task_Process_With_Priority.bpmn +145 -0
- package/resources/agentic_ai/ai-agent-chat-user-feedback.form +87 -0
- package/resources/agentic_ai/ai-agent-chat-with-tools_aws.bpmn +443 -0
- package/resources/agentic_ai/ai-agent-chat-with-tools_azure.bpmn +441 -0
- package/resources/agentic_ai/ai-agent-chat-with-tools_open_ai.bpmn +438 -0
- package/resources/agentic_ai/ai-agent-subprocess-with-tools_aws_key.bpmn +115 -0
- package/resources/camunda.png +0 -0
- package/resources/cluster_variables/cluster_variable_global_scope.bpmn +59 -0
- package/resources/cluster_variables/cluster_variable_json_form.form +49 -0
- package/resources/cluster_variables/cluster_variable_json_mutable.bpmn +33 -0
- package/resources/cluster_variables/cluster_variable_json_readonly.bpmn +59 -0
- package/resources/cluster_variables/cluster_variable_string_form.form +31 -0
- package/resources/cluster_variables/cluster_variable_string_mutable.bpmn +31 -0
- package/resources/cluster_variables/cluster_variable_string_readonly.bpmn +57 -0
- package/resources/cluster_variables/preview_cluster_variables.form +49 -0
- package/resources/connectors/aws/bedrock-knowledge-base.bpmn +72 -0
- package/resources/connectors/db_vector_connector/db-vector-plain-text_azure_open_ai.bpmn +183 -0
- package/resources/connectors/db_vector_connector/db-vector-plain-text_open_ai.bpmn +178 -0
- package/resources/connectors/db_vector_connector/db-vector-plain-text_openai_amazon_opensearch.bpmn +189 -0
- package/resources/connectors/db_vector_connector/db-vector-retrieve-data.form +34 -0
- package/resources/idp/idp_sample_bank_statement.pdf +0 -0
- package/resources/idp/structured_invoice_1.pdf +74 -0
- package/resources/idp/structured_invoice_2.pdf +74 -0
- package/resources/idp/structured_invoice_3.pdf +74 -0
- package/resources/idp/structured_invoice_test.pdf +74 -0
- package/resources/mcp_server/keycloak/camunda-platform-realm.json +45 -0
- package/resources/mcp_server/mcp_remote_client_basic_auth.bpmn +69 -0
- package/resources/mcp_server/mcp_remote_client_bearer_auth.bpmn +68 -0
- package/resources/mcp_server/mcp_remote_client_oauth_auth.bpmn +76 -0
- package/resources/mcp_server/mcp_remote_client_operations.bpmn +373 -0
- package/resources/mcp_server/mcp_server_list_tools.bpmn +69 -0
- package/resources/mcp_server_saas/mcp_cluster_tools.bpmn +168 -0
- package/resources/mcp_server_saas/mcp_incident_test_file.bpmn +54 -0
- package/resources/mcp_server_saas/mcp_incident_tools.bpmn +240 -0
- package/resources/mcp_server_saas/mcp_process_definition_test_file.bpmn +51 -0
- package/resources/mcp_server_saas/mcp_process_definition_tools.bpmn +234 -0
- package/resources/mcp_server_saas/mcp_process_instance_test_file.bpmn +51 -0
- package/resources/mcp_server_saas/mcp_process_instance_tools.bpmn +232 -0
- package/resources/mcp_server_saas/mcp_user_task_test_file.bpmn +55 -0
- package/resources/mcp_server_saas/mcp_user_task_tools.bpmn +309 -0
- package/resources/mcp_server_saas/mcp_variable_test_file.bpmn +35 -0
- package/resources/mcp_server_saas/mcp_variable_tools.bpmn +170 -0
- package/resources/simple_pdf.pdf +0 -0
- package/resources/simple_text.txt +1 -0
- package/resources/test-api-v2-complete.sh +12162 -0
|
@@ -0,0 +1,2292 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.40.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0">
|
|
3
|
+
<bpmn:message id="Message_1h2ro8d" name="f7d859b2-ad60-4f5b-9656-eedbb3335d91" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
4
|
+
<bpmn:extensionElements>
|
|
5
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
6
|
+
</bpmn:extensionElements>
|
|
7
|
+
</bpmn:message>
|
|
8
|
+
<bpmn:message id="Message_10s6j3u" name="8e27a8c2-4410-4ab3-9403-f64d1bf9ee04" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
9
|
+
<bpmn:extensionElements>
|
|
10
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
11
|
+
</bpmn:extensionElements>
|
|
12
|
+
</bpmn:message>
|
|
13
|
+
<bpmn:message id="Message_13fnatz" name="12aaaca7-3ce5-4ac4-93b3-f3c6db965ef6" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
14
|
+
<bpmn:extensionElements>
|
|
15
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
16
|
+
</bpmn:extensionElements>
|
|
17
|
+
</bpmn:message>
|
|
18
|
+
<bpmn:message id="Message_0m9fasy" name="dccfdc5b-cf9c-4d59-9e85-b02765bd2c2e" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
19
|
+
<bpmn:extensionElements>
|
|
20
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
21
|
+
</bpmn:extensionElements>
|
|
22
|
+
</bpmn:message>
|
|
23
|
+
<bpmn:message id="Message_0bd10hu" name="e60799d1-57cf-4905-ac4f-a87e2b38534b" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
24
|
+
<bpmn:extensionElements>
|
|
25
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
26
|
+
</bpmn:extensionElements>
|
|
27
|
+
</bpmn:message>
|
|
28
|
+
<bpmn:message id="Message_0pmu93w" name="4340e42d-a579-44a0-b5e4-4740772da52a" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
29
|
+
<bpmn:extensionElements>
|
|
30
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
31
|
+
</bpmn:extensionElements>
|
|
32
|
+
</bpmn:message>
|
|
33
|
+
<bpmn:message id="Message_1s5095f" name="034a3608-7e8f-4e3f-9b43-cef3dbe44529" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
34
|
+
<bpmn:extensionElements>
|
|
35
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
36
|
+
</bpmn:extensionElements>
|
|
37
|
+
</bpmn:message>
|
|
38
|
+
<bpmn:message id="Message_0qz62wd" name="0c960975-cb63-4840-b9db-a7cb9a5c40aa" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
39
|
+
<bpmn:extensionElements>
|
|
40
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
41
|
+
</bpmn:extensionElements>
|
|
42
|
+
</bpmn:message>
|
|
43
|
+
<bpmn:message id="Message_0p8wqyu" name="8b83483d-1d51-4db2-8419-0f5b6a41d855" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
44
|
+
<bpmn:extensionElements>
|
|
45
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
46
|
+
</bpmn:extensionElements>
|
|
47
|
+
</bpmn:message>
|
|
48
|
+
<bpmn:message id="Message_11v6gs6" name="94b4c48d-56f2-4e79-95f9-de58e6da84b3" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
49
|
+
<bpmn:extensionElements>
|
|
50
|
+
<zeebe:subscription correlationKey="="POST"" />
|
|
51
|
+
</bpmn:extensionElements>
|
|
52
|
+
</bpmn:message>
|
|
53
|
+
<bpmn:error id="Error_0aj94wz" name="Error_1" errorCode="500" />
|
|
54
|
+
<bpmn:message id="Message_1fcf360" name="28d20faa-ddd1-4048-9bd1-2909225f4f69" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
55
|
+
<bpmn:extensionElements>
|
|
56
|
+
<zeebe:subscription correlationKey="="POST"" />
|
|
57
|
+
</bpmn:extensionElements>
|
|
58
|
+
</bpmn:message>
|
|
59
|
+
<bpmn:message id="Message_1ls4qty" name="2bf86419-0973-4221-af81-df33096601ee" zeebe:modelerTemplate="io.camunda.connectors.http.Polling">
|
|
60
|
+
<bpmn:extensionElements>
|
|
61
|
+
<zeebe:subscription correlationKey="="1"" />
|
|
62
|
+
</bpmn:extensionElements>
|
|
63
|
+
</bpmn:message>
|
|
64
|
+
<bpmn:error id="Error_0wrg3jh" name="Error_3fe5l7v" errorCode="polling connector" />
|
|
65
|
+
<bpmn:message id="Message_0ws1u98" name="f8b42067-65a2-4d7b-b217-454406082a27" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
66
|
+
<bpmn:extensionElements>
|
|
67
|
+
<zeebe:subscription correlationKey="="Bearer thisisabearertoken"" />
|
|
68
|
+
</bpmn:extensionElements>
|
|
69
|
+
</bpmn:message>
|
|
70
|
+
<bpmn:message id="Message_0rwss4w" name="244e1c78-8674-4c4a-bc94-c4f6c0e5d9f8" zeebe:modelerTemplate="io.camunda.connectors.http.Polling">
|
|
71
|
+
<bpmn:extensionElements>
|
|
72
|
+
<zeebe:subscription correlationKey="="test"" />
|
|
73
|
+
</bpmn:extensionElements>
|
|
74
|
+
</bpmn:message>
|
|
75
|
+
<bpmn:message id="Message_0pbynll" name="f48897dd-d610-4c07-b2b8-68f4496de869" zeebe:modelerTemplate="io.camunda.connectors.http.Polling.Boundary">
|
|
76
|
+
<bpmn:extensionElements>
|
|
77
|
+
<zeebe:subscription correlationKey="="test"" />
|
|
78
|
+
</bpmn:extensionElements>
|
|
79
|
+
</bpmn:message>
|
|
80
|
+
<bpmn:message id="Message_0ydong4" name="1bc8a316-01aa-49c7-8a9d-543f88866976" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1" />
|
|
81
|
+
<bpmn:process id="Process_rest" name="ConnectorsBasicTest" isExecutable="true">
|
|
82
|
+
<bpmn:sequenceFlow id="Flow_0rg933i" sourceRef="Gateway_1sfda6s" targetRef="Gateway_06glbwq" />
|
|
83
|
+
<bpmn:sequenceFlow id="Flow_199eno8" sourceRef="Event_1t3vo7s" targetRef="Gateway_1sfda6s" />
|
|
84
|
+
<bpmn:sequenceFlow id="Flow_1mksu8l" sourceRef="Event_1gq73x8" targetRef="Gateway_1sfda6s" />
|
|
85
|
+
<bpmn:sequenceFlow id="Flow_0rqhe6p" sourceRef="Gateway_1u1yorc" targetRef="Event_0rxi5xy" />
|
|
86
|
+
<bpmn:sequenceFlow id="Flow_15cs1hc" sourceRef="Activity_19yz1d7" targetRef="Gateway_1u1yorc" />
|
|
87
|
+
<bpmn:sequenceFlow id="Flow_0mpqocv" name="true" sourceRef="Gateway_1u1yorc" targetRef="Gateway_0dkpyxp">
|
|
88
|
+
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=passe</bpmn:conditionExpression>
|
|
89
|
+
</bpmn:sequenceFlow>
|
|
90
|
+
<bpmn:sequenceFlow id="Flow_1v4lsri" sourceRef="Gateway_0dkpyxp" targetRef="Event_1wrnviz" />
|
|
91
|
+
<bpmn:sequenceFlow id="Flow_0q2u13v" sourceRef="Gateway_0qkesum" targetRef="Gateway_0dkpyxp" />
|
|
92
|
+
<bpmn:sequenceFlow id="Flow_019l4dp" sourceRef="Activity_07cg2ex" targetRef="Gateway_0qkesum" />
|
|
93
|
+
<bpmn:sequenceFlow id="Flow_1uuy2z2" sourceRef="Activity_0clxbib" targetRef="Gateway_0qkesum" />
|
|
94
|
+
<bpmn:sequenceFlow id="Flow_073tyql" sourceRef="Event_1i80vbg" targetRef="Gateway_0xwckia" />
|
|
95
|
+
<bpmn:sequenceFlow id="Flow_04zrn1p" sourceRef="Gateway_0xwckia" targetRef="Gateway_1ljgnb9" />
|
|
96
|
+
<bpmn:sequenceFlow id="Flow_0nj5j5e" sourceRef="Activity_0aw9cfm" targetRef="Gateway_1ljgnb9" />
|
|
97
|
+
<bpmn:sequenceFlow id="Flow_012tyr0" sourceRef="Gateway_06glbwq" targetRef="Activity_0aw9cfm" />
|
|
98
|
+
<bpmn:sequenceFlow id="Flow_0xcoo6a" sourceRef="Gateway_1ljgnb9" targetRef="Event_0y5y83u" />
|
|
99
|
+
<bpmn:sequenceFlow id="Flow_1ehfg6u" sourceRef="Gateway_0hsyoq7" targetRef="Activity_19yz1d7" />
|
|
100
|
+
<bpmn:sequenceFlow id="Flow_1jwn0gb" sourceRef="Gateway_0fol6wj" targetRef="Gateway_0hsyoq7" />
|
|
101
|
+
<bpmn:sequenceFlow id="Flow_1jdsltn" sourceRef="Activity_1mn6bx5" targetRef="Gateway_0hsyoq7" />
|
|
102
|
+
<bpmn:sequenceFlow id="Flow_12vovgs" sourceRef="Gateway_09lxwsj" targetRef="Activity_1805won" />
|
|
103
|
+
<bpmn:sequenceFlow id="Flow_1s4xrwz" sourceRef="Event_1flidct" targetRef="Gateway_09lxwsj" />
|
|
104
|
+
<bpmn:sequenceFlow id="Flow_0kex5d4" sourceRef="Gateway_0xe7n54" targetRef="Event_1flidct" />
|
|
105
|
+
<bpmn:sequenceFlow id="Flow_16l44cu" sourceRef="Event_0p3xsto" targetRef="Gateway_09lxwsj" />
|
|
106
|
+
<bpmn:sequenceFlow id="Flow_0lprnox" sourceRef="Gateway_0xe7n54" targetRef="Event_0p3xsto" />
|
|
107
|
+
<bpmn:sequenceFlow id="Flow_0zmecup" sourceRef="Event_1qk0lpm" targetRef="Activity_07cg2ex" />
|
|
108
|
+
<bpmn:sequenceFlow id="Flow_1338dg5" sourceRef="Gateway_1xrfg8s" targetRef="Gateway_0xe7n54" />
|
|
109
|
+
<bpmn:sequenceFlow id="Flow_0pwc6ss" sourceRef="Gateway_1xrfg8s" targetRef="Event_1qk0lpm" />
|
|
110
|
+
<bpmn:sequenceFlow id="Flow_183610w" sourceRef="Event_1hwnkam" targetRef="Gateway_1xrfg8s" />
|
|
111
|
+
<bpmn:sequenceFlow id="Flow_06q78ca" sourceRef="Event_0gkhgm2" targetRef="Gateway_0xwckia" />
|
|
112
|
+
<bpmn:sequenceFlow id="Flow_0b3t425" sourceRef="Event_11yyzs2" targetRef="Gateway_06glbwq" />
|
|
113
|
+
<bpmn:sequenceFlow id="Flow_0q12jtq" sourceRef="Gateway_0xjp0s2" targetRef="Event_1yin7cy" />
|
|
114
|
+
<bpmn:sequenceFlow id="Flow_1jfh620" sourceRef="Gateway_0xjp0s2" targetRef="Event_1gq73x8" />
|
|
115
|
+
<bpmn:sequenceFlow id="Flow_1ornwys" sourceRef="Gateway_18w8fj7" targetRef="Event_11yyzs2" />
|
|
116
|
+
<bpmn:sequenceFlow id="Flow_14t89k3" sourceRef="Gateway_18w8fj7" targetRef="Gateway_0xjp0s2" />
|
|
117
|
+
<bpmn:sequenceFlow id="Flow_0fof165" sourceRef="Gateway_18w8fj7" targetRef="Event_0gkhgm2" />
|
|
118
|
+
<bpmn:sequenceFlow id="Flow_08gk8nd" sourceRef="Gateway_0q675kq" targetRef="Gateway_18w8fj7" />
|
|
119
|
+
<bpmn:sequenceFlow id="Flow_1igaur2" sourceRef="Gateway_0q675kq" targetRef="Activity_1ecomc2" />
|
|
120
|
+
<bpmn:sequenceFlow id="Flow_0l31b7l" sourceRef="Gateway_1xrfg8s" targetRef="Gateway_0q675kq" />
|
|
121
|
+
<bpmn:boundaryEvent id="Event_1i80vbg" name="60 sec" attachedToRef="Activity_0aw9cfm">
|
|
122
|
+
<bpmn:outgoing>Flow_073tyql</bpmn:outgoing>
|
|
123
|
+
<bpmn:timerEventDefinition id="TimerEventDefinition_1mmaslo">
|
|
124
|
+
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT60S</bpmn:timeDuration>
|
|
125
|
+
</bpmn:timerEventDefinition>
|
|
126
|
+
</bpmn:boundaryEvent>
|
|
127
|
+
<bpmn:boundaryEvent id="Event_0svso2z" zeebe:modelerTemplate="io.camunda.connectors.http.Polling.Boundary" zeebe:modelerTemplateVersion="4" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg==" attachedToRef="Activity_0aw9cfm">
|
|
128
|
+
<bpmn:extensionElements>
|
|
129
|
+
<zeebe:properties>
|
|
130
|
+
<zeebe:property name="inbound.type" value="io.camunda:http-polling:1" />
|
|
131
|
+
<zeebe:property name="authentication.type" value="noAuth" />
|
|
132
|
+
<zeebe:property name="method" value="GET" />
|
|
133
|
+
<zeebe:property name="url" value="=requestURL+"polling-boundary"" />
|
|
134
|
+
<zeebe:property name="httpRequestInterval" value="PT50S" />
|
|
135
|
+
<zeebe:property name="processPollingInterval" value="PT5S" />
|
|
136
|
+
<zeebe:property name="connectionTimeoutInSeconds" value="20" />
|
|
137
|
+
<zeebe:property name="readTimeoutInSeconds" value="20" />
|
|
138
|
+
<zeebe:property name="correlationKeyExpression" value="="test"" />
|
|
139
|
+
<zeebe:property name="resultVariable" value="" />
|
|
140
|
+
<zeebe:property name="resultExpression" value="" />
|
|
141
|
+
</zeebe:properties>
|
|
142
|
+
</bpmn:extensionElements>
|
|
143
|
+
<bpmn:outgoing>Flow_0ll99rh</bpmn:outgoing>
|
|
144
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_0tm0jsm" messageRef="Message_0pbynll" />
|
|
145
|
+
</bpmn:boundaryEvent>
|
|
146
|
+
<bpmn:subProcess id="Activity_1mn6bx5" name="Authenticatiopn">
|
|
147
|
+
<bpmn:incoming>Flow_0nt4a36</bpmn:incoming>
|
|
148
|
+
<bpmn:outgoing>Flow_1jdsltn</bpmn:outgoing>
|
|
149
|
+
<bpmn:parallelGateway id="Gateway_1xiw3eu">
|
|
150
|
+
<bpmn:incoming>Flow_0xyz6u8</bpmn:incoming>
|
|
151
|
+
<bpmn:incoming>Flow_1ijtmh5</bpmn:incoming>
|
|
152
|
+
<bpmn:incoming>Flow_0qf8wjv</bpmn:incoming>
|
|
153
|
+
<bpmn:incoming>Flow_1icik60</bpmn:incoming>
|
|
154
|
+
<bpmn:outgoing>Flow_0ghd8cg</bpmn:outgoing>
|
|
155
|
+
</bpmn:parallelGateway>
|
|
156
|
+
<bpmn:endEvent id="Event_04rh11a">
|
|
157
|
+
<bpmn:incoming>Flow_0ghd8cg</bpmn:incoming>
|
|
158
|
+
</bpmn:endEvent>
|
|
159
|
+
<bpmn:parallelGateway id="Gateway_1mzbtdd">
|
|
160
|
+
<bpmn:incoming>Flow_155buvp</bpmn:incoming>
|
|
161
|
+
<bpmn:outgoing>Flow_0b15uk9</bpmn:outgoing>
|
|
162
|
+
<bpmn:outgoing>Flow_1g2d862</bpmn:outgoing>
|
|
163
|
+
<bpmn:outgoing>Flow_164c6qs</bpmn:outgoing>
|
|
164
|
+
<bpmn:outgoing>Flow_01qods3</bpmn:outgoing>
|
|
165
|
+
</bpmn:parallelGateway>
|
|
166
|
+
<bpmn:startEvent id="Event_0b2gpzt">
|
|
167
|
+
<bpmn:outgoing>Flow_155buvp</bpmn:outgoing>
|
|
168
|
+
</bpmn:startEvent>
|
|
169
|
+
<bpmn:intermediateCatchEvent id="Event_10lz4w6" name="apikey" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
170
|
+
<bpmn:extensionElements>
|
|
171
|
+
<zeebe:properties>
|
|
172
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
173
|
+
<zeebe:property name="inbound.method" value="get" />
|
|
174
|
+
<zeebe:property name="inbound.context" value="apikey" />
|
|
175
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
176
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
177
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
178
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
179
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
180
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
181
|
+
<zeebe:property name="resultVariable" value="resultAPIKey" />
|
|
182
|
+
<zeebe:property name="resultExpression" value="" />
|
|
183
|
+
</zeebe:properties>
|
|
184
|
+
</bpmn:extensionElements>
|
|
185
|
+
<bpmn:incoming>Flow_164c6qs</bpmn:incoming>
|
|
186
|
+
<bpmn:outgoing>Flow_0qf8wjv</bpmn:outgoing>
|
|
187
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_0nmlnna" messageRef="Message_0pmu93w" />
|
|
188
|
+
</bpmn:intermediateCatchEvent>
|
|
189
|
+
<bpmn:intermediateCatchEvent id="Event_0upz0te" name="bearer" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
190
|
+
<bpmn:extensionElements>
|
|
191
|
+
<zeebe:properties>
|
|
192
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
193
|
+
<zeebe:property name="inbound.method" value="get" />
|
|
194
|
+
<zeebe:property name="inbound.context" value="bearer" />
|
|
195
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
196
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
197
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
198
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
199
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
200
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
201
|
+
<zeebe:property name="resultVariable" value="resultBEARER" />
|
|
202
|
+
<zeebe:property name="resultExpression" value="" />
|
|
203
|
+
</zeebe:properties>
|
|
204
|
+
</bpmn:extensionElements>
|
|
205
|
+
<bpmn:incoming>Flow_01qods3</bpmn:incoming>
|
|
206
|
+
<bpmn:outgoing>Flow_1icik60</bpmn:outgoing>
|
|
207
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_0m2xswo" messageRef="Message_1s5095f" />
|
|
208
|
+
</bpmn:intermediateCatchEvent>
|
|
209
|
+
<bpmn:intermediateCatchEvent id="Event_18z7qs1" name="basic" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
210
|
+
<bpmn:extensionElements>
|
|
211
|
+
<zeebe:properties>
|
|
212
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
213
|
+
<zeebe:property name="inbound.method" value="get" />
|
|
214
|
+
<zeebe:property name="inbound.context" value="basic" />
|
|
215
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
216
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
217
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
218
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
219
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
220
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
221
|
+
<zeebe:property name="resultVariable" value="resultBASIC" />
|
|
222
|
+
<zeebe:property name="resultExpression" value="" />
|
|
223
|
+
</zeebe:properties>
|
|
224
|
+
</bpmn:extensionElements>
|
|
225
|
+
<bpmn:incoming>Flow_1g2d862</bpmn:incoming>
|
|
226
|
+
<bpmn:outgoing>Flow_1ijtmh5</bpmn:outgoing>
|
|
227
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_02vjk96" messageRef="Message_0qz62wd" />
|
|
228
|
+
</bpmn:intermediateCatchEvent>
|
|
229
|
+
<bpmn:intermediateCatchEvent id="Event_1rzxo41" name="none" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
230
|
+
<bpmn:extensionElements>
|
|
231
|
+
<zeebe:properties>
|
|
232
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
233
|
+
<zeebe:property name="inbound.method" value="get" />
|
|
234
|
+
<zeebe:property name="inbound.context" value="none" />
|
|
235
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
236
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
237
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
238
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
239
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
240
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
241
|
+
<zeebe:property name="resultVariable" value="resultNONE" />
|
|
242
|
+
<zeebe:property name="resultExpression" value="" />
|
|
243
|
+
</zeebe:properties>
|
|
244
|
+
</bpmn:extensionElements>
|
|
245
|
+
<bpmn:incoming>Flow_0b15uk9</bpmn:incoming>
|
|
246
|
+
<bpmn:outgoing>Flow_0xyz6u8</bpmn:outgoing>
|
|
247
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_0e0sjxl" messageRef="Message_0p8wqyu" />
|
|
248
|
+
</bpmn:intermediateCatchEvent>
|
|
249
|
+
<bpmn:sequenceFlow id="Flow_0xyz6u8" sourceRef="Event_1rzxo41" targetRef="Gateway_1xiw3eu" />
|
|
250
|
+
<bpmn:sequenceFlow id="Flow_1ijtmh5" sourceRef="Event_18z7qs1" targetRef="Gateway_1xiw3eu" />
|
|
251
|
+
<bpmn:sequenceFlow id="Flow_0qf8wjv" sourceRef="Event_10lz4w6" targetRef="Gateway_1xiw3eu" />
|
|
252
|
+
<bpmn:sequenceFlow id="Flow_1icik60" sourceRef="Event_0upz0te" targetRef="Gateway_1xiw3eu" />
|
|
253
|
+
<bpmn:sequenceFlow id="Flow_0ghd8cg" sourceRef="Gateway_1xiw3eu" targetRef="Event_04rh11a" />
|
|
254
|
+
<bpmn:sequenceFlow id="Flow_155buvp" sourceRef="Event_0b2gpzt" targetRef="Gateway_1mzbtdd" />
|
|
255
|
+
<bpmn:sequenceFlow id="Flow_0b15uk9" sourceRef="Gateway_1mzbtdd" targetRef="Event_1rzxo41" />
|
|
256
|
+
<bpmn:sequenceFlow id="Flow_1g2d862" sourceRef="Gateway_1mzbtdd" targetRef="Event_18z7qs1" />
|
|
257
|
+
<bpmn:sequenceFlow id="Flow_164c6qs" sourceRef="Gateway_1mzbtdd" targetRef="Event_10lz4w6" />
|
|
258
|
+
<bpmn:sequenceFlow id="Flow_01qods3" sourceRef="Gateway_1mzbtdd" targetRef="Event_0upz0te" />
|
|
259
|
+
</bpmn:subProcess>
|
|
260
|
+
<bpmn:subProcess id="Activity_0clxbib" name="Authentication">
|
|
261
|
+
<bpmn:incoming>Flow_0ief2uo</bpmn:incoming>
|
|
262
|
+
<bpmn:outgoing>Flow_1uuy2z2</bpmn:outgoing>
|
|
263
|
+
<bpmn:serviceTask id="Activity_1e25tyk" name="None" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
264
|
+
<bpmn:extensionElements>
|
|
265
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
266
|
+
<zeebe:ioMapping>
|
|
267
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
268
|
+
<zeebe:input source="GET" target="method" />
|
|
269
|
+
<zeebe:input source="=requestURL+"none"" target="url" />
|
|
270
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
271
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
272
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
273
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
274
|
+
</zeebe:ioMapping>
|
|
275
|
+
<zeebe:taskHeaders>
|
|
276
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
277
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
278
|
+
<zeebe:header key="resultVariable" value="authNone" />
|
|
279
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
280
|
+
</zeebe:taskHeaders>
|
|
281
|
+
</bpmn:extensionElements>
|
|
282
|
+
<bpmn:incoming>Flow_1jix0hw</bpmn:incoming>
|
|
283
|
+
<bpmn:outgoing>Flow_0ehi7oo</bpmn:outgoing>
|
|
284
|
+
</bpmn:serviceTask>
|
|
285
|
+
<bpmn:serviceTask id="Activity_0jwotk0" name="Basic" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
286
|
+
<bpmn:extensionElements>
|
|
287
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
288
|
+
<zeebe:ioMapping type="io.camunda:http-json:1">
|
|
289
|
+
<zeebe:input source="basic" target="authentication.type" />
|
|
290
|
+
<zeebe:input source="NameOfUser" target="authentication.username" />
|
|
291
|
+
<zeebe:input source="WordOfPass" target="authentication.password" />
|
|
292
|
+
<zeebe:input source="GET" target="method" />
|
|
293
|
+
<zeebe:input source="=requestURL+"basic"" target="url" />
|
|
294
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
295
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
296
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
297
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
298
|
+
</zeebe:ioMapping>
|
|
299
|
+
<zeebe:taskHeaders>
|
|
300
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
301
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
302
|
+
<zeebe:header key="resultVariable" value="authBasic" />
|
|
303
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
304
|
+
</zeebe:taskHeaders>
|
|
305
|
+
</bpmn:extensionElements>
|
|
306
|
+
<bpmn:incoming>Flow_1dj150j</bpmn:incoming>
|
|
307
|
+
<bpmn:outgoing>Flow_1nogf5b</bpmn:outgoing>
|
|
308
|
+
</bpmn:serviceTask>
|
|
309
|
+
<bpmn:serviceTask id="Activity_00c3u2z" name="Bearer" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
310
|
+
<bpmn:extensionElements>
|
|
311
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
312
|
+
<zeebe:ioMapping>
|
|
313
|
+
<zeebe:input source="bearer" target="authentication.type" />
|
|
314
|
+
<zeebe:input source="TokenOfBearer" target="authentication.token" />
|
|
315
|
+
<zeebe:input source="GET" target="method" />
|
|
316
|
+
<zeebe:input source="=requestURL+"bearer"" target="url" />
|
|
317
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
318
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
319
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
320
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
321
|
+
</zeebe:ioMapping>
|
|
322
|
+
<zeebe:taskHeaders>
|
|
323
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
324
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
325
|
+
<zeebe:header key="resultVariable" value="authBearer" />
|
|
326
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
327
|
+
</zeebe:taskHeaders>
|
|
328
|
+
</bpmn:extensionElements>
|
|
329
|
+
<bpmn:incoming>Flow_0ehi7oo</bpmn:incoming>
|
|
330
|
+
<bpmn:outgoing>Flow_0jx0s1p</bpmn:outgoing>
|
|
331
|
+
</bpmn:serviceTask>
|
|
332
|
+
<bpmn:serviceTask id="Activity_1h16jhr" name="API Key" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
333
|
+
<bpmn:extensionElements>
|
|
334
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
335
|
+
<zeebe:ioMapping>
|
|
336
|
+
<zeebe:input source="apiKey" target="authentication.type" />
|
|
337
|
+
<zeebe:input source="headers" target="authentication.apiKeyLocation" />
|
|
338
|
+
<zeebe:input source="NameOfKey" target="authentication.name" />
|
|
339
|
+
<zeebe:input source="ValueOfKey" target="authentication.value" />
|
|
340
|
+
<zeebe:input source="GET" target="method" />
|
|
341
|
+
<zeebe:input source="=requestURL+"apikey"" target="url" />
|
|
342
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
343
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
344
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
345
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
346
|
+
</zeebe:ioMapping>
|
|
347
|
+
<zeebe:taskHeaders>
|
|
348
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
349
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
350
|
+
<zeebe:header key="resultVariable" value="authAPIKey" />
|
|
351
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
352
|
+
</zeebe:taskHeaders>
|
|
353
|
+
</bpmn:extensionElements>
|
|
354
|
+
<bpmn:incoming>Flow_1nogf5b</bpmn:incoming>
|
|
355
|
+
<bpmn:outgoing>Flow_0ufqpse</bpmn:outgoing>
|
|
356
|
+
</bpmn:serviceTask>
|
|
357
|
+
<bpmn:startEvent id="Event_1t5e5nv">
|
|
358
|
+
<bpmn:outgoing>Flow_0i4mp6m</bpmn:outgoing>
|
|
359
|
+
</bpmn:startEvent>
|
|
360
|
+
<bpmn:sequenceFlow id="Flow_0i4mp6m" sourceRef="Event_1t5e5nv" targetRef="Gateway_18rc86y" />
|
|
361
|
+
<bpmn:parallelGateway id="Gateway_18rc86y">
|
|
362
|
+
<bpmn:incoming>Flow_0i4mp6m</bpmn:incoming>
|
|
363
|
+
<bpmn:outgoing>Flow_1jix0hw</bpmn:outgoing>
|
|
364
|
+
<bpmn:outgoing>Flow_1dj150j</bpmn:outgoing>
|
|
365
|
+
</bpmn:parallelGateway>
|
|
366
|
+
<bpmn:sequenceFlow id="Flow_1jix0hw" sourceRef="Gateway_18rc86y" targetRef="Activity_1e25tyk" />
|
|
367
|
+
<bpmn:sequenceFlow id="Flow_0ehi7oo" sourceRef="Activity_1e25tyk" targetRef="Activity_00c3u2z" />
|
|
368
|
+
<bpmn:sequenceFlow id="Flow_0jx0s1p" sourceRef="Activity_00c3u2z" targetRef="Gateway_05r5m60" />
|
|
369
|
+
<bpmn:parallelGateway id="Gateway_05r5m60">
|
|
370
|
+
<bpmn:incoming>Flow_0jx0s1p</bpmn:incoming>
|
|
371
|
+
<bpmn:incoming>Flow_0ufqpse</bpmn:incoming>
|
|
372
|
+
<bpmn:outgoing>Flow_1o0hbo5</bpmn:outgoing>
|
|
373
|
+
</bpmn:parallelGateway>
|
|
374
|
+
<bpmn:sequenceFlow id="Flow_1dj150j" sourceRef="Gateway_18rc86y" targetRef="Activity_0jwotk0" />
|
|
375
|
+
<bpmn:sequenceFlow id="Flow_1nogf5b" sourceRef="Activity_0jwotk0" targetRef="Activity_1h16jhr" />
|
|
376
|
+
<bpmn:sequenceFlow id="Flow_0ufqpse" sourceRef="Activity_1h16jhr" targetRef="Gateway_05r5m60" />
|
|
377
|
+
<bpmn:endEvent id="Event_0v4dtur">
|
|
378
|
+
<bpmn:incoming>Flow_1o0hbo5</bpmn:incoming>
|
|
379
|
+
</bpmn:endEvent>
|
|
380
|
+
<bpmn:sequenceFlow id="Flow_1o0hbo5" sourceRef="Gateway_05r5m60" targetRef="Event_0v4dtur" />
|
|
381
|
+
</bpmn:subProcess>
|
|
382
|
+
<bpmn:subProcess id="Activity_1ecomc2" name="Methods">
|
|
383
|
+
<bpmn:incoming>Flow_1igaur2</bpmn:incoming>
|
|
384
|
+
<bpmn:outgoing>Flow_117197c</bpmn:outgoing>
|
|
385
|
+
<bpmn:startEvent id="Event_1xpf9xb">
|
|
386
|
+
<bpmn:outgoing>Flow_1fg4jpq</bpmn:outgoing>
|
|
387
|
+
</bpmn:startEvent>
|
|
388
|
+
<bpmn:parallelGateway id="Gateway_0u42jpg">
|
|
389
|
+
<bpmn:incoming>Flow_1nv3kbf</bpmn:incoming>
|
|
390
|
+
<bpmn:incoming>Flow_0n40iug</bpmn:incoming>
|
|
391
|
+
<bpmn:incoming>Flow_07yugbu</bpmn:incoming>
|
|
392
|
+
<bpmn:incoming>Flow_1qykcbp</bpmn:incoming>
|
|
393
|
+
<bpmn:incoming>Flow_0stb1mw</bpmn:incoming>
|
|
394
|
+
<bpmn:outgoing>Flow_18iuv53</bpmn:outgoing>
|
|
395
|
+
</bpmn:parallelGateway>
|
|
396
|
+
<bpmn:endEvent id="Event_0hudj88">
|
|
397
|
+
<bpmn:incoming>Flow_18iuv53</bpmn:incoming>
|
|
398
|
+
</bpmn:endEvent>
|
|
399
|
+
<bpmn:sequenceFlow id="Flow_1fg4jpq" sourceRef="Event_1xpf9xb" targetRef="Gateway_1beudb4" />
|
|
400
|
+
<bpmn:parallelGateway id="Gateway_1beudb4">
|
|
401
|
+
<bpmn:incoming>Flow_1fg4jpq</bpmn:incoming>
|
|
402
|
+
<bpmn:outgoing>Flow_0fnkzuw</bpmn:outgoing>
|
|
403
|
+
<bpmn:outgoing>Flow_0p427ii</bpmn:outgoing>
|
|
404
|
+
<bpmn:outgoing>Flow_13l7gjy</bpmn:outgoing>
|
|
405
|
+
<bpmn:outgoing>Flow_1ksczbw</bpmn:outgoing>
|
|
406
|
+
<bpmn:outgoing>Flow_1k4fe1r</bpmn:outgoing>
|
|
407
|
+
</bpmn:parallelGateway>
|
|
408
|
+
<bpmn:sequenceFlow id="Flow_18iuv53" sourceRef="Gateway_0u42jpg" targetRef="Event_0hudj88" />
|
|
409
|
+
<bpmn:intermediateCatchEvent id="Event_07dmyt1" name="GET" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
410
|
+
<bpmn:extensionElements>
|
|
411
|
+
<zeebe:properties>
|
|
412
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
413
|
+
<zeebe:property name="inbound.method" value="get" />
|
|
414
|
+
<zeebe:property name="inbound.context" value="get" />
|
|
415
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
416
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
417
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
418
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
419
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
420
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
421
|
+
<zeebe:property name="resultVariable" value="resultGET" />
|
|
422
|
+
<zeebe:property name="resultExpression" value="" />
|
|
423
|
+
</zeebe:properties>
|
|
424
|
+
</bpmn:extensionElements>
|
|
425
|
+
<bpmn:incoming>Flow_0fnkzuw</bpmn:incoming>
|
|
426
|
+
<bpmn:outgoing>Flow_1nv3kbf</bpmn:outgoing>
|
|
427
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_1q2twyu" messageRef="Message_1h2ro8d" />
|
|
428
|
+
</bpmn:intermediateCatchEvent>
|
|
429
|
+
<bpmn:intermediateCatchEvent id="Event_0lunm3v" name="POST" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
430
|
+
<bpmn:extensionElements>
|
|
431
|
+
<zeebe:properties>
|
|
432
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
433
|
+
<zeebe:property name="inbound.method" value="post" />
|
|
434
|
+
<zeebe:property name="inbound.context" value="post" />
|
|
435
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
436
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
437
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
438
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
439
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
440
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
441
|
+
<zeebe:property name="resultVariable" value="resultPOST" />
|
|
442
|
+
<zeebe:property name="resultExpression" value="" />
|
|
443
|
+
</zeebe:properties>
|
|
444
|
+
</bpmn:extensionElements>
|
|
445
|
+
<bpmn:incoming>Flow_0p427ii</bpmn:incoming>
|
|
446
|
+
<bpmn:outgoing>Flow_0n40iug</bpmn:outgoing>
|
|
447
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_16zos1v" messageRef="Message_10s6j3u" />
|
|
448
|
+
</bpmn:intermediateCatchEvent>
|
|
449
|
+
<bpmn:intermediateCatchEvent id="Event_1gpkeg2" name="PUT" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
450
|
+
<bpmn:extensionElements>
|
|
451
|
+
<zeebe:properties>
|
|
452
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
453
|
+
<zeebe:property name="inbound.method" value="put" />
|
|
454
|
+
<zeebe:property name="inbound.context" value="put" />
|
|
455
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
456
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
457
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
458
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
459
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
460
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
461
|
+
<zeebe:property name="resultVariable" value="resultPUT" />
|
|
462
|
+
<zeebe:property name="resultExpression" value="" />
|
|
463
|
+
</zeebe:properties>
|
|
464
|
+
</bpmn:extensionElements>
|
|
465
|
+
<bpmn:incoming>Flow_13l7gjy</bpmn:incoming>
|
|
466
|
+
<bpmn:outgoing>Flow_07yugbu</bpmn:outgoing>
|
|
467
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_1hfe5er" messageRef="Message_13fnatz" />
|
|
468
|
+
</bpmn:intermediateCatchEvent>
|
|
469
|
+
<bpmn:intermediateCatchEvent id="Event_17pm8jk" name="DELETE" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
470
|
+
<bpmn:extensionElements>
|
|
471
|
+
<zeebe:properties>
|
|
472
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
473
|
+
<zeebe:property name="inbound.method" value="delete" />
|
|
474
|
+
<zeebe:property name="inbound.context" value="delete" />
|
|
475
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
476
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
477
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
478
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
479
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
480
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
481
|
+
<zeebe:property name="resultVariable" value="resultDELETE" />
|
|
482
|
+
<zeebe:property name="resultExpression" value="" />
|
|
483
|
+
</zeebe:properties>
|
|
484
|
+
</bpmn:extensionElements>
|
|
485
|
+
<bpmn:incoming>Flow_1ksczbw</bpmn:incoming>
|
|
486
|
+
<bpmn:outgoing>Flow_1qykcbp</bpmn:outgoing>
|
|
487
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_19lo42h" messageRef="Message_0m9fasy" />
|
|
488
|
+
</bpmn:intermediateCatchEvent>
|
|
489
|
+
<bpmn:sequenceFlow id="Flow_0fnkzuw" sourceRef="Gateway_1beudb4" targetRef="Event_07dmyt1" />
|
|
490
|
+
<bpmn:sequenceFlow id="Flow_0p427ii" sourceRef="Gateway_1beudb4" targetRef="Event_0lunm3v" />
|
|
491
|
+
<bpmn:sequenceFlow id="Flow_13l7gjy" sourceRef="Gateway_1beudb4" targetRef="Event_1gpkeg2" />
|
|
492
|
+
<bpmn:sequenceFlow id="Flow_1ksczbw" sourceRef="Gateway_1beudb4" targetRef="Event_17pm8jk" />
|
|
493
|
+
<bpmn:sequenceFlow id="Flow_1nv3kbf" sourceRef="Event_07dmyt1" targetRef="Gateway_0u42jpg" />
|
|
494
|
+
<bpmn:sequenceFlow id="Flow_0n40iug" sourceRef="Event_0lunm3v" targetRef="Gateway_0u42jpg" />
|
|
495
|
+
<bpmn:sequenceFlow id="Flow_07yugbu" sourceRef="Event_1gpkeg2" targetRef="Gateway_0u42jpg" />
|
|
496
|
+
<bpmn:sequenceFlow id="Flow_1qykcbp" sourceRef="Event_17pm8jk" targetRef="Gateway_0u42jpg" />
|
|
497
|
+
<bpmn:intermediateCatchEvent id="Event_03m5ov5" name="Any" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
498
|
+
<bpmn:extensionElements>
|
|
499
|
+
<zeebe:properties values="[object Object]" modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" modelerTemplateVersion="10">
|
|
500
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
501
|
+
<zeebe:property name="inbound.method" value="any" />
|
|
502
|
+
<zeebe:property name="inbound.context" value="patch" />
|
|
503
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
504
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
505
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
506
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
507
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
508
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
509
|
+
<zeebe:property name="resultVariable" value="resultPATCH" />
|
|
510
|
+
<zeebe:property name="resultExpression" value="" />
|
|
511
|
+
</zeebe:properties>
|
|
512
|
+
</bpmn:extensionElements>
|
|
513
|
+
<bpmn:incoming>Flow_1k4fe1r</bpmn:incoming>
|
|
514
|
+
<bpmn:outgoing>Flow_0stb1mw</bpmn:outgoing>
|
|
515
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_07byat8" messageRef="Message_0bd10hu" />
|
|
516
|
+
</bpmn:intermediateCatchEvent>
|
|
517
|
+
<bpmn:sequenceFlow id="Flow_1k4fe1r" sourceRef="Gateway_1beudb4" targetRef="Event_03m5ov5" />
|
|
518
|
+
<bpmn:sequenceFlow id="Flow_0stb1mw" sourceRef="Event_03m5ov5" targetRef="Gateway_0u42jpg" />
|
|
519
|
+
</bpmn:subProcess>
|
|
520
|
+
<bpmn:subProcess id="Activity_07cg2ex" name="Methods">
|
|
521
|
+
<bpmn:incoming>Flow_0zmecup</bpmn:incoming>
|
|
522
|
+
<bpmn:outgoing>Flow_019l4dp</bpmn:outgoing>
|
|
523
|
+
<bpmn:serviceTask id="Activity_0srn0vq" name="POST" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
524
|
+
<bpmn:extensionElements>
|
|
525
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
526
|
+
<zeebe:ioMapping>
|
|
527
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
528
|
+
<zeebe:input source="POST" target="method" />
|
|
529
|
+
<zeebe:input source="=requestURL+"post"" target="url" />
|
|
530
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
531
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
532
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
533
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
534
|
+
</zeebe:ioMapping>
|
|
535
|
+
<zeebe:taskHeaders>
|
|
536
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
537
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
538
|
+
<zeebe:header key="resultVariable" value="POST" />
|
|
539
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
540
|
+
</zeebe:taskHeaders>
|
|
541
|
+
</bpmn:extensionElements>
|
|
542
|
+
<bpmn:incoming>Flow_0b2qjux</bpmn:incoming>
|
|
543
|
+
<bpmn:outgoing>Flow_0hl6xok</bpmn:outgoing>
|
|
544
|
+
</bpmn:serviceTask>
|
|
545
|
+
<bpmn:serviceTask id="Activity_10kigs3" name="DELETE" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
546
|
+
<bpmn:extensionElements>
|
|
547
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
548
|
+
<zeebe:ioMapping>
|
|
549
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
550
|
+
<zeebe:input source="DELETE" target="method" />
|
|
551
|
+
<zeebe:input source="=requestURL+"delete"" target="url" />
|
|
552
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
553
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
554
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
555
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
556
|
+
</zeebe:ioMapping>
|
|
557
|
+
<zeebe:taskHeaders>
|
|
558
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
559
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
560
|
+
<zeebe:header key="resultVariable" value="DELETE" />
|
|
561
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
562
|
+
</zeebe:taskHeaders>
|
|
563
|
+
</bpmn:extensionElements>
|
|
564
|
+
<bpmn:incoming>Flow_0hl6xok</bpmn:incoming>
|
|
565
|
+
<bpmn:outgoing>Flow_1qsz398</bpmn:outgoing>
|
|
566
|
+
</bpmn:serviceTask>
|
|
567
|
+
<bpmn:serviceTask id="Activity_0qn4ejt" name="PATCH" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
568
|
+
<bpmn:extensionElements>
|
|
569
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
570
|
+
<zeebe:ioMapping>
|
|
571
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
572
|
+
<zeebe:input source="PATCH" target="method" />
|
|
573
|
+
<zeebe:input source="=requestURL+"patch"" target="url" />
|
|
574
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
575
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
576
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
577
|
+
<zeebe:input source="={"method":"patch"}" target="body" />
|
|
578
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
579
|
+
</zeebe:ioMapping>
|
|
580
|
+
<zeebe:taskHeaders>
|
|
581
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
582
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
583
|
+
<zeebe:header key="resultVariable" value="PATCH" />
|
|
584
|
+
<zeebe:header key="errorExpression" value="=if error != null then bpmnError( "ERROR", "", {status: status+error} ) else null" />
|
|
585
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
586
|
+
</zeebe:taskHeaders>
|
|
587
|
+
</bpmn:extensionElements>
|
|
588
|
+
<bpmn:incoming>Flow_1vjw4j8</bpmn:incoming>
|
|
589
|
+
<bpmn:outgoing>Flow_0jz4bfc</bpmn:outgoing>
|
|
590
|
+
</bpmn:serviceTask>
|
|
591
|
+
<bpmn:serviceTask id="Activity_0ces05q" name="PUT" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
592
|
+
<bpmn:extensionElements>
|
|
593
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
594
|
+
<zeebe:ioMapping>
|
|
595
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
596
|
+
<zeebe:input source="PUT" target="method" />
|
|
597
|
+
<zeebe:input source="=requestURL+"put"" target="url" />
|
|
598
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
599
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
600
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
601
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
602
|
+
</zeebe:ioMapping>
|
|
603
|
+
<zeebe:taskHeaders>
|
|
604
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
605
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
606
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
607
|
+
</zeebe:taskHeaders>
|
|
608
|
+
</bpmn:extensionElements>
|
|
609
|
+
<bpmn:incoming>Flow_1qsz398</bpmn:incoming>
|
|
610
|
+
<bpmn:outgoing>Flow_11h2dzk</bpmn:outgoing>
|
|
611
|
+
</bpmn:serviceTask>
|
|
612
|
+
<bpmn:startEvent id="Event_1ykpoz6">
|
|
613
|
+
<bpmn:outgoing>Flow_0518t79</bpmn:outgoing>
|
|
614
|
+
</bpmn:startEvent>
|
|
615
|
+
<bpmn:sequenceFlow id="Flow_0518t79" sourceRef="Event_1ykpoz6" targetRef="Gateway_0iy1pmv" />
|
|
616
|
+
<bpmn:parallelGateway id="Gateway_0iy1pmv">
|
|
617
|
+
<bpmn:incoming>Flow_0518t79</bpmn:incoming>
|
|
618
|
+
<bpmn:outgoing>Flow_1y1vvb9</bpmn:outgoing>
|
|
619
|
+
<bpmn:outgoing>Flow_1vjw4j8</bpmn:outgoing>
|
|
620
|
+
<bpmn:outgoing>Flow_0gz5jyx</bpmn:outgoing>
|
|
621
|
+
</bpmn:parallelGateway>
|
|
622
|
+
<bpmn:sequenceFlow id="Flow_1y1vvb9" sourceRef="Gateway_0iy1pmv" targetRef="Activity_04377wv" />
|
|
623
|
+
<bpmn:sequenceFlow id="Flow_1vjw4j8" sourceRef="Gateway_0iy1pmv" targetRef="Activity_0qn4ejt" />
|
|
624
|
+
<bpmn:sequenceFlow id="Flow_0hl6xok" sourceRef="Activity_0srn0vq" targetRef="Activity_10kigs3" />
|
|
625
|
+
<bpmn:sequenceFlow id="Flow_1qsz398" sourceRef="Activity_10kigs3" targetRef="Activity_0ces05q" />
|
|
626
|
+
<bpmn:parallelGateway id="Gateway_02kj8an">
|
|
627
|
+
<bpmn:incoming>Flow_11h2dzk</bpmn:incoming>
|
|
628
|
+
<bpmn:incoming>Flow_0cyh9yl</bpmn:incoming>
|
|
629
|
+
<bpmn:outgoing>Flow_1x0f840</bpmn:outgoing>
|
|
630
|
+
</bpmn:parallelGateway>
|
|
631
|
+
<bpmn:sequenceFlow id="Flow_11h2dzk" sourceRef="Activity_0ces05q" targetRef="Gateway_02kj8an" />
|
|
632
|
+
<bpmn:endEvent id="Event_1ccycp9">
|
|
633
|
+
<bpmn:incoming>Flow_1x0f840</bpmn:incoming>
|
|
634
|
+
</bpmn:endEvent>
|
|
635
|
+
<bpmn:sequenceFlow id="Flow_1x0f840" sourceRef="Gateway_02kj8an" targetRef="Event_1ccycp9" />
|
|
636
|
+
<bpmn:serviceTask id="Activity_1c0h0mp" name="ignore null" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
637
|
+
<bpmn:extensionElements>
|
|
638
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
639
|
+
<zeebe:ioMapping>
|
|
640
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
641
|
+
<zeebe:input source="POST" target="method" />
|
|
642
|
+
<zeebe:input source="=requestURL+"withoutnullvalue"" target="url" />
|
|
643
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
644
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
645
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
646
|
+
<zeebe:input source="={"method":"POST", "isnull":null}" target="body" />
|
|
647
|
+
<zeebe:input source="=true" target="ignoreNullValues" />
|
|
648
|
+
</zeebe:ioMapping>
|
|
649
|
+
<zeebe:taskHeaders>
|
|
650
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
651
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
652
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
653
|
+
</zeebe:taskHeaders>
|
|
654
|
+
</bpmn:extensionElements>
|
|
655
|
+
<bpmn:incoming>Flow_0vlydjv</bpmn:incoming>
|
|
656
|
+
<bpmn:outgoing>Flow_0vrjgnn</bpmn:outgoing>
|
|
657
|
+
</bpmn:serviceTask>
|
|
658
|
+
<bpmn:serviceTask id="Activity_14ru3p2" name="send null" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
659
|
+
<bpmn:extensionElements>
|
|
660
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
661
|
+
<zeebe:ioMapping>
|
|
662
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
663
|
+
<zeebe:input source="POST" target="method" />
|
|
664
|
+
<zeebe:input source="=requestURL+"nullvalue"" target="url" />
|
|
665
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
666
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
667
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
668
|
+
<zeebe:input source="={"method":"POST", "isnull":null}" target="body" />
|
|
669
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
670
|
+
</zeebe:ioMapping>
|
|
671
|
+
<zeebe:taskHeaders>
|
|
672
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
673
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
674
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
675
|
+
</zeebe:taskHeaders>
|
|
676
|
+
</bpmn:extensionElements>
|
|
677
|
+
<bpmn:incoming>Flow_0v1637d</bpmn:incoming>
|
|
678
|
+
<bpmn:outgoing>Flow_1fdgrnu</bpmn:outgoing>
|
|
679
|
+
</bpmn:serviceTask>
|
|
680
|
+
<bpmn:serviceTask id="Activity_04377wv" name="GET" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
681
|
+
<bpmn:extensionElements>
|
|
682
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
683
|
+
<zeebe:ioMapping>
|
|
684
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
685
|
+
<zeebe:input source="GET" target="method" />
|
|
686
|
+
<zeebe:input source="=requestURL+"get"" target="url" />
|
|
687
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
688
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
689
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
690
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
691
|
+
</zeebe:ioMapping>
|
|
692
|
+
<zeebe:taskHeaders>
|
|
693
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
694
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
695
|
+
<zeebe:header key="resultVariable" value="GET" />
|
|
696
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
697
|
+
</zeebe:taskHeaders>
|
|
698
|
+
</bpmn:extensionElements>
|
|
699
|
+
<bpmn:incoming>Flow_1y1vvb9</bpmn:incoming>
|
|
700
|
+
<bpmn:outgoing>Flow_0b2qjux</bpmn:outgoing>
|
|
701
|
+
</bpmn:serviceTask>
|
|
702
|
+
<bpmn:sequenceFlow id="Flow_0b2qjux" sourceRef="Activity_04377wv" targetRef="Activity_0srn0vq" />
|
|
703
|
+
<bpmn:boundaryEvent id="Event_0zg7opw" attachedToRef="Activity_0qn4ejt">
|
|
704
|
+
<bpmn:outgoing>Flow_0jk59to</bpmn:outgoing>
|
|
705
|
+
<bpmn:errorEventDefinition id="ErrorEventDefinition_0123frx" />
|
|
706
|
+
</bpmn:boundaryEvent>
|
|
707
|
+
<bpmn:sequenceFlow id="Flow_0jz4bfc" sourceRef="Activity_0qn4ejt" targetRef="Event_0mbuc15" />
|
|
708
|
+
<bpmn:endEvent id="Event_0mbuc15" name="unsupported method">
|
|
709
|
+
<bpmn:incoming>Flow_0jz4bfc</bpmn:incoming>
|
|
710
|
+
<bpmn:errorEventDefinition id="ErrorEventDefinition_17rmwmx" errorRef="Error_0aj94wz" />
|
|
711
|
+
</bpmn:endEvent>
|
|
712
|
+
<bpmn:parallelGateway id="Gateway_0hy2rrr">
|
|
713
|
+
<bpmn:incoming>Flow_0jk59to</bpmn:incoming>
|
|
714
|
+
<bpmn:incoming>Flow_1dkeydo</bpmn:incoming>
|
|
715
|
+
<bpmn:outgoing>Flow_1d0e9lr</bpmn:outgoing>
|
|
716
|
+
<bpmn:outgoing>Flow_0vlydjv</bpmn:outgoing>
|
|
717
|
+
</bpmn:parallelGateway>
|
|
718
|
+
<bpmn:sequenceFlow id="Flow_1d0e9lr" sourceRef="Gateway_0hy2rrr" targetRef="Activity_0kjzxst" />
|
|
719
|
+
<bpmn:sequenceFlow id="Flow_0vlydjv" sourceRef="Gateway_0hy2rrr" targetRef="Activity_1c0h0mp" />
|
|
720
|
+
<bpmn:sequenceFlow id="Flow_1fdgrnu" sourceRef="Activity_14ru3p2" targetRef="Gateway_1piu8at" />
|
|
721
|
+
<bpmn:sequenceFlow id="Flow_0vrjgnn" sourceRef="Activity_1c0h0mp" targetRef="Activity_0zwlzdl" />
|
|
722
|
+
<bpmn:parallelGateway id="Gateway_1piu8at">
|
|
723
|
+
<bpmn:incoming>Flow_1fdgrnu</bpmn:incoming>
|
|
724
|
+
<bpmn:incoming>Flow_037sbag</bpmn:incoming>
|
|
725
|
+
<bpmn:outgoing>Flow_0cyh9yl</bpmn:outgoing>
|
|
726
|
+
</bpmn:parallelGateway>
|
|
727
|
+
<bpmn:serviceTask id="Activity_147su35" name="GET error" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
728
|
+
<bpmn:extensionElements>
|
|
729
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
730
|
+
<zeebe:ioMapping>
|
|
731
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
732
|
+
<zeebe:input source="GET" target="method" />
|
|
733
|
+
<zeebe:input source="=requestURL+"nullvalue"" target="url" />
|
|
734
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
735
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
736
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
737
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
738
|
+
</zeebe:ioMapping>
|
|
739
|
+
<zeebe:taskHeaders>
|
|
740
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
741
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
742
|
+
<zeebe:header key="resultVariable" value="GET" />
|
|
743
|
+
<zeebe:header key="errorExpression" value="=if error != null then bpmnError( "ERROR", "", {status: status+error} ) else null" />
|
|
744
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
745
|
+
</zeebe:taskHeaders>
|
|
746
|
+
</bpmn:extensionElements>
|
|
747
|
+
<bpmn:incoming>Flow_1h1su4j</bpmn:incoming>
|
|
748
|
+
<bpmn:outgoing>Flow_1q8ba9o</bpmn:outgoing>
|
|
749
|
+
</bpmn:serviceTask>
|
|
750
|
+
<bpmn:sequenceFlow id="Flow_0gz5jyx" sourceRef="Gateway_0iy1pmv" targetRef="Event_096afxv" />
|
|
751
|
+
<bpmn:intermediateCatchEvent id="Event_096afxv" name="5sec">
|
|
752
|
+
<bpmn:incoming>Flow_0gz5jyx</bpmn:incoming>
|
|
753
|
+
<bpmn:outgoing>Flow_1h1su4j</bpmn:outgoing>
|
|
754
|
+
<bpmn:timerEventDefinition id="TimerEventDefinition_08lhfhz">
|
|
755
|
+
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT5S</bpmn:timeDuration>
|
|
756
|
+
</bpmn:timerEventDefinition>
|
|
757
|
+
</bpmn:intermediateCatchEvent>
|
|
758
|
+
<bpmn:sequenceFlow id="Flow_1h1su4j" sourceRef="Event_096afxv" targetRef="Activity_147su35" />
|
|
759
|
+
<bpmn:sequenceFlow id="Flow_1q8ba9o" sourceRef="Activity_147su35" targetRef="Event_0x2osmr" />
|
|
760
|
+
<bpmn:endEvent id="Event_0x2osmr" name="timeout">
|
|
761
|
+
<bpmn:incoming>Flow_1q8ba9o</bpmn:incoming>
|
|
762
|
+
<bpmn:errorEventDefinition id="ErrorEventDefinition_0tqxkg7" errorRef="Error_0aj94wz" />
|
|
763
|
+
</bpmn:endEvent>
|
|
764
|
+
<bpmn:sequenceFlow id="Flow_0jk59to" sourceRef="Event_0zg7opw" targetRef="Gateway_0hy2rrr" />
|
|
765
|
+
<bpmn:boundaryEvent id="Event_1f0ypld" attachedToRef="Activity_147su35">
|
|
766
|
+
<bpmn:outgoing>Flow_1dkeydo</bpmn:outgoing>
|
|
767
|
+
<bpmn:errorEventDefinition id="ErrorEventDefinition_1tlsttc" />
|
|
768
|
+
</bpmn:boundaryEvent>
|
|
769
|
+
<bpmn:sequenceFlow id="Flow_1dkeydo" sourceRef="Event_1f0ypld" targetRef="Gateway_0hy2rrr" />
|
|
770
|
+
<bpmn:serviceTask id="Activity_0kjzxst" name="GET (trigger any WebHook)" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
771
|
+
<bpmn:extensionElements>
|
|
772
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
773
|
+
<zeebe:ioMapping>
|
|
774
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
775
|
+
<zeebe:input source="GET" target="method" />
|
|
776
|
+
<zeebe:input source="=requestURL+"patch"" target="url" />
|
|
777
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
778
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
779
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
780
|
+
<zeebe:input source="=false" target="ignoreNullValues" />
|
|
781
|
+
</zeebe:ioMapping>
|
|
782
|
+
<zeebe:taskHeaders>
|
|
783
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
784
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
785
|
+
<zeebe:header key="resultVariable" value="ANY" />
|
|
786
|
+
<zeebe:header key="retryBackoff" value="PT0S" />
|
|
787
|
+
</zeebe:taskHeaders>
|
|
788
|
+
</bpmn:extensionElements>
|
|
789
|
+
<bpmn:incoming>Flow_1d0e9lr</bpmn:incoming>
|
|
790
|
+
<bpmn:outgoing>Flow_0v1637d</bpmn:outgoing>
|
|
791
|
+
</bpmn:serviceTask>
|
|
792
|
+
<bpmn:sequenceFlow id="Flow_0v1637d" sourceRef="Activity_0kjzxst" targetRef="Activity_14ru3p2" />
|
|
793
|
+
<bpmn:sequenceFlow id="Flow_0cyh9yl" sourceRef="Gateway_1piu8at" targetRef="Gateway_02kj8an" />
|
|
794
|
+
<bpmn:serviceTask id="Activity_0zwlzdl" name="no response" zeebe:modelerTemplate="io.camunda.connectors.HttpJson.v2" zeebe:modelerTemplateVersion="11" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjAzMzUgOC45OTk5N0MxNy4wMzM1IDEzLjQ0NzUgMTMuNDI4MSAxNy4wNTI5IDguOTgwNjUgMTcuMDUyOUM0LjUzMzE2IDE3LjA1MjkgMC45Mjc3NjUgMTMuNDQ3NSAwLjkyNzc2NSA4Ljk5OTk3QzAuOTI3NzY1IDQuNTUyNDggNC41MzMxNiAwLjk0NzA4MyA4Ljk4MDY1IDAuOTQ3MDgzQzEzLjQyODEgMC45NDcwODMgMTcuMDMzNSA0LjU1MjQ4IDE3LjAzMzUgOC45OTk5N1oiIGZpbGw9IiM1MDU1NjIiLz4KPHBhdGggZD0iTTQuOTMxMjYgMTQuMTU3MUw2Ljc4MTA2IDMuNzE0NzFIMTAuMTM3NUMxMS4xOTE3IDMuNzE0NzEgMTEuOTgyNCAzLjk4MzIzIDEyLjUwOTUgNC41MjAyN0MxMy4wNDY1IDUuMDQ3MzYgMTMuMzE1IDUuNzMzNTggMTMuMzE1IDYuNTc4OTJDMTMuMzE1IDcuNDQ0MTQgMTMuMDcxNCA4LjE1NTIyIDEyLjU4NDEgOC43MTIxNUMxMi4xMDY3IDkuMjU5MTMgMTEuNDU1MyA5LjYzNzA1IDEwLjYyOTggOS44NDU5TDEyLjA2MTkgMTQuMTU3MUgxMC4zMzE1TDkuMDMzNjQgMTAuMDI0OUg3LjI0MzUxTDYuNTEyNTQgMTQuMTU3MUg0LjkzMTI2Wk03LjQ5NzExIDguNTkyODFIOS4yNDI0OEM5Ljk5ODMyIDguNTkyODEgMTAuNTkwMSA4LjQyMzc0IDExLjAxNzcgOC4wODU2MUMxMS40NTUzIDcuNzM3NTMgMTEuNjc0MSA3LjI2NTEzIDExLjY3NDEgNi42Njg0MkMxMS42NzQxIDYuMTkxMDYgMTEuNTI0OSA1LjgxODExIDExLjIyNjUgNS41NDk1OUMxMC45MjgyIDUuMjcxMTMgMTAuNDU1OCA1LjEzMTkgOS44MDkzNiA1LjEzMTlIOC4xMDg3NEw3LjQ5NzExIDguNTkyODFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K">
|
|
795
|
+
<bpmn:extensionElements>
|
|
796
|
+
<zeebe:taskDefinition type="io.camunda:http-json:1" retries="3" />
|
|
797
|
+
<zeebe:ioMapping>
|
|
798
|
+
<zeebe:input source="noAuth" target="authentication.type" />
|
|
799
|
+
<zeebe:input source="POST" target="method" />
|
|
800
|
+
<zeebe:input source="=requestURL+"get"" target="url" />
|
|
801
|
+
<zeebe:input source="=false" target="storeResponse" />
|
|
802
|
+
<zeebe:input source="=20" target="connectionTimeoutInSeconds" />
|
|
803
|
+
<zeebe:input source="=20" target="readTimeoutInSeconds" />
|
|
804
|
+
<zeebe:input source="={"method":"POST", "isnull":null}" target="body" />
|
|
805
|
+
<zeebe:input source="=true" target="ignoreNullValues" />
|
|
806
|
+
</zeebe:ioMapping>
|
|
807
|
+
<zeebe:taskHeaders>
|
|
808
|
+
<zeebe:header key="elementTemplateVersion" value="11" />
|
|
809
|
+
<zeebe:header key="elementTemplateId" value="io.camunda.connectors.HttpJson.v2" />
|
|
810
|
+
<zeebe:header key="retryBackoff" value="PT5S" />
|
|
811
|
+
</zeebe:taskHeaders>
|
|
812
|
+
</bpmn:extensionElements>
|
|
813
|
+
<bpmn:incoming>Flow_0vrjgnn</bpmn:incoming>
|
|
814
|
+
<bpmn:outgoing>Flow_1spjahn</bpmn:outgoing>
|
|
815
|
+
</bpmn:serviceTask>
|
|
816
|
+
<bpmn:boundaryEvent id="Event_06hjvnb" name="5s" attachedToRef="Activity_0zwlzdl">
|
|
817
|
+
<bpmn:outgoing>Flow_037sbag</bpmn:outgoing>
|
|
818
|
+
<bpmn:timerEventDefinition id="TimerEventDefinition_0bszmhh">
|
|
819
|
+
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT10S</bpmn:timeDuration>
|
|
820
|
+
</bpmn:timerEventDefinition>
|
|
821
|
+
</bpmn:boundaryEvent>
|
|
822
|
+
<bpmn:sequenceFlow id="Flow_1spjahn" sourceRef="Activity_0zwlzdl" targetRef="Event_1jy15at" />
|
|
823
|
+
<bpmn:sequenceFlow id="Flow_037sbag" sourceRef="Event_06hjvnb" targetRef="Gateway_1piu8at" />
|
|
824
|
+
<bpmn:endEvent id="Event_1jy15at" name="unexpected response">
|
|
825
|
+
<bpmn:incoming>Flow_1spjahn</bpmn:incoming>
|
|
826
|
+
<bpmn:errorEventDefinition id="ErrorEventDefinition_17exszl" errorRef="Error_0aj94wz" />
|
|
827
|
+
</bpmn:endEvent>
|
|
828
|
+
</bpmn:subProcess>
|
|
829
|
+
<bpmn:scriptTask id="Activity_1805won" name="FEEL eval null value">
|
|
830
|
+
<bpmn:extensionElements>
|
|
831
|
+
<zeebe:script expression="=if resultPOSTNull.request.body.method="POST" and resultPOSTwithNull.request.body.method="POST" and resultPOSTwithNull.request.body.isnull=null and resultPOSTwithNull.request.body!=resultPOSTNull.request.body then true else false" resultVariable="pass_0" />
|
|
832
|
+
</bpmn:extensionElements>
|
|
833
|
+
<bpmn:incoming>Flow_12vovgs</bpmn:incoming>
|
|
834
|
+
<bpmn:outgoing>Flow_1tkygd5</bpmn:outgoing>
|
|
835
|
+
</bpmn:scriptTask>
|
|
836
|
+
<bpmn:parallelGateway id="Gateway_06glbwq">
|
|
837
|
+
<bpmn:incoming>Flow_0b3t425</bpmn:incoming>
|
|
838
|
+
<bpmn:incoming>Flow_0rg933i</bpmn:incoming>
|
|
839
|
+
<bpmn:incoming>Flow_1phim87</bpmn:incoming>
|
|
840
|
+
<bpmn:incoming>Flow_1iqnu3t</bpmn:incoming>
|
|
841
|
+
<bpmn:outgoing>Flow_012tyr0</bpmn:outgoing>
|
|
842
|
+
</bpmn:parallelGateway>
|
|
843
|
+
<bpmn:intermediateCatchEvent id="Event_1t3vo7s" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
844
|
+
<bpmn:extensionElements>
|
|
845
|
+
<zeebe:properties>
|
|
846
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
847
|
+
<zeebe:property name="inbound.method" value="any" />
|
|
848
|
+
<zeebe:property name="inbound.context" value="bearer-auth-test" />
|
|
849
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
850
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
851
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
852
|
+
<zeebe:property name="correlationKeyExpression" value="=request.headers.authorization" />
|
|
853
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
854
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
855
|
+
<zeebe:property name="resultVariable" value="webhookBearer" />
|
|
856
|
+
<zeebe:property name="resultExpression" value="" />
|
|
857
|
+
</zeebe:properties>
|
|
858
|
+
</bpmn:extensionElements>
|
|
859
|
+
<bpmn:incoming>Flow_18axqs8</bpmn:incoming>
|
|
860
|
+
<bpmn:outgoing>Flow_199eno8</bpmn:outgoing>
|
|
861
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_16l5alv" messageRef="Message_0ws1u98" />
|
|
862
|
+
</bpmn:intermediateCatchEvent>
|
|
863
|
+
<bpmn:parallelGateway id="Gateway_1sfda6s">
|
|
864
|
+
<bpmn:incoming>Flow_1mksu8l</bpmn:incoming>
|
|
865
|
+
<bpmn:incoming>Flow_199eno8</bpmn:incoming>
|
|
866
|
+
<bpmn:outgoing>Flow_0rg933i</bpmn:outgoing>
|
|
867
|
+
</bpmn:parallelGateway>
|
|
868
|
+
<bpmn:intermediateCatchEvent id="Event_1gq73x8" name="Bearer token" zeebe:modelerTemplate="io.camunda.connectors.http.Polling" zeebe:modelerTemplateVersion="4" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg==">
|
|
869
|
+
<bpmn:extensionElements>
|
|
870
|
+
<zeebe:properties>
|
|
871
|
+
<zeebe:property name="inbound.type" value="io.camunda:http-polling:1" />
|
|
872
|
+
<zeebe:property name="authentication.type" value="bearer" />
|
|
873
|
+
<zeebe:property name="authentication.token" value="thisisabearertoken" />
|
|
874
|
+
<zeebe:property name="method" value="POST" />
|
|
875
|
+
<zeebe:property name="url" value="=requestURL+"bearer-auth-test"" />
|
|
876
|
+
<zeebe:property name="httpRequestInterval" value="PT5S" />
|
|
877
|
+
<zeebe:property name="processPollingInterval" value="PT5S" />
|
|
878
|
+
<zeebe:property name="connectionTimeoutInSeconds" value="20" />
|
|
879
|
+
<zeebe:property name="readTimeoutInSeconds" value="20" />
|
|
880
|
+
<zeebe:property name="correlationKeyExpression" value="="1"" />
|
|
881
|
+
<zeebe:property name="resultVariable" value="pollingBearer" />
|
|
882
|
+
<zeebe:property name="resultExpression" value="" />
|
|
883
|
+
</zeebe:properties>
|
|
884
|
+
</bpmn:extensionElements>
|
|
885
|
+
<bpmn:incoming>Flow_1jfh620</bpmn:incoming>
|
|
886
|
+
<bpmn:outgoing>Flow_1mksu8l</bpmn:outgoing>
|
|
887
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_16veotb" messageRef="Message_1ls4qty" />
|
|
888
|
+
</bpmn:intermediateCatchEvent>
|
|
889
|
+
<bpmn:endEvent id="Event_0rxi5xy" name="Error: authentication failed">
|
|
890
|
+
<bpmn:incoming>Flow_0rqhe6p</bpmn:incoming>
|
|
891
|
+
<bpmn:errorEventDefinition id="ErrorEventDefinition_0syznrx" errorRef="Error_0aj94wz" />
|
|
892
|
+
</bpmn:endEvent>
|
|
893
|
+
<bpmn:exclusiveGateway id="Gateway_1u1yorc" name="passe" default="Flow_0rqhe6p">
|
|
894
|
+
<bpmn:incoming>Flow_15cs1hc</bpmn:incoming>
|
|
895
|
+
<bpmn:outgoing>Flow_0mpqocv</bpmn:outgoing>
|
|
896
|
+
<bpmn:outgoing>Flow_0rqhe6p</bpmn:outgoing>
|
|
897
|
+
</bpmn:exclusiveGateway>
|
|
898
|
+
<bpmn:scriptTask id="Activity_19yz1d7" name="FEEL eval responses">
|
|
899
|
+
<bpmn:extensionElements>
|
|
900
|
+
<zeebe:script expression="=if resultBEARER.request.headers.authorization="Bearer TokenOfBearer" and resultBASIC.request.headers.authorization="Basic TmFtZU9mVXNlcjpXb3JkT2ZQYXNz" and resultAPIKey.request.headers.nameofkey="ValueOfKey" and resultNONE.request.headers.authorization=null then true else false" resultVariable="passe" />
|
|
901
|
+
</bpmn:extensionElements>
|
|
902
|
+
<bpmn:incoming>Flow_1ehfg6u</bpmn:incoming>
|
|
903
|
+
<bpmn:outgoing>Flow_15cs1hc</bpmn:outgoing>
|
|
904
|
+
</bpmn:scriptTask>
|
|
905
|
+
<bpmn:parallelGateway id="Gateway_0dkpyxp">
|
|
906
|
+
<bpmn:incoming>Flow_0q2u13v</bpmn:incoming>
|
|
907
|
+
<bpmn:incoming>Flow_0mpqocv</bpmn:incoming>
|
|
908
|
+
<bpmn:outgoing>Flow_1v4lsri</bpmn:outgoing>
|
|
909
|
+
</bpmn:parallelGateway>
|
|
910
|
+
<bpmn:parallelGateway id="Gateway_0qkesum">
|
|
911
|
+
<bpmn:incoming>Flow_019l4dp</bpmn:incoming>
|
|
912
|
+
<bpmn:incoming>Flow_1uuy2z2</bpmn:incoming>
|
|
913
|
+
<bpmn:outgoing>Flow_0q2u13v</bpmn:outgoing>
|
|
914
|
+
</bpmn:parallelGateway>
|
|
915
|
+
<bpmn:exclusiveGateway id="Gateway_0xwckia">
|
|
916
|
+
<bpmn:incoming>Flow_06q78ca</bpmn:incoming>
|
|
917
|
+
<bpmn:incoming>Flow_073tyql</bpmn:incoming>
|
|
918
|
+
<bpmn:outgoing>Flow_04zrn1p</bpmn:outgoing>
|
|
919
|
+
</bpmn:exclusiveGateway>
|
|
920
|
+
<bpmn:exclusiveGateway id="Gateway_1ljgnb9">
|
|
921
|
+
<bpmn:incoming>Flow_0nj5j5e</bpmn:incoming>
|
|
922
|
+
<bpmn:incoming>Flow_04zrn1p</bpmn:incoming>
|
|
923
|
+
<bpmn:outgoing>Flow_0xcoo6a</bpmn:outgoing>
|
|
924
|
+
</bpmn:exclusiveGateway>
|
|
925
|
+
<bpmn:serviceTask id="Activity_0aw9cfm" name="dont finish me">
|
|
926
|
+
<bpmn:extensionElements>
|
|
927
|
+
<zeebe:taskDefinition type="dontDoIt" />
|
|
928
|
+
</bpmn:extensionElements>
|
|
929
|
+
<bpmn:incoming>Flow_012tyr0</bpmn:incoming>
|
|
930
|
+
<bpmn:outgoing>Flow_0nj5j5e</bpmn:outgoing>
|
|
931
|
+
</bpmn:serviceTask>
|
|
932
|
+
<bpmn:endEvent id="Event_0y5y83u" name="timeout: polling">
|
|
933
|
+
<bpmn:incoming>Flow_0xcoo6a</bpmn:incoming>
|
|
934
|
+
<bpmn:errorEventDefinition id="ErrorEventDefinition_11dclfw" errorRef="Error_0wrg3jh" />
|
|
935
|
+
</bpmn:endEvent>
|
|
936
|
+
<bpmn:parallelGateway id="Gateway_0hsyoq7">
|
|
937
|
+
<bpmn:incoming>Flow_1jdsltn</bpmn:incoming>
|
|
938
|
+
<bpmn:incoming>Flow_117197c</bpmn:incoming>
|
|
939
|
+
<bpmn:incoming>Flow_1jwn0gb</bpmn:incoming>
|
|
940
|
+
<bpmn:outgoing>Flow_1ehfg6u</bpmn:outgoing>
|
|
941
|
+
</bpmn:parallelGateway>
|
|
942
|
+
<bpmn:parallelGateway id="Gateway_09lxwsj">
|
|
943
|
+
<bpmn:incoming>Flow_1s4xrwz</bpmn:incoming>
|
|
944
|
+
<bpmn:incoming>Flow_16l44cu</bpmn:incoming>
|
|
945
|
+
<bpmn:outgoing>Flow_12vovgs</bpmn:outgoing>
|
|
946
|
+
</bpmn:parallelGateway>
|
|
947
|
+
<bpmn:parallelGateway id="Gateway_0xe7n54">
|
|
948
|
+
<bpmn:incoming>Flow_1338dg5</bpmn:incoming>
|
|
949
|
+
<bpmn:outgoing>Flow_0kex5d4</bpmn:outgoing>
|
|
950
|
+
<bpmn:outgoing>Flow_0lprnox</bpmn:outgoing>
|
|
951
|
+
</bpmn:parallelGateway>
|
|
952
|
+
<bpmn:intermediateCatchEvent id="Event_1flidct" name="nullvalue" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
953
|
+
<bpmn:extensionElements>
|
|
954
|
+
<zeebe:properties>
|
|
955
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
956
|
+
<zeebe:property name="inbound.method" value="post" />
|
|
957
|
+
<zeebe:property name="inbound.context" value="nullvalue" />
|
|
958
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
959
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
960
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
961
|
+
<zeebe:property name="correlationKeyExpression" value="=request.body.method" />
|
|
962
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
963
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
964
|
+
<zeebe:property name="resultVariable" value="resultPOSTwithNull" />
|
|
965
|
+
<zeebe:property name="resultExpression" value="" />
|
|
966
|
+
</zeebe:properties>
|
|
967
|
+
</bpmn:extensionElements>
|
|
968
|
+
<bpmn:incoming>Flow_0kex5d4</bpmn:incoming>
|
|
969
|
+
<bpmn:outgoing>Flow_1s4xrwz</bpmn:outgoing>
|
|
970
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_1p94ifr" messageRef="Message_1fcf360" />
|
|
971
|
+
</bpmn:intermediateCatchEvent>
|
|
972
|
+
<bpmn:intermediateCatchEvent id="Event_0p3xsto" name="withNullvalue" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
973
|
+
<bpmn:extensionElements>
|
|
974
|
+
<zeebe:properties>
|
|
975
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
976
|
+
<zeebe:property name="inbound.method" value="post" />
|
|
977
|
+
<zeebe:property name="inbound.context" value="withoutnullvalue" />
|
|
978
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
979
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
980
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
981
|
+
<zeebe:property name="correlationKeyExpression" value="=request.body.method" />
|
|
982
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
983
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
984
|
+
<zeebe:property name="resultVariable" value="resultPOSTNull" />
|
|
985
|
+
<zeebe:property name="resultExpression" value="" />
|
|
986
|
+
</zeebe:properties>
|
|
987
|
+
</bpmn:extensionElements>
|
|
988
|
+
<bpmn:incoming>Flow_0lprnox</bpmn:incoming>
|
|
989
|
+
<bpmn:outgoing>Flow_16l44cu</bpmn:outgoing>
|
|
990
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_1nxn10v" messageRef="Message_11v6gs6" />
|
|
991
|
+
</bpmn:intermediateCatchEvent>
|
|
992
|
+
<bpmn:intermediateCatchEvent id="Event_1qk0lpm" name="5min">
|
|
993
|
+
<bpmn:incoming>Flow_0pwc6ss</bpmn:incoming>
|
|
994
|
+
<bpmn:outgoing>Flow_0zmecup</bpmn:outgoing>
|
|
995
|
+
<bpmn:timerEventDefinition id="TimerEventDefinition_0424tec">
|
|
996
|
+
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT5M</bpmn:timeDuration>
|
|
997
|
+
</bpmn:timerEventDefinition>
|
|
998
|
+
</bpmn:intermediateCatchEvent>
|
|
999
|
+
<bpmn:parallelGateway id="Gateway_1xrfg8s">
|
|
1000
|
+
<bpmn:incoming>Flow_183610w</bpmn:incoming>
|
|
1001
|
+
<bpmn:outgoing>Flow_0pwc6ss</bpmn:outgoing>
|
|
1002
|
+
<bpmn:outgoing>Flow_0l31b7l</bpmn:outgoing>
|
|
1003
|
+
<bpmn:outgoing>Flow_1338dg5</bpmn:outgoing>
|
|
1004
|
+
</bpmn:parallelGateway>
|
|
1005
|
+
<bpmn:startEvent id="Event_1hwnkam" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorStartMessage.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
1006
|
+
<bpmn:extensionElements>
|
|
1007
|
+
<zeebe:properties>
|
|
1008
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
1009
|
+
<zeebe:property name="inbound.method" value="post" />
|
|
1010
|
+
<zeebe:property name="inbound.context" value="basetestsconnectors" />
|
|
1011
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
1012
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
1013
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
1014
|
+
<zeebe:property name="correlationRequired" value="notRequired" />
|
|
1015
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
1016
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
1017
|
+
<zeebe:property name="resultVariable" />
|
|
1018
|
+
<zeebe:property name="resultExpression" value="={"baseurl":request.body.baseurl, "requestURL":(baseurl+"/connectors/inbound/"), "version":request.body.version, "tokenEndpoint":request.body.tokenEndpoint, "zeebeClientId":request.body.zeebeClientId, "zeebeSecret":request.body.zeebeSecret}" />
|
|
1019
|
+
</zeebe:properties>
|
|
1020
|
+
</bpmn:extensionElements>
|
|
1021
|
+
<bpmn:outgoing>Flow_183610w</bpmn:outgoing>
|
|
1022
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_1q5l5me" messageRef="Message_0ydong4" />
|
|
1023
|
+
</bpmn:startEvent>
|
|
1024
|
+
<bpmn:intermediateCatchEvent id="Event_0gkhgm2" name="15 min">
|
|
1025
|
+
<bpmn:extensionElements>
|
|
1026
|
+
<zeebe:ioMapping>
|
|
1027
|
+
<zeebe:output source="="sd"" target="OutputVariable_3jjka77" />
|
|
1028
|
+
</zeebe:ioMapping>
|
|
1029
|
+
<zeebe:properties>
|
|
1030
|
+
<zeebe:property />
|
|
1031
|
+
</zeebe:properties>
|
|
1032
|
+
</bpmn:extensionElements>
|
|
1033
|
+
<bpmn:incoming>Flow_0fof165</bpmn:incoming>
|
|
1034
|
+
<bpmn:outgoing>Flow_06q78ca</bpmn:outgoing>
|
|
1035
|
+
<bpmn:timerEventDefinition id="TimerEventDefinition_1m26ffv">
|
|
1036
|
+
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT15M</bpmn:timeDuration>
|
|
1037
|
+
</bpmn:timerEventDefinition>
|
|
1038
|
+
</bpmn:intermediateCatchEvent>
|
|
1039
|
+
<bpmn:intermediateCatchEvent id="Event_11yyzs2" name="OAuth2" zeebe:modelerTemplate="io.camunda.connectors.http.Polling" zeebe:modelerTemplateVersion="4" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg==">
|
|
1040
|
+
<bpmn:extensionElements>
|
|
1041
|
+
<zeebe:properties>
|
|
1042
|
+
<zeebe:property name="inbound.type" value="io.camunda:http-polling:1" />
|
|
1043
|
+
<zeebe:property name="authentication.type" value="oauth-client-credentials-flow" />
|
|
1044
|
+
<zeebe:property name="authentication.oauthTokenEndpoint" value="https://camunda.proxy.beeceptor.com/pre-prod/oauth/getToken" />
|
|
1045
|
+
<zeebe:property name="authentication.clientId" value="clientID" />
|
|
1046
|
+
<zeebe:property name="authentication.clientSecret" value="clientSecret" />
|
|
1047
|
+
<zeebe:property name="authentication.clientAuthentication" value="basicAuthHeader" />
|
|
1048
|
+
<zeebe:property name="authentication.scopes" value="read:clients" />
|
|
1049
|
+
<zeebe:property name="method" value="GET" />
|
|
1050
|
+
<zeebe:property name="url" value="https://camunda.proxy.beeceptor.com/pre-prod/oauth/response" />
|
|
1051
|
+
<zeebe:property name="httpRequestInterval" value="PT15S" />
|
|
1052
|
+
<zeebe:property name="processPollingInterval" value="PT5S" />
|
|
1053
|
+
<zeebe:property name="connectionTimeoutInSeconds" value="20" />
|
|
1054
|
+
<zeebe:property name="readTimeoutInSeconds" value="20" />
|
|
1055
|
+
<zeebe:property name="correlationKeyExpression" value="="test"" />
|
|
1056
|
+
<zeebe:property name="resultVariable" value="OAuthResult" />
|
|
1057
|
+
<zeebe:property name="resultExpression" value="" />
|
|
1058
|
+
</zeebe:properties>
|
|
1059
|
+
</bpmn:extensionElements>
|
|
1060
|
+
<bpmn:incoming>Flow_1ornwys</bpmn:incoming>
|
|
1061
|
+
<bpmn:outgoing>Flow_0b3t425</bpmn:outgoing>
|
|
1062
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_0z0r1dy" messageRef="Message_0rwss4w" />
|
|
1063
|
+
</bpmn:intermediateCatchEvent>
|
|
1064
|
+
<bpmn:parallelGateway id="Gateway_0xjp0s2">
|
|
1065
|
+
<bpmn:incoming>Flow_14t89k3</bpmn:incoming>
|
|
1066
|
+
<bpmn:outgoing>Flow_1jfh620</bpmn:outgoing>
|
|
1067
|
+
<bpmn:outgoing>Flow_0q12jtq</bpmn:outgoing>
|
|
1068
|
+
</bpmn:parallelGateway>
|
|
1069
|
+
<bpmn:parallelGateway id="Gateway_18w8fj7">
|
|
1070
|
+
<bpmn:incoming>Flow_08gk8nd</bpmn:incoming>
|
|
1071
|
+
<bpmn:outgoing>Flow_0fof165</bpmn:outgoing>
|
|
1072
|
+
<bpmn:outgoing>Flow_14t89k3</bpmn:outgoing>
|
|
1073
|
+
<bpmn:outgoing>Flow_1ornwys</bpmn:outgoing>
|
|
1074
|
+
<bpmn:outgoing>Flow_0x0p4y7</bpmn:outgoing>
|
|
1075
|
+
<bpmn:outgoing>Flow_0wc8pdp</bpmn:outgoing>
|
|
1076
|
+
</bpmn:parallelGateway>
|
|
1077
|
+
<bpmn:parallelGateway id="Gateway_0q675kq">
|
|
1078
|
+
<bpmn:incoming>Flow_0l31b7l</bpmn:incoming>
|
|
1079
|
+
<bpmn:outgoing>Flow_1igaur2</bpmn:outgoing>
|
|
1080
|
+
<bpmn:outgoing>Flow_08gk8nd</bpmn:outgoing>
|
|
1081
|
+
<bpmn:outgoing>Flow_0nt4a36</bpmn:outgoing>
|
|
1082
|
+
</bpmn:parallelGateway>
|
|
1083
|
+
<bpmn:sequenceFlow id="Flow_0nt4a36" sourceRef="Gateway_0q675kq" targetRef="Activity_1mn6bx5" />
|
|
1084
|
+
<bpmn:sequenceFlow id="Flow_117197c" sourceRef="Activity_1ecomc2" targetRef="Gateway_0hsyoq7" />
|
|
1085
|
+
<bpmn:intermediateCatchEvent id="Event_1e52v7w" name="Basic" zeebe:modelerTemplate="io.camunda.connectors.http.Polling" zeebe:modelerTemplateVersion="4" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg==">
|
|
1086
|
+
<bpmn:extensionElements>
|
|
1087
|
+
<zeebe:properties>
|
|
1088
|
+
<zeebe:property name="inbound.type" value="io.camunda:http-polling:1" />
|
|
1089
|
+
<zeebe:property name="authentication.type" value="basic" />
|
|
1090
|
+
<zeebe:property name="authentication.username" value="username" />
|
|
1091
|
+
<zeebe:property name="authentication.password" value="password" />
|
|
1092
|
+
<zeebe:property name="method" value="POST" />
|
|
1093
|
+
<zeebe:property name="url" value="=requestURL+"basic-auth-test"" />
|
|
1094
|
+
<zeebe:property name="httpRequestInterval" value="PT5S" />
|
|
1095
|
+
<zeebe:property name="processPollingInterval" value="PT5S" />
|
|
1096
|
+
<zeebe:property name="connectionTimeoutInSeconds" value="20" />
|
|
1097
|
+
<zeebe:property name="readTimeoutInSeconds" value="20" />
|
|
1098
|
+
<zeebe:property name="correlationKeyExpression" value="=body.auth" />
|
|
1099
|
+
<zeebe:property name="resultVariable" value="basicAuthResult" />
|
|
1100
|
+
<zeebe:property name="resultExpression" value="" />
|
|
1101
|
+
</zeebe:properties>
|
|
1102
|
+
</bpmn:extensionElements>
|
|
1103
|
+
<bpmn:incoming>Flow_1hsk8ib</bpmn:incoming>
|
|
1104
|
+
<bpmn:outgoing>Flow_10t5m0e</bpmn:outgoing>
|
|
1105
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_06d7crr" messageRef="Message_18wa5o0" />
|
|
1106
|
+
</bpmn:intermediateCatchEvent>
|
|
1107
|
+
<bpmn:intermediateCatchEvent id="Event_1w8pk6u" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
1108
|
+
<bpmn:extensionElements>
|
|
1109
|
+
<zeebe:properties>
|
|
1110
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
1111
|
+
<zeebe:property name="inbound.method" value="post" />
|
|
1112
|
+
<zeebe:property name="inbound.context" value="basic-auth-test" />
|
|
1113
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
1114
|
+
<zeebe:property name="inbound.auth.type" value="BASIC" />
|
|
1115
|
+
<zeebe:property name="inbound.auth.username" value="username" />
|
|
1116
|
+
<zeebe:property name="inbound.auth.password" value="password" />
|
|
1117
|
+
<zeebe:property name="inbound.responseExpression" value="={"body": {"auth": "basic"}}" />
|
|
1118
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
1119
|
+
<zeebe:property name="correlationKeyExpression" value="=request.headers.authorization" />
|
|
1120
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
1121
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
1122
|
+
<zeebe:property name="resultVariable" value="" />
|
|
1123
|
+
<zeebe:property name="resultExpression" value="" />
|
|
1124
|
+
</zeebe:properties>
|
|
1125
|
+
</bpmn:extensionElements>
|
|
1126
|
+
<bpmn:incoming>Flow_0p7ovte</bpmn:incoming>
|
|
1127
|
+
<bpmn:outgoing>Flow_1n1sdv7</bpmn:outgoing>
|
|
1128
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_169t0b6" messageRef="Message_00qokny" />
|
|
1129
|
+
</bpmn:intermediateCatchEvent>
|
|
1130
|
+
<bpmn:parallelGateway id="Gateway_0171rli">
|
|
1131
|
+
<bpmn:incoming>Flow_0x0p4y7</bpmn:incoming>
|
|
1132
|
+
<bpmn:outgoing>Flow_1j4v9uc</bpmn:outgoing>
|
|
1133
|
+
<bpmn:outgoing>Flow_1hsk8ib</bpmn:outgoing>
|
|
1134
|
+
</bpmn:parallelGateway>
|
|
1135
|
+
<bpmn:parallelGateway id="Gateway_10l8d67">
|
|
1136
|
+
<bpmn:incoming>Flow_10t5m0e</bpmn:incoming>
|
|
1137
|
+
<bpmn:incoming>Flow_1n1sdv7</bpmn:incoming>
|
|
1138
|
+
<bpmn:outgoing>Flow_1phim87</bpmn:outgoing>
|
|
1139
|
+
</bpmn:parallelGateway>
|
|
1140
|
+
<bpmn:sequenceFlow id="Flow_10t5m0e" sourceRef="Event_1e52v7w" targetRef="Gateway_10l8d67" />
|
|
1141
|
+
<bpmn:sequenceFlow id="Flow_1j4v9uc" sourceRef="Gateway_0171rli" targetRef="Event_0oydmvf" />
|
|
1142
|
+
<bpmn:sequenceFlow id="Flow_1n1sdv7" sourceRef="Event_1w8pk6u" targetRef="Gateway_10l8d67" />
|
|
1143
|
+
<bpmn:sequenceFlow id="Flow_1hsk8ib" sourceRef="Gateway_0171rli" targetRef="Event_1e52v7w" />
|
|
1144
|
+
<bpmn:sequenceFlow id="Flow_0x0p4y7" sourceRef="Gateway_18w8fj7" targetRef="Gateway_0171rli" />
|
|
1145
|
+
<bpmn:sequenceFlow id="Flow_1phim87" sourceRef="Gateway_10l8d67" targetRef="Gateway_06glbwq" />
|
|
1146
|
+
<bpmn:intermediateCatchEvent id="Event_0k2cvtj" name="None" zeebe:modelerTemplate="io.camunda.connectors.http.Polling" zeebe:modelerTemplateVersion="4" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJz8+Cjxzdmcgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPgogICAgPGcgY2xhc3M9J2xheWVyJz4KICAgICAgICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgICAgICAgPHBhdGggZD0nbTE3LjAzLDljMCw0LjQ1IC0zLjYsOC4wNSAtOC4wNSw4LjA1Yy00LjQ1LDAgLTguMDUsLTMuNiAtOC4wNSwtOC4wNWMwLC00LjQ1IDMuNiwtOC4wNSA4LjA1LC04LjA1YzQuNDUsMCA4LjA1LDMuNiA4LjA1LDguMDV6JwogICAgICAgICAgICAgIGZpbGw9JyM1MDU1NjInIGlkPSdzdmdfMScvPgogICAgICAgIDxwYXRoIGQ9J200LjkzLDE0LjE2bDEuODUsLTEwLjQ1bDMuMzYsMGMxLjA1LDAgMS44NCwwLjI3IDIuMzcsMC44MWMwLjU0LDAuNTMgMC44LDEuMjEgMC44LDIuMDZjMCwwLjg2IC0wLjI0LDEuNTggLTAuNzMsMi4xM2MtMC40NywwLjU1IC0xLjEyLDAuOTMgLTEuOTUsMS4xNGwtMC40OCwwLjA5bC0wLjUzLDAuMDNsLTAuNiwwLjA1bC0xLjc5LDBsLTAuNzMsNC4xNGwtMS41OCwwem0yLjU3LC01LjU3bDEuNzQsMGMwLjc2LDAgMS4zNSwtMC4xNyAxLjc4LC0wLjVjMC40NCwtMC4zNSAwLjY1LC0wLjgyIDAuNjUsLTEuNDJjMCwtMC40OCAtMC4xNSwtMC44NSAtMC40NCwtMS4xMmMtMC4zLC0wLjI4IC0wLjc3LC0wLjQyIC0xLjQyLC0wLjQybC0xLjcsMGwtMC42MSwzLjQ2eicKICAgICAgICAgICAgICBmaWxsPSd3aGl0ZScgaWQ9J3N2Z18yJy8+CiAgICA8L2c+Cjwvc3ZnPg==">
|
|
1147
|
+
<bpmn:extensionElements>
|
|
1148
|
+
<zeebe:properties>
|
|
1149
|
+
<zeebe:property name="inbound.type" value="io.camunda:http-polling:1" />
|
|
1150
|
+
<zeebe:property name="authentication.type" value="noAuth" />
|
|
1151
|
+
<zeebe:property name="method" value="POST" />
|
|
1152
|
+
<zeebe:property name="url" value="=requestURL+var" />
|
|
1153
|
+
<zeebe:property name="headers" value="={"numpol":"1"}" />
|
|
1154
|
+
<zeebe:property name="httpRequestInterval" value="PT5S" />
|
|
1155
|
+
<zeebe:property name="processPollingInterval" value="PT5S" />
|
|
1156
|
+
<zeebe:property name="connectionTimeoutInSeconds" value="20" />
|
|
1157
|
+
<zeebe:property name="readTimeoutInSeconds" value="20" />
|
|
1158
|
+
<zeebe:property name="correlationKeyExpression" value="=body.auth" />
|
|
1159
|
+
<zeebe:property name="resultVariable" value="noneAuthResult" />
|
|
1160
|
+
<zeebe:property name="resultExpression" value="" />
|
|
1161
|
+
</zeebe:properties>
|
|
1162
|
+
</bpmn:extensionElements>
|
|
1163
|
+
<bpmn:incoming>Flow_1uahb8e</bpmn:incoming>
|
|
1164
|
+
<bpmn:outgoing>Flow_1lmrzoj</bpmn:outgoing>
|
|
1165
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_1ewjoef" messageRef="Message_16dzdif" />
|
|
1166
|
+
</bpmn:intermediateCatchEvent>
|
|
1167
|
+
<bpmn:parallelGateway id="Gateway_0fcamgd">
|
|
1168
|
+
<bpmn:incoming>Flow_1lmrzoj</bpmn:incoming>
|
|
1169
|
+
<bpmn:incoming>Flow_0uec878</bpmn:incoming>
|
|
1170
|
+
<bpmn:outgoing>Flow_1iqnu3t</bpmn:outgoing>
|
|
1171
|
+
</bpmn:parallelGateway>
|
|
1172
|
+
<bpmn:parallelGateway id="Gateway_0tbtslt">
|
|
1173
|
+
<bpmn:incoming>Flow_0wc8pdp</bpmn:incoming>
|
|
1174
|
+
<bpmn:outgoing>Flow_1uahb8e</bpmn:outgoing>
|
|
1175
|
+
<bpmn:outgoing>Flow_1q9zp4s</bpmn:outgoing>
|
|
1176
|
+
</bpmn:parallelGateway>
|
|
1177
|
+
<bpmn:intermediateCatchEvent id="Event_0n6m7qo" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==">
|
|
1178
|
+
<bpmn:extensionElements>
|
|
1179
|
+
<zeebe:properties>
|
|
1180
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
1181
|
+
<zeebe:property name="inbound.method" value="post" />
|
|
1182
|
+
<zeebe:property name="inbound.context" value="no-auth-test" />
|
|
1183
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
1184
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
1185
|
+
<zeebe:property name="inbound.responseExpression" value="={"body": {"auth": "none"}}" />
|
|
1186
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
1187
|
+
<zeebe:property name="correlationKeyExpression" value="="2"" />
|
|
1188
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
1189
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
1190
|
+
<zeebe:property name="resultVariable" value="testNone" />
|
|
1191
|
+
<zeebe:property name="resultExpression" value="" />
|
|
1192
|
+
</zeebe:properties>
|
|
1193
|
+
</bpmn:extensionElements>
|
|
1194
|
+
<bpmn:incoming>Flow_1h87gyj</bpmn:incoming>
|
|
1195
|
+
<bpmn:outgoing>Flow_0uec878</bpmn:outgoing>
|
|
1196
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_0dky7nr" messageRef="Message_1na27fg" />
|
|
1197
|
+
</bpmn:intermediateCatchEvent>
|
|
1198
|
+
<bpmn:sequenceFlow id="Flow_1lmrzoj" sourceRef="Event_0k2cvtj" targetRef="Gateway_0fcamgd" />
|
|
1199
|
+
<bpmn:sequenceFlow id="Flow_0uec878" sourceRef="Event_0n6m7qo" targetRef="Gateway_0fcamgd" />
|
|
1200
|
+
<bpmn:sequenceFlow id="Flow_1uahb8e" sourceRef="Gateway_0tbtslt" targetRef="Event_0k2cvtj" />
|
|
1201
|
+
<bpmn:sequenceFlow id="Flow_1q9zp4s" sourceRef="Gateway_0tbtslt" targetRef="Event_19yebop" />
|
|
1202
|
+
<bpmn:sequenceFlow id="Flow_0wc8pdp" sourceRef="Gateway_18w8fj7" targetRef="Gateway_0tbtslt" />
|
|
1203
|
+
<bpmn:sequenceFlow id="Flow_1iqnu3t" sourceRef="Gateway_0fcamgd" targetRef="Gateway_06glbwq" />
|
|
1204
|
+
<bpmn:endEvent id="Event_1wrnviz" name="all good remaining timer are killed">
|
|
1205
|
+
<bpmn:incoming>Flow_1v4lsri</bpmn:incoming>
|
|
1206
|
+
<bpmn:terminateEventDefinition id="TerminateEventDefinition_1vhgcmd" />
|
|
1207
|
+
</bpmn:endEvent>
|
|
1208
|
+
<bpmn:intermediateCatchEvent id="Event_19yebop" name="5min">
|
|
1209
|
+
<bpmn:extensionElements>
|
|
1210
|
+
<zeebe:ioMapping>
|
|
1211
|
+
<zeebe:output source="="no-auth-test"" target="var" />
|
|
1212
|
+
</zeebe:ioMapping>
|
|
1213
|
+
</bpmn:extensionElements>
|
|
1214
|
+
<bpmn:incoming>Flow_1q9zp4s</bpmn:incoming>
|
|
1215
|
+
<bpmn:outgoing>Flow_1h87gyj</bpmn:outgoing>
|
|
1216
|
+
<bpmn:timerEventDefinition id="TimerEventDefinition_1o1ehdk">
|
|
1217
|
+
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT5M</bpmn:timeDuration>
|
|
1218
|
+
</bpmn:timerEventDefinition>
|
|
1219
|
+
</bpmn:intermediateCatchEvent>
|
|
1220
|
+
<bpmn:sequenceFlow id="Flow_1h87gyj" sourceRef="Event_19yebop" targetRef="Event_0n6m7qo" />
|
|
1221
|
+
<bpmn:intermediateCatchEvent id="Event_0oydmvf" name="5min">
|
|
1222
|
+
<bpmn:incoming>Flow_1j4v9uc</bpmn:incoming>
|
|
1223
|
+
<bpmn:outgoing>Flow_0p7ovte</bpmn:outgoing>
|
|
1224
|
+
<bpmn:timerEventDefinition id="TimerEventDefinition_084tysy">
|
|
1225
|
+
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT5M</bpmn:timeDuration>
|
|
1226
|
+
</bpmn:timerEventDefinition>
|
|
1227
|
+
</bpmn:intermediateCatchEvent>
|
|
1228
|
+
<bpmn:sequenceFlow id="Flow_0p7ovte" sourceRef="Event_0oydmvf" targetRef="Event_1w8pk6u" />
|
|
1229
|
+
<bpmn:intermediateCatchEvent id="Event_1yin7cy" name="5min">
|
|
1230
|
+
<bpmn:incoming>Flow_0q12jtq</bpmn:incoming>
|
|
1231
|
+
<bpmn:outgoing>Flow_18axqs8</bpmn:outgoing>
|
|
1232
|
+
<bpmn:timerEventDefinition id="TimerEventDefinition_1qnvlba">
|
|
1233
|
+
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT5M</bpmn:timeDuration>
|
|
1234
|
+
</bpmn:timerEventDefinition>
|
|
1235
|
+
</bpmn:intermediateCatchEvent>
|
|
1236
|
+
<bpmn:sequenceFlow id="Flow_18axqs8" sourceRef="Event_1yin7cy" targetRef="Event_1t3vo7s" />
|
|
1237
|
+
<bpmn:boundaryEvent id="Event_1av16w4" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorBoundary.v1" zeebe:modelerTemplateVersion="13" zeebe:modelerTemplateIcon="data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg==" attachedToRef="Activity_0aw9cfm">
|
|
1238
|
+
<bpmn:extensionElements>
|
|
1239
|
+
<zeebe:properties>
|
|
1240
|
+
<zeebe:property name="inbound.type" value="io.camunda:webhook:1" />
|
|
1241
|
+
<zeebe:property name="inbound.method" value="any" />
|
|
1242
|
+
<zeebe:property name="inbound.context" value="polling-boundary" />
|
|
1243
|
+
<zeebe:property name="inbound.shouldValidateHmac" value="disabled" />
|
|
1244
|
+
<zeebe:property name="inbound.auth.type" value="NONE" />
|
|
1245
|
+
<zeebe:property name="consumeUnmatchedEvents" value="true" />
|
|
1246
|
+
<zeebe:property name="correlationKeyExpression" value="="test"" />
|
|
1247
|
+
<zeebe:property name="deduplicationModeManualFlag" value="false" />
|
|
1248
|
+
<zeebe:property name="deduplicationMode" value="AUTO" />
|
|
1249
|
+
<zeebe:property name="resultVariable" value="" />
|
|
1250
|
+
<zeebe:property name="resultExpression" value="" />
|
|
1251
|
+
</zeebe:properties>
|
|
1252
|
+
</bpmn:extensionElements>
|
|
1253
|
+
<bpmn:outgoing>Flow_1ilngpt</bpmn:outgoing>
|
|
1254
|
+
<bpmn:messageEventDefinition id="MessageEventDefinition_1m9t7rm" messageRef="Message_1ppv8dp" />
|
|
1255
|
+
</bpmn:boundaryEvent>
|
|
1256
|
+
<bpmn:sequenceFlow id="Flow_1ilngpt" sourceRef="Event_1av16w4" targetRef="Gateway_0fol6wj" />
|
|
1257
|
+
<bpmn:sequenceFlow id="Flow_0ll99rh" sourceRef="Event_0svso2z" targetRef="Gateway_0fol6wj" />
|
|
1258
|
+
<bpmn:inclusiveGateway id="Gateway_0fol6wj" name="">
|
|
1259
|
+
<bpmn:incoming>Flow_1ilngpt</bpmn:incoming>
|
|
1260
|
+
<bpmn:incoming>Flow_0ll99rh</bpmn:incoming>
|
|
1261
|
+
<bpmn:outgoing>Flow_1jwn0gb</bpmn:outgoing>
|
|
1262
|
+
</bpmn:inclusiveGateway>
|
|
1263
|
+
<bpmn:exclusiveGateway id="Gateway_0ok5rb8" name="evaluation null as expected?" default="Flow_1l716mb">
|
|
1264
|
+
<bpmn:incoming>Flow_1tkygd5</bpmn:incoming>
|
|
1265
|
+
<bpmn:outgoing>Flow_1l716mb</bpmn:outgoing>
|
|
1266
|
+
<bpmn:outgoing>Flow_0ief2uo</bpmn:outgoing>
|
|
1267
|
+
</bpmn:exclusiveGateway>
|
|
1268
|
+
<bpmn:endEvent id="Event_1a801u0" name="Error: null value handling by REST failed">
|
|
1269
|
+
<bpmn:incoming>Flow_1l716mb</bpmn:incoming>
|
|
1270
|
+
<bpmn:errorEventDefinition id="ErrorEventDefinition_0bu5id9" errorRef="Error_0aj94wz" />
|
|
1271
|
+
</bpmn:endEvent>
|
|
1272
|
+
<bpmn:sequenceFlow id="Flow_1l716mb" sourceRef="Gateway_0ok5rb8" targetRef="Event_1a801u0" />
|
|
1273
|
+
<bpmn:sequenceFlow id="Flow_1tkygd5" sourceRef="Activity_1805won" targetRef="Gateway_0ok5rb8" />
|
|
1274
|
+
<bpmn:sequenceFlow id="Flow_0ief2uo" name="yes" sourceRef="Gateway_0ok5rb8" targetRef="Activity_0clxbib">
|
|
1275
|
+
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=pass_0 or number(version)<8.7</bpmn:conditionExpression>
|
|
1276
|
+
</bpmn:sequenceFlow>
|
|
1277
|
+
<bpmn:association id="Association_0yuc8ue" associationDirection="None" sourceRef="Event_1hwnkam" targetRef="TextAnnotation_1cpdali" />
|
|
1278
|
+
<bpmn:textAnnotation id="TextAnnotation_1cpdali">
|
|
1279
|
+
<bpmn:text>example trigger of webhook (credential section atm not needed)
|
|
1280
|
+
|
|
1281
|
+
curl -X POST https://qa.ci.distro.ultrawombat.com/connectors/inbound/dochandling \
|
|
1282
|
+
-H "Content-Type: application/json" \
|
|
1283
|
+
-d "{\"baseurl\":\"https://qa.ci.distro.ultrawombat.com\",\
|
|
1284
|
+
\"version\":\"8.8\",\
|
|
1285
|
+
\"tokenEndpoint\":\"https://gke-qaelupg-bc40-8-8-qaelupg.ci.distro.ultrawombat.com/auth/realms/camunda-platform/protocol/openid-connect/token\",\
|
|
1286
|
+
\"zeebeSecret\":\"test\",\
|
|
1287
|
+
\"zeebeClientId\":\"test\"}"</bpmn:text>
|
|
1288
|
+
</bpmn:textAnnotation>
|
|
1289
|
+
<bpmn:textAnnotation id="TextAnnotation_1101wzi">
|
|
1290
|
+
<bpmn:text>using Beeceptor</bpmn:text>
|
|
1291
|
+
</bpmn:textAnnotation>
|
|
1292
|
+
<bpmn:association id="Association_05bdnz2" associationDirection="None" sourceRef="Event_11yyzs2" targetRef="TextAnnotation_1101wzi" />
|
|
1293
|
+
<bpmn:textAnnotation id="TextAnnotation_0tnwbqh">
|
|
1294
|
+
<bpmn:text>boundary conditions
|
|
1295
|
+
(with race conditions)</bpmn:text>
|
|
1296
|
+
</bpmn:textAnnotation>
|
|
1297
|
+
<bpmn:association id="Association_0rd52v1" associationDirection="None" sourceRef="Gateway_0fol6wj" targetRef="TextAnnotation_0tnwbqh" />
|
|
1298
|
+
</bpmn:process>
|
|
1299
|
+
<bpmn:message id="Message_18wa5o0" name="e5222db3-e0f2-497c-bca3-586f65d54b96" zeebe:modelerTemplate="io.camunda.connectors.http.Polling">
|
|
1300
|
+
<bpmn:extensionElements>
|
|
1301
|
+
<zeebe:subscription correlationKey="="basic"" />
|
|
1302
|
+
</bpmn:extensionElements>
|
|
1303
|
+
</bpmn:message>
|
|
1304
|
+
<bpmn:message id="Message_00qokny" name="b7c19f3a-1872-44a5-a3a7-489518b95bae" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
1305
|
+
<bpmn:extensionElements>
|
|
1306
|
+
<zeebe:subscription correlationKey="="Basic dXNlcm5hbWU6cGFzc3dvcmQ="" />
|
|
1307
|
+
</bpmn:extensionElements>
|
|
1308
|
+
</bpmn:message>
|
|
1309
|
+
<bpmn:message id="Message_16dzdif" name="b4d5150c-a811-4561-997b-37d8533e22e0" zeebe:modelerTemplate="io.camunda.connectors.http.Polling">
|
|
1310
|
+
<bpmn:extensionElements>
|
|
1311
|
+
<zeebe:subscription correlationKey="="none"" />
|
|
1312
|
+
</bpmn:extensionElements>
|
|
1313
|
+
</bpmn:message>
|
|
1314
|
+
<bpmn:message id="Message_1na27fg" name="eaa4d7a0-ad20-43c3-a2ba-46b62c0e3b10" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorIntermediate.v1">
|
|
1315
|
+
<bpmn:extensionElements>
|
|
1316
|
+
<zeebe:subscription correlationKey="="2"" />
|
|
1317
|
+
</bpmn:extensionElements>
|
|
1318
|
+
</bpmn:message>
|
|
1319
|
+
<bpmn:message id="Message_1ppv8dp" name="d263f398-3dae-49a3-880e-8552a8547a76" zeebe:modelerTemplate="io.camunda.connectors.webhook.WebhookConnectorBoundary.v1">
|
|
1320
|
+
<bpmn:extensionElements>
|
|
1321
|
+
<zeebe:subscription correlationKey="="test"" />
|
|
1322
|
+
</bpmn:extensionElements>
|
|
1323
|
+
</bpmn:message>
|
|
1324
|
+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
1325
|
+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_rest">
|
|
1326
|
+
<bpmndi:BPMNShape id="BPMNShape_186gpcl" bpmnElement="Activity_1mn6bx5" isExpanded="true">
|
|
1327
|
+
<dc:Bounds x="1580" y="1040" width="560" height="410" />
|
|
1328
|
+
<bpmndi:BPMNLabel />
|
|
1329
|
+
</bpmndi:BPMNShape>
|
|
1330
|
+
<bpmndi:BPMNShape id="BPMNShape_03e5yz0" bpmnElement="Gateway_1xiw3eu">
|
|
1331
|
+
<dc:Bounds x="1835" y="1295" width="50" height="50" />
|
|
1332
|
+
</bpmndi:BPMNShape>
|
|
1333
|
+
<bpmndi:BPMNShape id="BPMNShape_1qd8s9p" bpmnElement="Event_04rh11a">
|
|
1334
|
+
<dc:Bounds x="2042" y="1362" width="36" height="36" />
|
|
1335
|
+
</bpmndi:BPMNShape>
|
|
1336
|
+
<bpmndi:BPMNShape id="BPMNShape_0iahr7n" bpmnElement="Gateway_1mzbtdd">
|
|
1337
|
+
<dc:Bounds x="1835" y="1135" width="50" height="50" />
|
|
1338
|
+
</bpmndi:BPMNShape>
|
|
1339
|
+
<bpmndi:BPMNShape id="BPMNShape_1sytt8e" bpmnElement="Event_0b2gpzt">
|
|
1340
|
+
<dc:Bounds x="1642" y="1092" width="36" height="36" />
|
|
1341
|
+
</bpmndi:BPMNShape>
|
|
1342
|
+
<bpmndi:BPMNShape id="BPMNShape_1h0if5a" bpmnElement="Event_10lz4w6">
|
|
1343
|
+
<dc:Bounds x="1972" y="1222" width="36" height="36" />
|
|
1344
|
+
<bpmndi:BPMNLabel>
|
|
1345
|
+
<dc:Bounds x="1943" y="1203" width="33" height="14" />
|
|
1346
|
+
</bpmndi:BPMNLabel>
|
|
1347
|
+
</bpmndi:BPMNShape>
|
|
1348
|
+
<bpmndi:BPMNShape id="BPMNShape_1k1epji" bpmnElement="Event_0upz0te">
|
|
1349
|
+
<dc:Bounds x="1892" y="1222" width="36" height="36" />
|
|
1350
|
+
<bpmndi:BPMNLabel>
|
|
1351
|
+
<dc:Bounds x="1864" y="1203" width="33" height="14" />
|
|
1352
|
+
</bpmndi:BPMNLabel>
|
|
1353
|
+
</bpmndi:BPMNShape>
|
|
1354
|
+
<bpmndi:BPMNShape id="BPMNShape_09hk02s" bpmnElement="Event_18z7qs1">
|
|
1355
|
+
<dc:Bounds x="1782" y="1222" width="36" height="36" />
|
|
1356
|
+
<bpmndi:BPMNLabel>
|
|
1357
|
+
<dc:Bounds x="1756" y="1203" width="27" height="14" />
|
|
1358
|
+
</bpmndi:BPMNLabel>
|
|
1359
|
+
</bpmndi:BPMNShape>
|
|
1360
|
+
<bpmndi:BPMNShape id="BPMNShape_1p2dy4d" bpmnElement="Event_1rzxo41">
|
|
1361
|
+
<dc:Bounds x="1692" y="1222" width="36" height="36" />
|
|
1362
|
+
<bpmndi:BPMNLabel>
|
|
1363
|
+
<dc:Bounds x="1668" y="1203" width="25" height="14" />
|
|
1364
|
+
</bpmndi:BPMNLabel>
|
|
1365
|
+
</bpmndi:BPMNShape>
|
|
1366
|
+
<bpmndi:BPMNEdge id="BPMNEdge_1ivvklp" bpmnElement="Flow_0xyz6u8">
|
|
1367
|
+
<di:waypoint x="1710" y="1258" />
|
|
1368
|
+
<di:waypoint x="1710" y="1320" />
|
|
1369
|
+
<di:waypoint x="1835" y="1320" />
|
|
1370
|
+
</bpmndi:BPMNEdge>
|
|
1371
|
+
<bpmndi:BPMNEdge id="BPMNEdge_1arfv7b" bpmnElement="Flow_1ijtmh5">
|
|
1372
|
+
<di:waypoint x="1800" y="1258" />
|
|
1373
|
+
<di:waypoint x="1800" y="1320" />
|
|
1374
|
+
<di:waypoint x="1835" y="1320" />
|
|
1375
|
+
</bpmndi:BPMNEdge>
|
|
1376
|
+
<bpmndi:BPMNEdge id="BPMNEdge_0najltz" bpmnElement="Flow_0qf8wjv">
|
|
1377
|
+
<di:waypoint x="1990" y="1258" />
|
|
1378
|
+
<di:waypoint x="1990" y="1320" />
|
|
1379
|
+
<di:waypoint x="1885" y="1320" />
|
|
1380
|
+
</bpmndi:BPMNEdge>
|
|
1381
|
+
<bpmndi:BPMNEdge id="BPMNEdge_1fn46ak" bpmnElement="Flow_1icik60">
|
|
1382
|
+
<di:waypoint x="1910" y="1258" />
|
|
1383
|
+
<di:waypoint x="1910" y="1320" />
|
|
1384
|
+
<di:waypoint x="1885" y="1320" />
|
|
1385
|
+
</bpmndi:BPMNEdge>
|
|
1386
|
+
<bpmndi:BPMNEdge id="BPMNEdge_1elvs6s" bpmnElement="Flow_0ghd8cg">
|
|
1387
|
+
<di:waypoint x="1860" y="1345" />
|
|
1388
|
+
<di:waypoint x="1860" y="1380" />
|
|
1389
|
+
<di:waypoint x="2042" y="1380" />
|
|
1390
|
+
</bpmndi:BPMNEdge>
|
|
1391
|
+
<bpmndi:BPMNEdge id="BPMNEdge_0ln9wnb" bpmnElement="Flow_155buvp">
|
|
1392
|
+
<di:waypoint x="1678" y="1110" />
|
|
1393
|
+
<di:waypoint x="1860" y="1110" />
|
|
1394
|
+
<di:waypoint x="1860" y="1135" />
|
|
1395
|
+
</bpmndi:BPMNEdge>
|
|
1396
|
+
<bpmndi:BPMNEdge id="BPMNEdge_1sl8l3j" bpmnElement="Flow_0b15uk9">
|
|
1397
|
+
<di:waypoint x="1835" y="1160" />
|
|
1398
|
+
<di:waypoint x="1710" y="1160" />
|
|
1399
|
+
<di:waypoint x="1710" y="1222" />
|
|
1400
|
+
</bpmndi:BPMNEdge>
|
|
1401
|
+
<bpmndi:BPMNEdge id="BPMNEdge_1d6j2qm" bpmnElement="Flow_1g2d862">
|
|
1402
|
+
<di:waypoint x="1835" y="1160" />
|
|
1403
|
+
<di:waypoint x="1800" y="1160" />
|
|
1404
|
+
<di:waypoint x="1800" y="1222" />
|
|
1405
|
+
</bpmndi:BPMNEdge>
|
|
1406
|
+
<bpmndi:BPMNEdge id="BPMNEdge_19bgzna" bpmnElement="Flow_164c6qs">
|
|
1407
|
+
<di:waypoint x="1885" y="1160" />
|
|
1408
|
+
<di:waypoint x="1990" y="1160" />
|
|
1409
|
+
<di:waypoint x="1990" y="1222" />
|
|
1410
|
+
</bpmndi:BPMNEdge>
|
|
1411
|
+
<bpmndi:BPMNEdge id="BPMNEdge_066smep" bpmnElement="Flow_01qods3">
|
|
1412
|
+
<di:waypoint x="1885" y="1160" />
|
|
1413
|
+
<di:waypoint x="1910" y="1160" />
|
|
1414
|
+
<di:waypoint x="1910" y="1222" />
|
|
1415
|
+
</bpmndi:BPMNEdge>
|
|
1416
|
+
<bpmndi:BPMNShape id="Activity_0clxbib_di" bpmnElement="Activity_0clxbib" isExpanded="true">
|
|
1417
|
+
<dc:Bounds x="1290" y="80" width="685" height="320" />
|
|
1418
|
+
<bpmndi:BPMNLabel />
|
|
1419
|
+
</bpmndi:BPMNShape>
|
|
1420
|
+
<bpmndi:BPMNShape id="BPMNShape_07qe6pk" bpmnElement="Activity_1e25tyk">
|
|
1421
|
+
<dc:Bounds x="1500" y="120" width="100" height="80" />
|
|
1422
|
+
<bpmndi:BPMNLabel />
|
|
1423
|
+
</bpmndi:BPMNShape>
|
|
1424
|
+
<bpmndi:BPMNShape id="BPMNShape_1xwsvi1" bpmnElement="Activity_0jwotk0">
|
|
1425
|
+
<dc:Bounds x="1500" y="260" width="100" height="80" />
|
|
1426
|
+
<bpmndi:BPMNLabel />
|
|
1427
|
+
</bpmndi:BPMNShape>
|
|
1428
|
+
<bpmndi:BPMNShape id="BPMNShape_01h8ub9" bpmnElement="Activity_00c3u2z">
|
|
1429
|
+
<dc:Bounds x="1660" y="120" width="100" height="80" />
|
|
1430
|
+
<bpmndi:BPMNLabel />
|
|
1431
|
+
</bpmndi:BPMNShape>
|
|
1432
|
+
<bpmndi:BPMNShape id="BPMNShape_0fm0qbq" bpmnElement="Activity_1h16jhr">
|
|
1433
|
+
<dc:Bounds x="1660" y="260" width="100" height="80" />
|
|
1434
|
+
<bpmndi:BPMNLabel />
|
|
1435
|
+
</bpmndi:BPMNShape>
|
|
1436
|
+
<bpmndi:BPMNShape id="Event_1t5e5nv_di" bpmnElement="Event_1t5e5nv">
|
|
1437
|
+
<dc:Bounds x="1322" y="212" width="36" height="36" />
|
|
1438
|
+
</bpmndi:BPMNShape>
|
|
1439
|
+
<bpmndi:BPMNShape id="Gateway_1be6syv_di" bpmnElement="Gateway_18rc86y">
|
|
1440
|
+
<dc:Bounds x="1405" y="205" width="50" height="50" />
|
|
1441
|
+
</bpmndi:BPMNShape>
|
|
1442
|
+
<bpmndi:BPMNShape id="Gateway_04kiswg_di" bpmnElement="Gateway_05r5m60">
|
|
1443
|
+
<dc:Bounds x="1805" y="195" width="50" height="50" />
|
|
1444
|
+
</bpmndi:BPMNShape>
|
|
1445
|
+
<bpmndi:BPMNShape id="Event_0v4dtur_di" bpmnElement="Event_0v4dtur">
|
|
1446
|
+
<dc:Bounds x="1887" y="202" width="36" height="36" />
|
|
1447
|
+
</bpmndi:BPMNShape>
|
|
1448
|
+
<bpmndi:BPMNEdge id="Flow_0i4mp6m_di" bpmnElement="Flow_0i4mp6m">
|
|
1449
|
+
<di:waypoint x="1358" y="230" />
|
|
1450
|
+
<di:waypoint x="1405" y="230" />
|
|
1451
|
+
</bpmndi:BPMNEdge>
|
|
1452
|
+
<bpmndi:BPMNEdge id="Flow_1jix0hw_di" bpmnElement="Flow_1jix0hw">
|
|
1453
|
+
<di:waypoint x="1430" y="205" />
|
|
1454
|
+
<di:waypoint x="1430" y="160" />
|
|
1455
|
+
<di:waypoint x="1500" y="160" />
|
|
1456
|
+
</bpmndi:BPMNEdge>
|
|
1457
|
+
<bpmndi:BPMNEdge id="Flow_0ehi7oo_di" bpmnElement="Flow_0ehi7oo">
|
|
1458
|
+
<di:waypoint x="1600" y="160" />
|
|
1459
|
+
<di:waypoint x="1660" y="160" />
|
|
1460
|
+
</bpmndi:BPMNEdge>
|
|
1461
|
+
<bpmndi:BPMNEdge id="Flow_0jx0s1p_di" bpmnElement="Flow_0jx0s1p">
|
|
1462
|
+
<di:waypoint x="1760" y="160" />
|
|
1463
|
+
<di:waypoint x="1830" y="160" />
|
|
1464
|
+
<di:waypoint x="1830" y="195" />
|
|
1465
|
+
</bpmndi:BPMNEdge>
|
|
1466
|
+
<bpmndi:BPMNEdge id="Flow_1dj150j_di" bpmnElement="Flow_1dj150j">
|
|
1467
|
+
<di:waypoint x="1430" y="255" />
|
|
1468
|
+
<di:waypoint x="1430" y="300" />
|
|
1469
|
+
<di:waypoint x="1500" y="300" />
|
|
1470
|
+
</bpmndi:BPMNEdge>
|
|
1471
|
+
<bpmndi:BPMNEdge id="Flow_1nogf5b_di" bpmnElement="Flow_1nogf5b">
|
|
1472
|
+
<di:waypoint x="1600" y="300" />
|
|
1473
|
+
<di:waypoint x="1660" y="300" />
|
|
1474
|
+
</bpmndi:BPMNEdge>
|
|
1475
|
+
<bpmndi:BPMNEdge id="Flow_0ufqpse_di" bpmnElement="Flow_0ufqpse">
|
|
1476
|
+
<di:waypoint x="1760" y="300" />
|
|
1477
|
+
<di:waypoint x="1830" y="300" />
|
|
1478
|
+
<di:waypoint x="1830" y="245" />
|
|
1479
|
+
</bpmndi:BPMNEdge>
|
|
1480
|
+
<bpmndi:BPMNEdge id="Flow_1o0hbo5_di" bpmnElement="Flow_1o0hbo5">
|
|
1481
|
+
<di:waypoint x="1855" y="220" />
|
|
1482
|
+
<di:waypoint x="1887" y="220" />
|
|
1483
|
+
</bpmndi:BPMNEdge>
|
|
1484
|
+
<bpmndi:BPMNShape id="BPMNShape_1abkki9" bpmnElement="Activity_1ecomc2" isExpanded="true">
|
|
1485
|
+
<dc:Bounds x="855" y="1040" width="590" height="410" />
|
|
1486
|
+
<bpmndi:BPMNLabel />
|
|
1487
|
+
</bpmndi:BPMNShape>
|
|
1488
|
+
<bpmndi:BPMNShape id="BPMNShape_17l57oq" bpmnElement="Event_1xpf9xb">
|
|
1489
|
+
<dc:Bounds x="897" y="1092" width="36" height="36" />
|
|
1490
|
+
</bpmndi:BPMNShape>
|
|
1491
|
+
<bpmndi:BPMNShape id="BPMNShape_09dej5q" bpmnElement="Gateway_0u42jpg">
|
|
1492
|
+
<dc:Bounds x="1120" y="1295" width="50" height="50" />
|
|
1493
|
+
</bpmndi:BPMNShape>
|
|
1494
|
+
<bpmndi:BPMNShape id="BPMNShape_0264j7g" bpmnElement="Event_0hudj88">
|
|
1495
|
+
<dc:Bounds x="1347" y="1362" width="36" height="36" />
|
|
1496
|
+
</bpmndi:BPMNShape>
|
|
1497
|
+
<bpmndi:BPMNShape id="Gateway_0xzla1a_di" bpmnElement="Gateway_1beudb4">
|
|
1498
|
+
<dc:Bounds x="1120" y="1135" width="50" height="50" />
|
|
1499
|
+
</bpmndi:BPMNShape>
|
|
1500
|
+
<bpmndi:BPMNShape id="BPMNShape_0co2zkh" bpmnElement="Event_07dmyt1">
|
|
1501
|
+
<dc:Bounds x="967" y="1222" width="36" height="36" />
|
|
1502
|
+
<bpmndi:BPMNLabel>
|
|
1503
|
+
<dc:Bounds x="945" y="1203" width="23" height="14" />
|
|
1504
|
+
</bpmndi:BPMNLabel>
|
|
1505
|
+
</bpmndi:BPMNShape>
|
|
1506
|
+
<bpmndi:BPMNShape id="BPMNShape_1q5efml" bpmnElement="Event_0lunm3v">
|
|
1507
|
+
<dc:Bounds x="1047" y="1222" width="36" height="36" />
|
|
1508
|
+
<bpmndi:BPMNLabel>
|
|
1509
|
+
<dc:Bounds x="1019" y="1203" width="31" height="14" />
|
|
1510
|
+
</bpmndi:BPMNLabel>
|
|
1511
|
+
</bpmndi:BPMNShape>
|
|
1512
|
+
<bpmndi:BPMNShape id="BPMNShape_1l4o9o2" bpmnElement="Event_1gpkeg2">
|
|
1513
|
+
<dc:Bounds x="1207" y="1222" width="36" height="36" />
|
|
1514
|
+
<bpmndi:BPMNLabel>
|
|
1515
|
+
<dc:Bounds x="1183" y="1203" width="23" height="14" />
|
|
1516
|
+
</bpmndi:BPMNLabel>
|
|
1517
|
+
</bpmndi:BPMNShape>
|
|
1518
|
+
<bpmndi:BPMNShape id="BPMNShape_1i6e7cl" bpmnElement="Event_17pm8jk">
|
|
1519
|
+
<dc:Bounds x="1307" y="1222" width="36" height="36" />
|
|
1520
|
+
<bpmndi:BPMNLabel>
|
|
1521
|
+
<dc:Bounds x="1263" y="1203" width="43" height="14" />
|
|
1522
|
+
</bpmndi:BPMNLabel>
|
|
1523
|
+
</bpmndi:BPMNShape>
|
|
1524
|
+
<bpmndi:BPMNShape id="BPMNShape_0rl1byx" bpmnElement="Event_03m5ov5">
|
|
1525
|
+
<dc:Bounds x="1127" y="1222" width="36" height="36" />
|
|
1526
|
+
<bpmndi:BPMNLabel>
|
|
1527
|
+
<dc:Bounds x="1110" y="1203" width="20" height="14" />
|
|
1528
|
+
</bpmndi:BPMNLabel>
|
|
1529
|
+
</bpmndi:BPMNShape>
|
|
1530
|
+
<bpmndi:BPMNEdge id="Flow_1fg4jpq_di" bpmnElement="Flow_1fg4jpq">
|
|
1531
|
+
<di:waypoint x="933" y="1110" />
|
|
1532
|
+
<di:waypoint x="1145" y="1110" />
|
|
1533
|
+
<di:waypoint x="1145" y="1135" />
|
|
1534
|
+
</bpmndi:BPMNEdge>
|
|
1535
|
+
<bpmndi:BPMNEdge id="Flow_18iuv53_di" bpmnElement="Flow_18iuv53">
|
|
1536
|
+
<di:waypoint x="1145" y="1345" />
|
|
1537
|
+
<di:waypoint x="1145" y="1380" />
|
|
1538
|
+
<di:waypoint x="1347" y="1380" />
|
|
1539
|
+
</bpmndi:BPMNEdge>
|
|
1540
|
+
<bpmndi:BPMNEdge id="Flow_0fnkzuw_di" bpmnElement="Flow_0fnkzuw">
|
|
1541
|
+
<di:waypoint x="1120" y="1160" />
|
|
1542
|
+
<di:waypoint x="985" y="1160" />
|
|
1543
|
+
<di:waypoint x="985" y="1222" />
|
|
1544
|
+
</bpmndi:BPMNEdge>
|
|
1545
|
+
<bpmndi:BPMNEdge id="Flow_0p427ii_di" bpmnElement="Flow_0p427ii">
|
|
1546
|
+
<di:waypoint x="1120" y="1160" />
|
|
1547
|
+
<di:waypoint x="1065" y="1160" />
|
|
1548
|
+
<di:waypoint x="1065" y="1222" />
|
|
1549
|
+
</bpmndi:BPMNEdge>
|
|
1550
|
+
<bpmndi:BPMNEdge id="Flow_13l7gjy_di" bpmnElement="Flow_13l7gjy">
|
|
1551
|
+
<di:waypoint x="1170" y="1160" />
|
|
1552
|
+
<di:waypoint x="1225" y="1160" />
|
|
1553
|
+
<di:waypoint x="1225" y="1222" />
|
|
1554
|
+
</bpmndi:BPMNEdge>
|
|
1555
|
+
<bpmndi:BPMNEdge id="Flow_1ksczbw_di" bpmnElement="Flow_1ksczbw">
|
|
1556
|
+
<di:waypoint x="1170" y="1160" />
|
|
1557
|
+
<di:waypoint x="1325" y="1160" />
|
|
1558
|
+
<di:waypoint x="1325" y="1222" />
|
|
1559
|
+
</bpmndi:BPMNEdge>
|
|
1560
|
+
<bpmndi:BPMNEdge id="Flow_1nv3kbf_di" bpmnElement="Flow_1nv3kbf">
|
|
1561
|
+
<di:waypoint x="985" y="1258" />
|
|
1562
|
+
<di:waypoint x="985" y="1320" />
|
|
1563
|
+
<di:waypoint x="1120" y="1320" />
|
|
1564
|
+
</bpmndi:BPMNEdge>
|
|
1565
|
+
<bpmndi:BPMNEdge id="Flow_0n40iug_di" bpmnElement="Flow_0n40iug">
|
|
1566
|
+
<di:waypoint x="1065" y="1258" />
|
|
1567
|
+
<di:waypoint x="1065" y="1320" />
|
|
1568
|
+
<di:waypoint x="1120" y="1320" />
|
|
1569
|
+
</bpmndi:BPMNEdge>
|
|
1570
|
+
<bpmndi:BPMNEdge id="Flow_07yugbu_di" bpmnElement="Flow_07yugbu">
|
|
1571
|
+
<di:waypoint x="1225" y="1258" />
|
|
1572
|
+
<di:waypoint x="1225" y="1320" />
|
|
1573
|
+
<di:waypoint x="1170" y="1320" />
|
|
1574
|
+
</bpmndi:BPMNEdge>
|
|
1575
|
+
<bpmndi:BPMNEdge id="Flow_1qykcbp_di" bpmnElement="Flow_1qykcbp">
|
|
1576
|
+
<di:waypoint x="1325" y="1258" />
|
|
1577
|
+
<di:waypoint x="1325" y="1320" />
|
|
1578
|
+
<di:waypoint x="1170" y="1320" />
|
|
1579
|
+
</bpmndi:BPMNEdge>
|
|
1580
|
+
<bpmndi:BPMNEdge id="Flow_1k4fe1r_di" bpmnElement="Flow_1k4fe1r">
|
|
1581
|
+
<di:waypoint x="1145" y="1185" />
|
|
1582
|
+
<di:waypoint x="1145" y="1222" />
|
|
1583
|
+
</bpmndi:BPMNEdge>
|
|
1584
|
+
<bpmndi:BPMNEdge id="Flow_0stb1mw_di" bpmnElement="Flow_0stb1mw">
|
|
1585
|
+
<di:waypoint x="1145" y="1258" />
|
|
1586
|
+
<di:waypoint x="1145" y="1295" />
|
|
1587
|
+
</bpmndi:BPMNEdge>
|
|
1588
|
+
<bpmndi:BPMNShape id="BPMNShape_001ubtv" bpmnElement="Activity_07cg2ex" isExpanded="true">
|
|
1589
|
+
<dc:Bounds x="960" y="456" width="1010" height="504" />
|
|
1590
|
+
<bpmndi:BPMNLabel />
|
|
1591
|
+
</bpmndi:BPMNShape>
|
|
1592
|
+
<bpmndi:BPMNShape id="BPMNShape_03s4sdq" bpmnElement="Activity_0srn0vq">
|
|
1593
|
+
<dc:Bounds x="1370" y="520" width="100" height="80" />
|
|
1594
|
+
<bpmndi:BPMNLabel />
|
|
1595
|
+
</bpmndi:BPMNShape>
|
|
1596
|
+
<bpmndi:BPMNShape id="BPMNShape_0x72htj" bpmnElement="Activity_10kigs3">
|
|
1597
|
+
<dc:Bounds x="1520" y="520" width="100" height="80" />
|
|
1598
|
+
<bpmndi:BPMNLabel />
|
|
1599
|
+
</bpmndi:BPMNShape>
|
|
1600
|
+
<bpmndi:BPMNShape id="BPMNShape_12wmom0" bpmnElement="Activity_0qn4ejt">
|
|
1601
|
+
<dc:Bounds x="1190" y="650" width="100" height="80" />
|
|
1602
|
+
<bpmndi:BPMNLabel />
|
|
1603
|
+
</bpmndi:BPMNShape>
|
|
1604
|
+
<bpmndi:BPMNShape id="BPMNShape_0ro27d6" bpmnElement="Activity_0ces05q">
|
|
1605
|
+
<dc:Bounds x="1660" y="520" width="100" height="80" />
|
|
1606
|
+
<bpmndi:BPMNLabel />
|
|
1607
|
+
</bpmndi:BPMNShape>
|
|
1608
|
+
<bpmndi:BPMNShape id="Event_1ykpoz6_di" bpmnElement="Event_1ykpoz6">
|
|
1609
|
+
<dc:Bounds x="1012" y="602" width="36" height="36" />
|
|
1610
|
+
</bpmndi:BPMNShape>
|
|
1611
|
+
<bpmndi:BPMNShape id="Gateway_1s6sw09_di" bpmnElement="Gateway_0iy1pmv">
|
|
1612
|
+
<dc:Bounds x="1095" y="595" width="50" height="50" />
|
|
1613
|
+
</bpmndi:BPMNShape>
|
|
1614
|
+
<bpmndi:BPMNShape id="Gateway_0czi4se_di" bpmnElement="Gateway_02kj8an">
|
|
1615
|
+
<dc:Bounds x="1815" y="595" width="50" height="50" />
|
|
1616
|
+
</bpmndi:BPMNShape>
|
|
1617
|
+
<bpmndi:BPMNShape id="Event_1ccycp9_di" bpmnElement="Event_1ccycp9">
|
|
1618
|
+
<dc:Bounds x="1912" y="602" width="36" height="36" />
|
|
1619
|
+
</bpmndi:BPMNShape>
|
|
1620
|
+
<bpmndi:BPMNShape id="BPMNShape_186cgow" bpmnElement="Activity_1c0h0mp">
|
|
1621
|
+
<dc:Bounds x="1520" y="840" width="100" height="80" />
|
|
1622
|
+
<bpmndi:BPMNLabel />
|
|
1623
|
+
</bpmndi:BPMNShape>
|
|
1624
|
+
<bpmndi:BPMNShape id="BPMNShape_1rdqqo8" bpmnElement="Activity_14ru3p2">
|
|
1625
|
+
<dc:Bounds x="1660" y="650" width="100" height="80" />
|
|
1626
|
+
<bpmndi:BPMNLabel />
|
|
1627
|
+
</bpmndi:BPMNShape>
|
|
1628
|
+
<bpmndi:BPMNShape id="BPMNShape_0zhxc5v" bpmnElement="Activity_04377wv">
|
|
1629
|
+
<dc:Bounds x="1190" y="520" width="100" height="80" />
|
|
1630
|
+
<bpmndi:BPMNLabel />
|
|
1631
|
+
</bpmndi:BPMNShape>
|
|
1632
|
+
<bpmndi:BPMNShape id="Event_0xwitm8_di" bpmnElement="Event_0mbuc15">
|
|
1633
|
+
<dc:Bounds x="1362" y="672" width="36" height="36" />
|
|
1634
|
+
<bpmndi:BPMNLabel>
|
|
1635
|
+
<dc:Bounds x="1349" y="636" width="62" height="27" />
|
|
1636
|
+
</bpmndi:BPMNLabel>
|
|
1637
|
+
</bpmndi:BPMNShape>
|
|
1638
|
+
<bpmndi:BPMNShape id="Gateway_1vbypyy_di" bpmnElement="Gateway_0hy2rrr">
|
|
1639
|
+
<dc:Bounds x="1455" y="753" width="50" height="50" />
|
|
1640
|
+
</bpmndi:BPMNShape>
|
|
1641
|
+
<bpmndi:BPMNShape id="Gateway_0txinl6_di" bpmnElement="Gateway_1piu8at">
|
|
1642
|
+
<dc:Bounds x="1765" y="765" width="50" height="50" />
|
|
1643
|
+
</bpmndi:BPMNShape>
|
|
1644
|
+
<bpmndi:BPMNShape id="BPMNShape_07roadg" bpmnElement="Activity_147su35">
|
|
1645
|
+
<dc:Bounds x="1190" y="840" width="100" height="80" />
|
|
1646
|
+
<bpmndi:BPMNLabel />
|
|
1647
|
+
</bpmndi:BPMNShape>
|
|
1648
|
+
<bpmndi:BPMNShape id="BPMNShape_1hiiu0s" bpmnElement="Event_096afxv">
|
|
1649
|
+
<dc:Bounds x="1102" y="760" width="36" height="36" />
|
|
1650
|
+
<bpmndi:BPMNLabel>
|
|
1651
|
+
<dc:Bounds x="1078" y="753" width="24" height="14" />
|
|
1652
|
+
</bpmndi:BPMNLabel>
|
|
1653
|
+
</bpmndi:BPMNShape>
|
|
1654
|
+
<bpmndi:BPMNShape id="Event_0lsbjhi_di" bpmnElement="Event_0x2osmr">
|
|
1655
|
+
<dc:Bounds x="1362" y="862" width="36" height="36" />
|
|
1656
|
+
<bpmndi:BPMNLabel>
|
|
1657
|
+
<dc:Bounds x="1361" y="843" width="37" height="14" />
|
|
1658
|
+
</bpmndi:BPMNLabel>
|
|
1659
|
+
</bpmndi:BPMNShape>
|
|
1660
|
+
<bpmndi:BPMNShape id="BPMNShape_0mkrun5" bpmnElement="Activity_0kjzxst">
|
|
1661
|
+
<dc:Bounds x="1520" y="650" width="100" height="80" />
|
|
1662
|
+
<bpmndi:BPMNLabel />
|
|
1663
|
+
</bpmndi:BPMNShape>
|
|
1664
|
+
<bpmndi:BPMNShape id="BPMNShape_0rwae2t" bpmnElement="Activity_0zwlzdl">
|
|
1665
|
+
<dc:Bounds x="1660" y="840" width="100" height="80" />
|
|
1666
|
+
<bpmndi:BPMNLabel />
|
|
1667
|
+
</bpmndi:BPMNShape>
|
|
1668
|
+
<bpmndi:BPMNShape id="Event_1m7obg9_di" bpmnElement="Event_1jy15at">
|
|
1669
|
+
<dc:Bounds x="1622" y="772" width="36" height="36" />
|
|
1670
|
+
<bpmndi:BPMNLabel>
|
|
1671
|
+
<dc:Bounds x="1541" y="773" width="57" height="27" />
|
|
1672
|
+
</bpmndi:BPMNLabel>
|
|
1673
|
+
</bpmndi:BPMNShape>
|
|
1674
|
+
<bpmndi:BPMNShape id="Event_14nknoc_di" bpmnElement="Event_06hjvnb">
|
|
1675
|
+
<dc:Bounds x="1742" y="862" width="36" height="36" />
|
|
1676
|
+
<bpmndi:BPMNLabel>
|
|
1677
|
+
<dc:Bounds x="1783" y="903" width="13" height="14" />
|
|
1678
|
+
</bpmndi:BPMNLabel>
|
|
1679
|
+
</bpmndi:BPMNShape>
|
|
1680
|
+
<bpmndi:BPMNShape id="BPMNShape_1slhq1e" bpmnElement="Event_1f0ypld">
|
|
1681
|
+
<dc:Bounds x="1222" y="822" width="36" height="36" />
|
|
1682
|
+
</bpmndi:BPMNShape>
|
|
1683
|
+
<bpmndi:BPMNShape id="Event_1wi58w5_di" bpmnElement="Event_0zg7opw">
|
|
1684
|
+
<dc:Bounds x="1222" y="712" width="36" height="36" />
|
|
1685
|
+
</bpmndi:BPMNShape>
|
|
1686
|
+
<bpmndi:BPMNEdge id="Flow_0518t79_di" bpmnElement="Flow_0518t79">
|
|
1687
|
+
<di:waypoint x="1048" y="620" />
|
|
1688
|
+
<di:waypoint x="1095" y="620" />
|
|
1689
|
+
</bpmndi:BPMNEdge>
|
|
1690
|
+
<bpmndi:BPMNEdge id="Flow_1y1vvb9_di" bpmnElement="Flow_1y1vvb9">
|
|
1691
|
+
<di:waypoint x="1120" y="595" />
|
|
1692
|
+
<di:waypoint x="1120" y="560" />
|
|
1693
|
+
<di:waypoint x="1190" y="560" />
|
|
1694
|
+
</bpmndi:BPMNEdge>
|
|
1695
|
+
<bpmndi:BPMNEdge id="Flow_1vjw4j8_di" bpmnElement="Flow_1vjw4j8">
|
|
1696
|
+
<di:waypoint x="1145" y="620" />
|
|
1697
|
+
<di:waypoint x="1240" y="620" />
|
|
1698
|
+
<di:waypoint x="1240" y="650" />
|
|
1699
|
+
</bpmndi:BPMNEdge>
|
|
1700
|
+
<bpmndi:BPMNEdge id="Flow_0hl6xok_di" bpmnElement="Flow_0hl6xok">
|
|
1701
|
+
<di:waypoint x="1470" y="560" />
|
|
1702
|
+
<di:waypoint x="1520" y="560" />
|
|
1703
|
+
</bpmndi:BPMNEdge>
|
|
1704
|
+
<bpmndi:BPMNEdge id="Flow_1qsz398_di" bpmnElement="Flow_1qsz398">
|
|
1705
|
+
<di:waypoint x="1620" y="560" />
|
|
1706
|
+
<di:waypoint x="1660" y="560" />
|
|
1707
|
+
</bpmndi:BPMNEdge>
|
|
1708
|
+
<bpmndi:BPMNEdge id="Flow_11h2dzk_di" bpmnElement="Flow_11h2dzk">
|
|
1709
|
+
<di:waypoint x="1760" y="560" />
|
|
1710
|
+
<di:waypoint x="1840" y="560" />
|
|
1711
|
+
<di:waypoint x="1840" y="595" />
|
|
1712
|
+
</bpmndi:BPMNEdge>
|
|
1713
|
+
<bpmndi:BPMNEdge id="Flow_1x0f840_di" bpmnElement="Flow_1x0f840">
|
|
1714
|
+
<di:waypoint x="1865" y="620" />
|
|
1715
|
+
<di:waypoint x="1912" y="620" />
|
|
1716
|
+
</bpmndi:BPMNEdge>
|
|
1717
|
+
<bpmndi:BPMNEdge id="Flow_0b2qjux_di" bpmnElement="Flow_0b2qjux">
|
|
1718
|
+
<di:waypoint x="1290" y="560" />
|
|
1719
|
+
<di:waypoint x="1370" y="560" />
|
|
1720
|
+
</bpmndi:BPMNEdge>
|
|
1721
|
+
<bpmndi:BPMNEdge id="Flow_0jz4bfc_di" bpmnElement="Flow_0jz4bfc">
|
|
1722
|
+
<di:waypoint x="1290" y="690" />
|
|
1723
|
+
<di:waypoint x="1362" y="690" />
|
|
1724
|
+
</bpmndi:BPMNEdge>
|
|
1725
|
+
<bpmndi:BPMNEdge id="Flow_1d0e9lr_di" bpmnElement="Flow_1d0e9lr">
|
|
1726
|
+
<di:waypoint x="1480" y="753" />
|
|
1727
|
+
<di:waypoint x="1480" y="690" />
|
|
1728
|
+
<di:waypoint x="1520" y="690" />
|
|
1729
|
+
</bpmndi:BPMNEdge>
|
|
1730
|
+
<bpmndi:BPMNEdge id="Flow_0vlydjv_di" bpmnElement="Flow_0vlydjv">
|
|
1731
|
+
<di:waypoint x="1480" y="803" />
|
|
1732
|
+
<di:waypoint x="1480" y="880" />
|
|
1733
|
+
<di:waypoint x="1520" y="880" />
|
|
1734
|
+
</bpmndi:BPMNEdge>
|
|
1735
|
+
<bpmndi:BPMNEdge id="Flow_1fdgrnu_di" bpmnElement="Flow_1fdgrnu">
|
|
1736
|
+
<di:waypoint x="1760" y="690" />
|
|
1737
|
+
<di:waypoint x="1790" y="690" />
|
|
1738
|
+
<di:waypoint x="1790" y="765" />
|
|
1739
|
+
</bpmndi:BPMNEdge>
|
|
1740
|
+
<bpmndi:BPMNEdge id="Flow_0vrjgnn_di" bpmnElement="Flow_0vrjgnn">
|
|
1741
|
+
<di:waypoint x="1620" y="880" />
|
|
1742
|
+
<di:waypoint x="1660" y="880" />
|
|
1743
|
+
</bpmndi:BPMNEdge>
|
|
1744
|
+
<bpmndi:BPMNEdge id="Flow_0gz5jyx_di" bpmnElement="Flow_0gz5jyx">
|
|
1745
|
+
<di:waypoint x="1120" y="645" />
|
|
1746
|
+
<di:waypoint x="1120" y="760" />
|
|
1747
|
+
</bpmndi:BPMNEdge>
|
|
1748
|
+
<bpmndi:BPMNEdge id="Flow_1h1su4j_di" bpmnElement="Flow_1h1su4j">
|
|
1749
|
+
<di:waypoint x="1120" y="796" />
|
|
1750
|
+
<di:waypoint x="1120" y="880" />
|
|
1751
|
+
<di:waypoint x="1190" y="880" />
|
|
1752
|
+
</bpmndi:BPMNEdge>
|
|
1753
|
+
<bpmndi:BPMNEdge id="Flow_1q8ba9o_di" bpmnElement="Flow_1q8ba9o">
|
|
1754
|
+
<di:waypoint x="1290" y="880" />
|
|
1755
|
+
<di:waypoint x="1362" y="880" />
|
|
1756
|
+
</bpmndi:BPMNEdge>
|
|
1757
|
+
<bpmndi:BPMNEdge id="Flow_0jk59to_di" bpmnElement="Flow_0jk59to">
|
|
1758
|
+
<di:waypoint x="1240" y="748" />
|
|
1759
|
+
<di:waypoint x="1240" y="778" />
|
|
1760
|
+
<di:waypoint x="1455" y="778" />
|
|
1761
|
+
</bpmndi:BPMNEdge>
|
|
1762
|
+
<bpmndi:BPMNEdge id="Flow_1dkeydo_di" bpmnElement="Flow_1dkeydo">
|
|
1763
|
+
<di:waypoint x="1240" y="822" />
|
|
1764
|
+
<di:waypoint x="1240" y="778" />
|
|
1765
|
+
<di:waypoint x="1455" y="778" />
|
|
1766
|
+
</bpmndi:BPMNEdge>
|
|
1767
|
+
<bpmndi:BPMNEdge id="Flow_0v1637d_di" bpmnElement="Flow_0v1637d">
|
|
1768
|
+
<di:waypoint x="1620" y="690" />
|
|
1769
|
+
<di:waypoint x="1660" y="690" />
|
|
1770
|
+
</bpmndi:BPMNEdge>
|
|
1771
|
+
<bpmndi:BPMNEdge id="Flow_0cyh9yl_di" bpmnElement="Flow_0cyh9yl">
|
|
1772
|
+
<di:waypoint x="1815" y="790" />
|
|
1773
|
+
<di:waypoint x="1840" y="790" />
|
|
1774
|
+
<di:waypoint x="1840" y="645" />
|
|
1775
|
+
</bpmndi:BPMNEdge>
|
|
1776
|
+
<bpmndi:BPMNEdge id="Flow_1spjahn_di" bpmnElement="Flow_1spjahn">
|
|
1777
|
+
<di:waypoint x="1710" y="840" />
|
|
1778
|
+
<di:waypoint x="1710" y="790" />
|
|
1779
|
+
<di:waypoint x="1658" y="790" />
|
|
1780
|
+
</bpmndi:BPMNEdge>
|
|
1781
|
+
<bpmndi:BPMNEdge id="Flow_037sbag_di" bpmnElement="Flow_037sbag">
|
|
1782
|
+
<di:waypoint x="1778" y="880" />
|
|
1783
|
+
<di:waypoint x="1790" y="880" />
|
|
1784
|
+
<di:waypoint x="1790" y="815" />
|
|
1785
|
+
</bpmndi:BPMNEdge>
|
|
1786
|
+
<bpmndi:BPMNShape id="BPMNShape_1huffgs" bpmnElement="Activity_1805won">
|
|
1787
|
+
<dc:Bounds x="980" y="200" width="100" height="80" />
|
|
1788
|
+
<bpmndi:BPMNLabel />
|
|
1789
|
+
</bpmndi:BPMNShape>
|
|
1790
|
+
<bpmndi:BPMNShape id="Gateway_02l2h52_di" bpmnElement="Gateway_06glbwq">
|
|
1791
|
+
<dc:Bounds x="1455" y="1855" width="50" height="50" />
|
|
1792
|
+
</bpmndi:BPMNShape>
|
|
1793
|
+
<bpmndi:BPMNShape id="BPMNShape_16z41pr" bpmnElement="Event_1t3vo7s">
|
|
1794
|
+
<dc:Bounds x="1222" y="1952" width="36" height="36" />
|
|
1795
|
+
</bpmndi:BPMNShape>
|
|
1796
|
+
<bpmndi:BPMNShape id="Gateway_0y84an1_di" bpmnElement="Gateway_1sfda6s">
|
|
1797
|
+
<dc:Bounds x="1255" y="1905" width="50" height="50" />
|
|
1798
|
+
</bpmndi:BPMNShape>
|
|
1799
|
+
<bpmndi:BPMNShape id="Event_17akbau_di" bpmnElement="Event_1gq73x8">
|
|
1800
|
+
<dc:Bounds x="1182" y="1872" width="36" height="36" />
|
|
1801
|
+
<bpmndi:BPMNLabel>
|
|
1802
|
+
<dc:Bounds x="1168" y="1923" width="63" height="14" />
|
|
1803
|
+
</bpmndi:BPMNLabel>
|
|
1804
|
+
</bpmndi:BPMNShape>
|
|
1805
|
+
<bpmndi:BPMNShape id="Event_0j1snpf_di" bpmnElement="Event_0rxi5xy">
|
|
1806
|
+
<dc:Bounds x="2292" y="562" width="36" height="36" />
|
|
1807
|
+
<bpmndi:BPMNLabel>
|
|
1808
|
+
<dc:Bounds x="2277" y="500" width="69" height="40" />
|
|
1809
|
+
</bpmndi:BPMNLabel>
|
|
1810
|
+
</bpmndi:BPMNShape>
|
|
1811
|
+
<bpmndi:BPMNShape id="Gateway_1u1yorc_di" bpmnElement="Gateway_1u1yorc" isMarkerVisible="true">
|
|
1812
|
+
<dc:Bounds x="2185" y="555" width="50" height="50" />
|
|
1813
|
+
<bpmndi:BPMNLabel>
|
|
1814
|
+
<dc:Bounds x="2145" y="593" width="30" height="14" />
|
|
1815
|
+
</bpmndi:BPMNLabel>
|
|
1816
|
+
</bpmndi:BPMNShape>
|
|
1817
|
+
<bpmndi:BPMNShape id="BPMNShape_0ujby78" bpmnElement="Activity_19yz1d7">
|
|
1818
|
+
<dc:Bounds x="2160" y="750" width="100" height="80" />
|
|
1819
|
+
<bpmndi:BPMNLabel />
|
|
1820
|
+
</bpmndi:BPMNShape>
|
|
1821
|
+
<bpmndi:BPMNShape id="Gateway_1puaa86_di" bpmnElement="Gateway_0dkpyxp">
|
|
1822
|
+
<dc:Bounds x="2185" y="413" width="50" height="50" />
|
|
1823
|
+
</bpmndi:BPMNShape>
|
|
1824
|
+
<bpmndi:BPMNShape id="Gateway_1ilpwzx_di" bpmnElement="Gateway_0qkesum">
|
|
1825
|
+
<dc:Bounds x="2065" y="413" width="50" height="50" />
|
|
1826
|
+
</bpmndi:BPMNShape>
|
|
1827
|
+
<bpmndi:BPMNShape id="Gateway_0xwckia_di" bpmnElement="Gateway_0xwckia" isMarkerVisible="true">
|
|
1828
|
+
<dc:Bounds x="1621" y="1945" width="50" height="50" />
|
|
1829
|
+
</bpmndi:BPMNShape>
|
|
1830
|
+
<bpmndi:BPMNShape id="Gateway_1ljgnb9_di" bpmnElement="Gateway_1ljgnb9" isMarkerVisible="true">
|
|
1831
|
+
<dc:Bounds x="1671" y="1855" width="50" height="50" />
|
|
1832
|
+
</bpmndi:BPMNShape>
|
|
1833
|
+
<bpmndi:BPMNShape id="Activity_1bwp3y2_di" bpmnElement="Activity_0aw9cfm">
|
|
1834
|
+
<dc:Bounds x="1536" y="1840" width="100" height="80" />
|
|
1835
|
+
<bpmndi:BPMNLabel />
|
|
1836
|
+
</bpmndi:BPMNShape>
|
|
1837
|
+
<bpmndi:BPMNShape id="Event_12w8z8u_di" bpmnElement="Event_0y5y83u">
|
|
1838
|
+
<dc:Bounds x="1758" y="1862" width="36" height="36" />
|
|
1839
|
+
<bpmndi:BPMNLabel>
|
|
1840
|
+
<dc:Bounds x="1733" y="1833" width="74" height="14" />
|
|
1841
|
+
</bpmndi:BPMNLabel>
|
|
1842
|
+
</bpmndi:BPMNShape>
|
|
1843
|
+
<bpmndi:BPMNShape id="Gateway_0p309jo_di" bpmnElement="Gateway_0hsyoq7">
|
|
1844
|
+
<dc:Bounds x="1835" y="1485" width="50" height="50" />
|
|
1845
|
+
</bpmndi:BPMNShape>
|
|
1846
|
+
<bpmndi:BPMNShape id="Gateway_08f766c_di" bpmnElement="Gateway_09lxwsj">
|
|
1847
|
+
<dc:Bounds x="725" y="285" width="50" height="50" />
|
|
1848
|
+
</bpmndi:BPMNShape>
|
|
1849
|
+
<bpmndi:BPMNShape id="Gateway_0fyjn7m_di" bpmnElement="Gateway_0xe7n54">
|
|
1850
|
+
<dc:Bounds x="725" y="475" width="50" height="50" />
|
|
1851
|
+
</bpmndi:BPMNShape>
|
|
1852
|
+
<bpmndi:BPMNShape id="BPMNShape_0f8ta28" bpmnElement="Event_1flidct">
|
|
1853
|
+
<dc:Bounds x="642" y="382" width="36" height="36" />
|
|
1854
|
+
<bpmndi:BPMNLabel>
|
|
1855
|
+
<dc:Bounds x="598" y="363" width="44" height="14" />
|
|
1856
|
+
</bpmndi:BPMNLabel>
|
|
1857
|
+
</bpmndi:BPMNShape>
|
|
1858
|
+
<bpmndi:BPMNShape id="BPMNShape_08mbx2g" bpmnElement="Event_0p3xsto">
|
|
1859
|
+
<dc:Bounds x="822" y="382" width="36" height="36" />
|
|
1860
|
+
<bpmndi:BPMNLabel>
|
|
1861
|
+
<dc:Bounds x="858" y="363" width="64" height="14" />
|
|
1862
|
+
</bpmndi:BPMNLabel>
|
|
1863
|
+
</bpmndi:BPMNShape>
|
|
1864
|
+
<bpmndi:BPMNShape id="Event_09oac3u_di" bpmnElement="Event_1qk0lpm">
|
|
1865
|
+
<dc:Bounds x="842" y="612" width="36" height="36" />
|
|
1866
|
+
<bpmndi:BPMNLabel>
|
|
1867
|
+
<dc:Bounds x="849" y="595" width="24" height="14" />
|
|
1868
|
+
</bpmndi:BPMNLabel>
|
|
1869
|
+
</bpmndi:BPMNShape>
|
|
1870
|
+
<bpmndi:BPMNShape id="Gateway_1lwv2r6_di" bpmnElement="Gateway_1xrfg8s">
|
|
1871
|
+
<dc:Bounds x="725" y="605" width="50" height="50" />
|
|
1872
|
+
</bpmndi:BPMNShape>
|
|
1873
|
+
<bpmndi:BPMNShape id="Event_1vbdzbk_di" bpmnElement="Event_1hwnkam">
|
|
1874
|
+
<dc:Bounds x="642" y="612" width="36" height="36" />
|
|
1875
|
+
</bpmndi:BPMNShape>
|
|
1876
|
+
<bpmndi:BPMNShape id="Event_0yq2opq_di" bpmnElement="Event_0gkhgm2">
|
|
1877
|
+
<dc:Bounds x="1182" y="2122" width="36" height="36" />
|
|
1878
|
+
<bpmndi:BPMNLabel>
|
|
1879
|
+
<dc:Bounds x="1183" y="2103" width="34" height="14" />
|
|
1880
|
+
</bpmndi:BPMNLabel>
|
|
1881
|
+
</bpmndi:BPMNShape>
|
|
1882
|
+
<bpmndi:BPMNShape id="BPMNShape_081bovo" bpmnElement="Event_11yyzs2">
|
|
1883
|
+
<dc:Bounds x="1182" y="2032" width="36" height="36" />
|
|
1884
|
+
<bpmndi:BPMNLabel>
|
|
1885
|
+
<dc:Bounds x="1181" y="2013" width="38" height="14" />
|
|
1886
|
+
</bpmndi:BPMNLabel>
|
|
1887
|
+
</bpmndi:BPMNShape>
|
|
1888
|
+
<bpmndi:BPMNShape id="Gateway_1ychp82_di" bpmnElement="Gateway_0xjp0s2">
|
|
1889
|
+
<dc:Bounds x="1081" y="1905" width="50" height="50" />
|
|
1890
|
+
</bpmndi:BPMNShape>
|
|
1891
|
+
<bpmndi:BPMNShape id="Gateway_1kjwgbx_di" bpmnElement="Gateway_18w8fj7">
|
|
1892
|
+
<dc:Bounds x="881" y="1855" width="50" height="50" />
|
|
1893
|
+
</bpmndi:BPMNShape>
|
|
1894
|
+
<bpmndi:BPMNShape id="Gateway_1tf4q5b_di" bpmnElement="Gateway_0q675kq">
|
|
1895
|
+
<dc:Bounds x="725" y="955" width="50" height="50" />
|
|
1896
|
+
</bpmndi:BPMNShape>
|
|
1897
|
+
<bpmndi:BPMNShape id="BPMNShape_0qsba77" bpmnElement="Event_1e52v7w">
|
|
1898
|
+
<dc:Bounds x="1172" y="1702" width="36" height="36" />
|
|
1899
|
+
<bpmndi:BPMNLabel>
|
|
1900
|
+
<dc:Bounds x="1176" y="1753" width="28" height="14" />
|
|
1901
|
+
</bpmndi:BPMNLabel>
|
|
1902
|
+
</bpmndi:BPMNShape>
|
|
1903
|
+
<bpmndi:BPMNShape id="BPMNShape_15h8rj4" bpmnElement="Event_1w8pk6u">
|
|
1904
|
+
<dc:Bounds x="1212" y="1782" width="36" height="36" />
|
|
1905
|
+
</bpmndi:BPMNShape>
|
|
1906
|
+
<bpmndi:BPMNShape id="BPMNShape_0i0ippt" bpmnElement="Gateway_0171rli">
|
|
1907
|
+
<dc:Bounds x="1081" y="1735" width="50" height="50" />
|
|
1908
|
+
</bpmndi:BPMNShape>
|
|
1909
|
+
<bpmndi:BPMNShape id="BPMNShape_1mboryh" bpmnElement="Gateway_10l8d67">
|
|
1910
|
+
<dc:Bounds x="1251" y="1735" width="50" height="50" />
|
|
1911
|
+
</bpmndi:BPMNShape>
|
|
1912
|
+
<bpmndi:BPMNShape id="BPMNShape_06xn1io" bpmnElement="Event_0k2cvtj">
|
|
1913
|
+
<dc:Bounds x="1172" y="1552" width="36" height="36" />
|
|
1914
|
+
<bpmndi:BPMNLabel>
|
|
1915
|
+
<dc:Bounds x="1176" y="1603" width="27" height="14" />
|
|
1916
|
+
</bpmndi:BPMNLabel>
|
|
1917
|
+
</bpmndi:BPMNShape>
|
|
1918
|
+
<bpmndi:BPMNShape id="BPMNShape_0u8omfu" bpmnElement="Gateway_0fcamgd">
|
|
1919
|
+
<dc:Bounds x="1251" y="1585" width="50" height="50" />
|
|
1920
|
+
</bpmndi:BPMNShape>
|
|
1921
|
+
<bpmndi:BPMNShape id="BPMNShape_1oj2pxl" bpmnElement="Gateway_0tbtslt">
|
|
1922
|
+
<dc:Bounds x="1081" y="1585" width="50" height="50" />
|
|
1923
|
+
</bpmndi:BPMNShape>
|
|
1924
|
+
<bpmndi:BPMNShape id="BPMNShape_1ljsy57" bpmnElement="Event_0n6m7qo">
|
|
1925
|
+
<dc:Bounds x="1212" y="1632" width="36" height="36" />
|
|
1926
|
+
</bpmndi:BPMNShape>
|
|
1927
|
+
<bpmndi:BPMNShape id="Event_18k8vo1_di" bpmnElement="Event_1wrnviz">
|
|
1928
|
+
<dc:Bounds x="2292" y="420" width="36" height="36" />
|
|
1929
|
+
<bpmndi:BPMNLabel>
|
|
1930
|
+
<dc:Bounds x="2272" y="360" width="77" height="40" />
|
|
1931
|
+
</bpmndi:BPMNLabel>
|
|
1932
|
+
</bpmndi:BPMNShape>
|
|
1933
|
+
<bpmndi:BPMNShape id="BPMNShape_1uhntjv" bpmnElement="Event_19yebop">
|
|
1934
|
+
<dc:Bounds x="1132" y="1632" width="36" height="36" />
|
|
1935
|
+
<bpmndi:BPMNLabel>
|
|
1936
|
+
<dc:Bounds x="1098" y="1663" width="24" height="14" />
|
|
1937
|
+
</bpmndi:BPMNLabel>
|
|
1938
|
+
</bpmndi:BPMNShape>
|
|
1939
|
+
<bpmndi:BPMNShape id="BPMNShape_0izqzij" bpmnElement="Event_0oydmvf">
|
|
1940
|
+
<dc:Bounds x="1132" y="1782" width="36" height="36" />
|
|
1941
|
+
<bpmndi:BPMNLabel>
|
|
1942
|
+
<dc:Bounds x="1094" y="1813" width="24" height="14" />
|
|
1943
|
+
</bpmndi:BPMNLabel>
|
|
1944
|
+
</bpmndi:BPMNShape>
|
|
1945
|
+
<bpmndi:BPMNShape id="BPMNShape_1ki41v2" bpmnElement="Event_1yin7cy">
|
|
1946
|
+
<dc:Bounds x="1132" y="1952" width="36" height="36" />
|
|
1947
|
+
<bpmndi:BPMNLabel>
|
|
1948
|
+
<dc:Bounds x="1094" y="1983" width="24" height="14" />
|
|
1949
|
+
</bpmndi:BPMNLabel>
|
|
1950
|
+
</bpmndi:BPMNShape>
|
|
1951
|
+
<bpmndi:BPMNShape id="Gateway_0j4guom_di" bpmnElement="Gateway_0fol6wj">
|
|
1952
|
+
<dc:Bounds x="1561" y="1765" width="50" height="50" />
|
|
1953
|
+
<bpmndi:BPMNLabel>
|
|
1954
|
+
<dc:Bounds x="1570" y="1713" width="51" height="53" />
|
|
1955
|
+
</bpmndi:BPMNLabel>
|
|
1956
|
+
</bpmndi:BPMNShape>
|
|
1957
|
+
<bpmndi:BPMNShape id="BPMNShape_141h7cc" bpmnElement="Gateway_0ok5rb8" isMarkerVisible="true">
|
|
1958
|
+
<dc:Bounds x="1155" y="215" width="50" height="50" />
|
|
1959
|
+
<bpmndi:BPMNLabel>
|
|
1960
|
+
<dc:Bounds x="1139" y="185" width="86" height="27" />
|
|
1961
|
+
</bpmndi:BPMNLabel>
|
|
1962
|
+
</bpmndi:BPMNShape>
|
|
1963
|
+
<bpmndi:BPMNShape id="BPMNShape_0qk5kh6" bpmnElement="Event_1a801u0">
|
|
1964
|
+
<dc:Bounds x="1162" y="332" width="36" height="36" />
|
|
1965
|
+
<bpmndi:BPMNLabel>
|
|
1966
|
+
<dc:Bounds x="1061" y="330" width="89" height="40" />
|
|
1967
|
+
</bpmndi:BPMNLabel>
|
|
1968
|
+
</bpmndi:BPMNShape>
|
|
1969
|
+
<bpmndi:BPMNShape id="TextAnnotation_1cpdali_di" bpmnElement="TextAnnotation_1cpdali">
|
|
1970
|
+
<dc:Bounds x="160" y="720" width="510" height="154" />
|
|
1971
|
+
<bpmndi:BPMNLabel />
|
|
1972
|
+
</bpmndi:BPMNShape>
|
|
1973
|
+
<bpmndi:BPMNShape id="TextAnnotation_1101wzi_di" bpmnElement="TextAnnotation_1101wzi">
|
|
1974
|
+
<dc:Bounds x="1290" y="2070" width="100" height="40" />
|
|
1975
|
+
<bpmndi:BPMNLabel />
|
|
1976
|
+
</bpmndi:BPMNShape>
|
|
1977
|
+
<bpmndi:BPMNShape id="TextAnnotation_0tnwbqh_di" bpmnElement="TextAnnotation_0tnwbqh">
|
|
1978
|
+
<dc:Bounds x="1620" y="1702" width="174" height="39" />
|
|
1979
|
+
<bpmndi:BPMNLabel />
|
|
1980
|
+
</bpmndi:BPMNShape>
|
|
1981
|
+
<bpmndi:BPMNShape id="Event_0d92675_di" bpmnElement="Event_1av16w4">
|
|
1982
|
+
<dc:Bounds x="1518" y="1822" width="36" height="36" />
|
|
1983
|
+
</bpmndi:BPMNShape>
|
|
1984
|
+
<bpmndi:BPMNShape id="Event_1835dmy_di" bpmnElement="Event_0svso2z">
|
|
1985
|
+
<dc:Bounds x="1618" y="1822" width="36" height="36" />
|
|
1986
|
+
<bpmndi:BPMNLabel>
|
|
1987
|
+
<dc:Bounds x="1607" y="1813" width="25" height="14" />
|
|
1988
|
+
</bpmndi:BPMNLabel>
|
|
1989
|
+
</bpmndi:BPMNShape>
|
|
1990
|
+
<bpmndi:BPMNShape id="Event_1cffpzy_di" bpmnElement="Event_1i80vbg">
|
|
1991
|
+
<dc:Bounds x="1572" y="1902" width="36" height="36" />
|
|
1992
|
+
<bpmndi:BPMNLabel>
|
|
1993
|
+
<dc:Bounds x="1543" y="1933" width="33" height="14" />
|
|
1994
|
+
</bpmndi:BPMNLabel>
|
|
1995
|
+
</bpmndi:BPMNShape>
|
|
1996
|
+
<bpmndi:BPMNEdge id="Flow_0rg933i_di" bpmnElement="Flow_0rg933i">
|
|
1997
|
+
<di:waypoint x="1305" y="1930" />
|
|
1998
|
+
<di:waypoint x="1480" y="1930" />
|
|
1999
|
+
<di:waypoint x="1480" y="1905" />
|
|
2000
|
+
</bpmndi:BPMNEdge>
|
|
2001
|
+
<bpmndi:BPMNEdge id="Flow_199eno8_di" bpmnElement="Flow_199eno8">
|
|
2002
|
+
<di:waypoint x="1258" y="1970" />
|
|
2003
|
+
<di:waypoint x="1280" y="1970" />
|
|
2004
|
+
<di:waypoint x="1280" y="1955" />
|
|
2005
|
+
</bpmndi:BPMNEdge>
|
|
2006
|
+
<bpmndi:BPMNEdge id="Flow_1mksu8l_di" bpmnElement="Flow_1mksu8l">
|
|
2007
|
+
<di:waypoint x="1218" y="1890" />
|
|
2008
|
+
<di:waypoint x="1280" y="1890" />
|
|
2009
|
+
<di:waypoint x="1280" y="1905" />
|
|
2010
|
+
</bpmndi:BPMNEdge>
|
|
2011
|
+
<bpmndi:BPMNEdge id="Flow_0rqhe6p_di" bpmnElement="Flow_0rqhe6p">
|
|
2012
|
+
<di:waypoint x="2235" y="580" />
|
|
2013
|
+
<di:waypoint x="2292" y="580" />
|
|
2014
|
+
</bpmndi:BPMNEdge>
|
|
2015
|
+
<bpmndi:BPMNEdge id="Flow_15cs1hc_di" bpmnElement="Flow_15cs1hc">
|
|
2016
|
+
<di:waypoint x="2210" y="750" />
|
|
2017
|
+
<di:waypoint x="2210" y="605" />
|
|
2018
|
+
</bpmndi:BPMNEdge>
|
|
2019
|
+
<bpmndi:BPMNEdge id="Flow_0mpqocv_di" bpmnElement="Flow_0mpqocv">
|
|
2020
|
+
<di:waypoint x="2210" y="555" />
|
|
2021
|
+
<di:waypoint x="2210" y="463" />
|
|
2022
|
+
<bpmndi:BPMNLabel>
|
|
2023
|
+
<dc:Bounds x="2180" y="533" width="19" height="14" />
|
|
2024
|
+
</bpmndi:BPMNLabel>
|
|
2025
|
+
</bpmndi:BPMNEdge>
|
|
2026
|
+
<bpmndi:BPMNEdge id="Flow_1v4lsri_di" bpmnElement="Flow_1v4lsri">
|
|
2027
|
+
<di:waypoint x="2235" y="438" />
|
|
2028
|
+
<di:waypoint x="2292" y="438" />
|
|
2029
|
+
</bpmndi:BPMNEdge>
|
|
2030
|
+
<bpmndi:BPMNEdge id="Flow_0q2u13v_di" bpmnElement="Flow_0q2u13v">
|
|
2031
|
+
<di:waypoint x="2115" y="438" />
|
|
2032
|
+
<di:waypoint x="2185" y="438" />
|
|
2033
|
+
</bpmndi:BPMNEdge>
|
|
2034
|
+
<bpmndi:BPMNEdge id="Flow_019l4dp_di" bpmnElement="Flow_019l4dp">
|
|
2035
|
+
<di:waypoint x="1970" y="630" />
|
|
2036
|
+
<di:waypoint x="2090" y="630" />
|
|
2037
|
+
<di:waypoint x="2090" y="463" />
|
|
2038
|
+
</bpmndi:BPMNEdge>
|
|
2039
|
+
<bpmndi:BPMNEdge id="Flow_1uuy2z2_di" bpmnElement="Flow_1uuy2z2">
|
|
2040
|
+
<di:waypoint x="1975" y="220" />
|
|
2041
|
+
<di:waypoint x="2090" y="220" />
|
|
2042
|
+
<di:waypoint x="2090" y="413" />
|
|
2043
|
+
</bpmndi:BPMNEdge>
|
|
2044
|
+
<bpmndi:BPMNEdge id="Flow_073tyql_di" bpmnElement="Flow_073tyql">
|
|
2045
|
+
<di:waypoint x="1590" y="1938" />
|
|
2046
|
+
<di:waypoint x="1590" y="1970" />
|
|
2047
|
+
<di:waypoint x="1621" y="1970" />
|
|
2048
|
+
</bpmndi:BPMNEdge>
|
|
2049
|
+
<bpmndi:BPMNEdge id="Flow_04zrn1p_di" bpmnElement="Flow_04zrn1p">
|
|
2050
|
+
<di:waypoint x="1671" y="1970" />
|
|
2051
|
+
<di:waypoint x="1696" y="1970" />
|
|
2052
|
+
<di:waypoint x="1696" y="1905" />
|
|
2053
|
+
</bpmndi:BPMNEdge>
|
|
2054
|
+
<bpmndi:BPMNEdge id="Flow_0nj5j5e_di" bpmnElement="Flow_0nj5j5e">
|
|
2055
|
+
<di:waypoint x="1636" y="1880" />
|
|
2056
|
+
<di:waypoint x="1671" y="1880" />
|
|
2057
|
+
</bpmndi:BPMNEdge>
|
|
2058
|
+
<bpmndi:BPMNEdge id="Flow_012tyr0_di" bpmnElement="Flow_012tyr0">
|
|
2059
|
+
<di:waypoint x="1505" y="1880" />
|
|
2060
|
+
<di:waypoint x="1536" y="1880" />
|
|
2061
|
+
</bpmndi:BPMNEdge>
|
|
2062
|
+
<bpmndi:BPMNEdge id="Flow_0xcoo6a_di" bpmnElement="Flow_0xcoo6a">
|
|
2063
|
+
<di:waypoint x="1721" y="1880" />
|
|
2064
|
+
<di:waypoint x="1758" y="1880" />
|
|
2065
|
+
</bpmndi:BPMNEdge>
|
|
2066
|
+
<bpmndi:BPMNEdge id="Flow_1ehfg6u_di" bpmnElement="Flow_1ehfg6u">
|
|
2067
|
+
<di:waypoint x="1885" y="1510" />
|
|
2068
|
+
<di:waypoint x="2210" y="1510" />
|
|
2069
|
+
<di:waypoint x="2210" y="830" />
|
|
2070
|
+
</bpmndi:BPMNEdge>
|
|
2071
|
+
<bpmndi:BPMNEdge id="Flow_1jwn0gb_di" bpmnElement="Flow_1jwn0gb">
|
|
2072
|
+
<di:waypoint x="1586" y="1765" />
|
|
2073
|
+
<di:waypoint x="1586" y="1610" />
|
|
2074
|
+
<di:waypoint x="1860" y="1610" />
|
|
2075
|
+
<di:waypoint x="1860" y="1535" />
|
|
2076
|
+
</bpmndi:BPMNEdge>
|
|
2077
|
+
<bpmndi:BPMNEdge id="Flow_1jdsltn_di" bpmnElement="Flow_1jdsltn">
|
|
2078
|
+
<di:waypoint x="1860" y="1450" />
|
|
2079
|
+
<di:waypoint x="1860" y="1485" />
|
|
2080
|
+
</bpmndi:BPMNEdge>
|
|
2081
|
+
<bpmndi:BPMNEdge id="Flow_12vovgs_di" bpmnElement="Flow_12vovgs">
|
|
2082
|
+
<di:waypoint x="750" y="285" />
|
|
2083
|
+
<di:waypoint x="750" y="240" />
|
|
2084
|
+
<di:waypoint x="980" y="240" />
|
|
2085
|
+
</bpmndi:BPMNEdge>
|
|
2086
|
+
<bpmndi:BPMNEdge id="Flow_1s4xrwz_di" bpmnElement="Flow_1s4xrwz">
|
|
2087
|
+
<di:waypoint x="660" y="382" />
|
|
2088
|
+
<di:waypoint x="660" y="310" />
|
|
2089
|
+
<di:waypoint x="725" y="310" />
|
|
2090
|
+
</bpmndi:BPMNEdge>
|
|
2091
|
+
<bpmndi:BPMNEdge id="Flow_0kex5d4_di" bpmnElement="Flow_0kex5d4">
|
|
2092
|
+
<di:waypoint x="725" y="500" />
|
|
2093
|
+
<di:waypoint x="660" y="500" />
|
|
2094
|
+
<di:waypoint x="660" y="418" />
|
|
2095
|
+
</bpmndi:BPMNEdge>
|
|
2096
|
+
<bpmndi:BPMNEdge id="Flow_16l44cu_di" bpmnElement="Flow_16l44cu">
|
|
2097
|
+
<di:waypoint x="840" y="382" />
|
|
2098
|
+
<di:waypoint x="840" y="310" />
|
|
2099
|
+
<di:waypoint x="775" y="310" />
|
|
2100
|
+
</bpmndi:BPMNEdge>
|
|
2101
|
+
<bpmndi:BPMNEdge id="Flow_0lprnox_di" bpmnElement="Flow_0lprnox">
|
|
2102
|
+
<di:waypoint x="775" y="500" />
|
|
2103
|
+
<di:waypoint x="840" y="500" />
|
|
2104
|
+
<di:waypoint x="840" y="418" />
|
|
2105
|
+
</bpmndi:BPMNEdge>
|
|
2106
|
+
<bpmndi:BPMNEdge id="Flow_0zmecup_di" bpmnElement="Flow_0zmecup">
|
|
2107
|
+
<di:waypoint x="878" y="630" />
|
|
2108
|
+
<di:waypoint x="960" y="630" />
|
|
2109
|
+
</bpmndi:BPMNEdge>
|
|
2110
|
+
<bpmndi:BPMNEdge id="Flow_1338dg5_di" bpmnElement="Flow_1338dg5">
|
|
2111
|
+
<di:waypoint x="750" y="605" />
|
|
2112
|
+
<di:waypoint x="750" y="525" />
|
|
2113
|
+
</bpmndi:BPMNEdge>
|
|
2114
|
+
<bpmndi:BPMNEdge id="Flow_0pwc6ss_di" bpmnElement="Flow_0pwc6ss">
|
|
2115
|
+
<di:waypoint x="775" y="630" />
|
|
2116
|
+
<di:waypoint x="842" y="630" />
|
|
2117
|
+
</bpmndi:BPMNEdge>
|
|
2118
|
+
<bpmndi:BPMNEdge id="Flow_183610w_di" bpmnElement="Flow_183610w">
|
|
2119
|
+
<di:waypoint x="678" y="630" />
|
|
2120
|
+
<di:waypoint x="725" y="630" />
|
|
2121
|
+
</bpmndi:BPMNEdge>
|
|
2122
|
+
<bpmndi:BPMNEdge id="Flow_06q78ca_di" bpmnElement="Flow_06q78ca">
|
|
2123
|
+
<di:waypoint x="1218" y="2140" />
|
|
2124
|
+
<di:waypoint x="1646" y="2140" />
|
|
2125
|
+
<di:waypoint x="1646" y="1995" />
|
|
2126
|
+
</bpmndi:BPMNEdge>
|
|
2127
|
+
<bpmndi:BPMNEdge id="Flow_0b3t425_di" bpmnElement="Flow_0b3t425">
|
|
2128
|
+
<di:waypoint x="1218" y="2050" />
|
|
2129
|
+
<di:waypoint x="1480" y="2050" />
|
|
2130
|
+
<di:waypoint x="1480" y="1905" />
|
|
2131
|
+
</bpmndi:BPMNEdge>
|
|
2132
|
+
<bpmndi:BPMNEdge id="Flow_0q12jtq_di" bpmnElement="Flow_0q12jtq">
|
|
2133
|
+
<di:waypoint x="1106" y="1955" />
|
|
2134
|
+
<di:waypoint x="1106" y="1970" />
|
|
2135
|
+
<di:waypoint x="1132" y="1970" />
|
|
2136
|
+
</bpmndi:BPMNEdge>
|
|
2137
|
+
<bpmndi:BPMNEdge id="Flow_1jfh620_di" bpmnElement="Flow_1jfh620">
|
|
2138
|
+
<di:waypoint x="1106" y="1905" />
|
|
2139
|
+
<di:waypoint x="1106" y="1890" />
|
|
2140
|
+
<di:waypoint x="1182" y="1890" />
|
|
2141
|
+
</bpmndi:BPMNEdge>
|
|
2142
|
+
<bpmndi:BPMNEdge id="Flow_1ornwys_di" bpmnElement="Flow_1ornwys">
|
|
2143
|
+
<di:waypoint x="906" y="1905" />
|
|
2144
|
+
<di:waypoint x="906" y="2050" />
|
|
2145
|
+
<di:waypoint x="1182" y="2050" />
|
|
2146
|
+
</bpmndi:BPMNEdge>
|
|
2147
|
+
<bpmndi:BPMNEdge id="Flow_14t89k3_di" bpmnElement="Flow_14t89k3">
|
|
2148
|
+
<di:waypoint x="906" y="1905" />
|
|
2149
|
+
<di:waypoint x="906" y="1930" />
|
|
2150
|
+
<di:waypoint x="1081" y="1930" />
|
|
2151
|
+
</bpmndi:BPMNEdge>
|
|
2152
|
+
<bpmndi:BPMNEdge id="Flow_0fof165_di" bpmnElement="Flow_0fof165">
|
|
2153
|
+
<di:waypoint x="906" y="1905" />
|
|
2154
|
+
<di:waypoint x="906" y="2140" />
|
|
2155
|
+
<di:waypoint x="1182" y="2140" />
|
|
2156
|
+
</bpmndi:BPMNEdge>
|
|
2157
|
+
<bpmndi:BPMNEdge id="Flow_08gk8nd_di" bpmnElement="Flow_08gk8nd">
|
|
2158
|
+
<di:waypoint x="750" y="1005" />
|
|
2159
|
+
<di:waypoint x="750" y="1880" />
|
|
2160
|
+
<di:waypoint x="881" y="1880" />
|
|
2161
|
+
</bpmndi:BPMNEdge>
|
|
2162
|
+
<bpmndi:BPMNEdge id="Flow_1igaur2_di" bpmnElement="Flow_1igaur2">
|
|
2163
|
+
<di:waypoint x="775" y="980" />
|
|
2164
|
+
<di:waypoint x="1140" y="980" />
|
|
2165
|
+
<di:waypoint x="1140" y="1040" />
|
|
2166
|
+
</bpmndi:BPMNEdge>
|
|
2167
|
+
<bpmndi:BPMNEdge id="Flow_0l31b7l_di" bpmnElement="Flow_0l31b7l">
|
|
2168
|
+
<di:waypoint x="750" y="655" />
|
|
2169
|
+
<di:waypoint x="750" y="955" />
|
|
2170
|
+
</bpmndi:BPMNEdge>
|
|
2171
|
+
<bpmndi:BPMNEdge id="Flow_0nt4a36_di" bpmnElement="Flow_0nt4a36">
|
|
2172
|
+
<di:waypoint x="775" y="980" />
|
|
2173
|
+
<di:waypoint x="1860" y="980" />
|
|
2174
|
+
<di:waypoint x="1860" y="1040" />
|
|
2175
|
+
</bpmndi:BPMNEdge>
|
|
2176
|
+
<bpmndi:BPMNEdge id="Flow_117197c_di" bpmnElement="Flow_117197c">
|
|
2177
|
+
<di:waypoint x="1150" y="1450" />
|
|
2178
|
+
<di:waypoint x="1150" y="1510" />
|
|
2179
|
+
<di:waypoint x="1835" y="1510" />
|
|
2180
|
+
</bpmndi:BPMNEdge>
|
|
2181
|
+
<bpmndi:BPMNEdge id="BPMNEdge_0a8eb9e" bpmnElement="Flow_10t5m0e">
|
|
2182
|
+
<di:waypoint x="1208" y="1720" />
|
|
2183
|
+
<di:waypoint x="1276" y="1720" />
|
|
2184
|
+
<di:waypoint x="1276" y="1735" />
|
|
2185
|
+
</bpmndi:BPMNEdge>
|
|
2186
|
+
<bpmndi:BPMNEdge id="BPMNEdge_05jpmu8" bpmnElement="Flow_1j4v9uc">
|
|
2187
|
+
<di:waypoint x="1106" y="1785" />
|
|
2188
|
+
<di:waypoint x="1106" y="1800" />
|
|
2189
|
+
<di:waypoint x="1132" y="1800" />
|
|
2190
|
+
</bpmndi:BPMNEdge>
|
|
2191
|
+
<bpmndi:BPMNEdge id="BPMNEdge_01qjqb3" bpmnElement="Flow_1n1sdv7">
|
|
2192
|
+
<di:waypoint x="1248" y="1800" />
|
|
2193
|
+
<di:waypoint x="1276" y="1800" />
|
|
2194
|
+
<di:waypoint x="1276" y="1785" />
|
|
2195
|
+
</bpmndi:BPMNEdge>
|
|
2196
|
+
<bpmndi:BPMNEdge id="BPMNEdge_0pjibde" bpmnElement="Flow_1hsk8ib">
|
|
2197
|
+
<di:waypoint x="1106" y="1735" />
|
|
2198
|
+
<di:waypoint x="1106" y="1720" />
|
|
2199
|
+
<di:waypoint x="1172" y="1720" />
|
|
2200
|
+
</bpmndi:BPMNEdge>
|
|
2201
|
+
<bpmndi:BPMNEdge id="Flow_0x0p4y7_di" bpmnElement="Flow_0x0p4y7">
|
|
2202
|
+
<di:waypoint x="906" y="1855" />
|
|
2203
|
+
<di:waypoint x="906" y="1760" />
|
|
2204
|
+
<di:waypoint x="1081" y="1760" />
|
|
2205
|
+
</bpmndi:BPMNEdge>
|
|
2206
|
+
<bpmndi:BPMNEdge id="Flow_1phim87_di" bpmnElement="Flow_1phim87">
|
|
2207
|
+
<di:waypoint x="1301" y="1760" />
|
|
2208
|
+
<di:waypoint x="1480" y="1760" />
|
|
2209
|
+
<di:waypoint x="1480" y="1855" />
|
|
2210
|
+
</bpmndi:BPMNEdge>
|
|
2211
|
+
<bpmndi:BPMNEdge id="BPMNEdge_1aaktfp" bpmnElement="Flow_1lmrzoj">
|
|
2212
|
+
<di:waypoint x="1208" y="1570" />
|
|
2213
|
+
<di:waypoint x="1276" y="1570" />
|
|
2214
|
+
<di:waypoint x="1276" y="1585" />
|
|
2215
|
+
</bpmndi:BPMNEdge>
|
|
2216
|
+
<bpmndi:BPMNEdge id="BPMNEdge_009628d" bpmnElement="Flow_0uec878">
|
|
2217
|
+
<di:waypoint x="1248" y="1650" />
|
|
2218
|
+
<di:waypoint x="1276" y="1650" />
|
|
2219
|
+
<di:waypoint x="1276" y="1635" />
|
|
2220
|
+
</bpmndi:BPMNEdge>
|
|
2221
|
+
<bpmndi:BPMNEdge id="BPMNEdge_0njhaid" bpmnElement="Flow_1uahb8e">
|
|
2222
|
+
<di:waypoint x="1106" y="1585" />
|
|
2223
|
+
<di:waypoint x="1106" y="1570" />
|
|
2224
|
+
<di:waypoint x="1172" y="1570" />
|
|
2225
|
+
</bpmndi:BPMNEdge>
|
|
2226
|
+
<bpmndi:BPMNEdge id="BPMNEdge_1pbjr2b" bpmnElement="Flow_1q9zp4s">
|
|
2227
|
+
<di:waypoint x="1106" y="1635" />
|
|
2228
|
+
<di:waypoint x="1106" y="1650" />
|
|
2229
|
+
<di:waypoint x="1132" y="1650" />
|
|
2230
|
+
</bpmndi:BPMNEdge>
|
|
2231
|
+
<bpmndi:BPMNEdge id="Flow_0wc8pdp_di" bpmnElement="Flow_0wc8pdp">
|
|
2232
|
+
<di:waypoint x="906" y="1855" />
|
|
2233
|
+
<di:waypoint x="906" y="1610" />
|
|
2234
|
+
<di:waypoint x="1081" y="1610" />
|
|
2235
|
+
</bpmndi:BPMNEdge>
|
|
2236
|
+
<bpmndi:BPMNEdge id="Flow_1iqnu3t_di" bpmnElement="Flow_1iqnu3t">
|
|
2237
|
+
<di:waypoint x="1301" y="1610" />
|
|
2238
|
+
<di:waypoint x="1480" y="1610" />
|
|
2239
|
+
<di:waypoint x="1480" y="1855" />
|
|
2240
|
+
</bpmndi:BPMNEdge>
|
|
2241
|
+
<bpmndi:BPMNEdge id="Flow_1h87gyj_di" bpmnElement="Flow_1h87gyj">
|
|
2242
|
+
<di:waypoint x="1168" y="1650" />
|
|
2243
|
+
<di:waypoint x="1212" y="1650" />
|
|
2244
|
+
</bpmndi:BPMNEdge>
|
|
2245
|
+
<bpmndi:BPMNEdge id="Flow_0p7ovte_di" bpmnElement="Flow_0p7ovte">
|
|
2246
|
+
<di:waypoint x="1168" y="1800" />
|
|
2247
|
+
<di:waypoint x="1212" y="1800" />
|
|
2248
|
+
</bpmndi:BPMNEdge>
|
|
2249
|
+
<bpmndi:BPMNEdge id="Flow_18axqs8_di" bpmnElement="Flow_18axqs8">
|
|
2250
|
+
<di:waypoint x="1168" y="1970" />
|
|
2251
|
+
<di:waypoint x="1222" y="1970" />
|
|
2252
|
+
</bpmndi:BPMNEdge>
|
|
2253
|
+
<bpmndi:BPMNEdge id="Flow_1ilngpt_di" bpmnElement="Flow_1ilngpt">
|
|
2254
|
+
<di:waypoint x="1536" y="1822" />
|
|
2255
|
+
<di:waypoint x="1536" y="1790" />
|
|
2256
|
+
<di:waypoint x="1561" y="1790" />
|
|
2257
|
+
</bpmndi:BPMNEdge>
|
|
2258
|
+
<bpmndi:BPMNEdge id="Flow_0ll99rh_di" bpmnElement="Flow_0ll99rh">
|
|
2259
|
+
<di:waypoint x="1636" y="1822" />
|
|
2260
|
+
<di:waypoint x="1636" y="1790" />
|
|
2261
|
+
<di:waypoint x="1611" y="1790" />
|
|
2262
|
+
</bpmndi:BPMNEdge>
|
|
2263
|
+
<bpmndi:BPMNEdge id="BPMNEdge_1y27yfz" bpmnElement="Flow_1l716mb">
|
|
2264
|
+
<di:waypoint x="1180" y="265" />
|
|
2265
|
+
<di:waypoint x="1180" y="332" />
|
|
2266
|
+
</bpmndi:BPMNEdge>
|
|
2267
|
+
<bpmndi:BPMNEdge id="Flow_1tkygd5_di" bpmnElement="Flow_1tkygd5">
|
|
2268
|
+
<di:waypoint x="1080" y="240" />
|
|
2269
|
+
<di:waypoint x="1155" y="240" />
|
|
2270
|
+
</bpmndi:BPMNEdge>
|
|
2271
|
+
<bpmndi:BPMNEdge id="Flow_0ief2uo_di" bpmnElement="Flow_0ief2uo">
|
|
2272
|
+
<di:waypoint x="1205" y="240" />
|
|
2273
|
+
<di:waypoint x="1290" y="240" />
|
|
2274
|
+
<bpmndi:BPMNLabel>
|
|
2275
|
+
<dc:Bounds x="1239" y="222" width="18" height="14" />
|
|
2276
|
+
</bpmndi:BPMNLabel>
|
|
2277
|
+
</bpmndi:BPMNEdge>
|
|
2278
|
+
<bpmndi:BPMNEdge id="Association_0yuc8ue_di" bpmnElement="Association_0yuc8ue">
|
|
2279
|
+
<di:waypoint x="645" y="639" />
|
|
2280
|
+
<di:waypoint x="509" y="720" />
|
|
2281
|
+
</bpmndi:BPMNEdge>
|
|
2282
|
+
<bpmndi:BPMNEdge id="Association_05bdnz2_di" bpmnElement="Association_05bdnz2">
|
|
2283
|
+
<di:waypoint x="1217" y="2054" />
|
|
2284
|
+
<di:waypoint x="1290" y="2073" />
|
|
2285
|
+
</bpmndi:BPMNEdge>
|
|
2286
|
+
<bpmndi:BPMNEdge id="Association_0rd52v1_di" bpmnElement="Association_0rd52v1">
|
|
2287
|
+
<di:waypoint x="1599" y="1778" />
|
|
2288
|
+
<di:waypoint x="1639" y="1741" />
|
|
2289
|
+
</bpmndi:BPMNEdge>
|
|
2290
|
+
</bpmndi:BPMNPlane>
|
|
2291
|
+
</bpmndi:BPMNDiagram>
|
|
2292
|
+
</bpmn:definitions>
|