{
	"ProcessTemplates": [
		{
			"Name": "Adobe Commerce / Magento product and price to Salesforce",
			"Modified": "2024-06-27T11:12:20.1438035",
			"Modifier": "sampo.sarlin@frends.com",
			"Tags": [
				"Salesforce",
				"Magento"
			],
			"TemplateProcessTags": [],
			"Description": "This process will retrieve sales products and their prices from Adobe Commerce (Magento). It will perform the necessary mapping to Salesforce sales product format. Then it will transfer the mapped sales products and their prices to Salesforce.",
			"Version": 1,
			"UniqueIdentifier": "4aa616b1-67fe-4897-b890-44e3df2015b0",
			"ProcessVariablesJson": "{\"MagentoBaseUrl\":{\"Value\":\"\\\"http://192.168.0.1/\\\"\",\"IsSecret\":false,\"Mode\":\"text\",\"Description\":\"Base Url for Magento.\"},\"MagentoUser\":{\"Value\":\"\\\"MagentoUsername\\\"\",\"IsSecret\":false,\"Mode\":\"text\",\"Description\":\"Username for Magento.\"},\"MagentoPassword\":{\"Value\":\"\\\"Password\\\"\",\"IsSecret\":true,\"Mode\":\"text\",\"Description\":\"Password for Magento.\"},\"SalesforceBaseUrl\":{\"Value\":\"\\\"https://example.my.salesforce.com\\\"\",\"IsSecret\":false,\"Mode\":\"text\",\"Description\":\"Base Url for Salesforce.\"},\"SalesforceUser\":{\"Value\":\"\\\"SalesforceUsername\\\"\",\"IsSecret\":false,\"Mode\":\"text\",\"Description\":\"Username for Salesforce.\"},\"SalesforcePassword\":{\"Value\":\"\\\"Password\\\"\",\"IsSecret\":true,\"Mode\":\"text\",\"Description\":\"Password for Salesforce.\"},\"SalesforceClientId\":{\"Value\":\"\\\"abcdef123456\\\"\",\"IsSecret\":false,\"Mode\":\"text\",\"Description\":\"Client Id for Salesforce.\"},\"SalesforceClientSecret\":{\"Value\":\"\\\"abcdef123456\\\"\",\"IsSecret\":true,\"Mode\":\"text\",\"Description\":\"Client secret for Salesforce.\"},\"SalesforceSecurityToken\":{\"Value\":\"\\\"abcdef123456\\\"\",\"IsSecret\":true,\"Mode\":\"text\",\"Description\":\"Security token for Salesforce.\"}}",
			"ProcessInfo": {
				"Process": {
					"Name": "Adobe Commerce / Magento product and price to Salesforce",
					"Modified": "2024-06-27T11:12:20.1438035",
					"Modifier": "sampo.sarlin@frends.com",
					"TagString": null,
					"Tags": [],
					"Description": "This process will retrieve sales products and their prices from Adobe Commerce (Magento). It will perform the necessary mapping to Salesforce sales product format. Then it will transfer the mapped sales products and their prices to Salesforce.",
					"Version": 1,
					"UniqueIdentifier": "77f8075e-cafb-41bc-a447-7c8de69a5fd7",
					"GraphJson": null,
					"Bpmn": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<bpmn2:definitions xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:bpmn2=\"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:di=\"http://www.omg.org/spec/DD/20100524/DI\" id=\"sample-diagram\" targetNamespace=\"http://bpmn.io/schema/bpmn\" xsi:schemaLocation=\"http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd\"><bpmn2:process id=\"Process_1\" isExecutable=\"false\"><bpmn2:startEvent id=\"StartEvent_1\" name=\"Manual\"><bpmn2:outgoing>Flow_0tt9lev</bpmn2:outgoing></bpmn2:startEvent><bpmn2:task id=\"Activity_1dahemj\" name=\"Obtain authorisation token from Magento\"><bpmn2:incoming>Flow_0tt9lev</bpmn2:incoming><bpmn2:outgoing>Flow_1yr9hgu</bpmn2:outgoing></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_0tt9lev\" sourceRef=\"StartEvent_1\" targetRef=\"Activity_1dahemj\" /><bpmn2:exclusiveGateway id=\"Gateway_17rdtkb\" name=\"Token obtained?\" default=\"Flow_1aig5p6\"><bpmn2:incoming>Flow_1yr9hgu</bpmn2:incoming><bpmn2:outgoing>Flow_0119vha</bpmn2:outgoing><bpmn2:outgoing>Flow_1aig5p6</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_1yr9hgu\" sourceRef=\"Activity_1dahemj\" targetRef=\"Gateway_17rdtkb\" /><bpmn2:task id=\"Activity_1prgugt\" name=\"Get sales products and prices from Magento\"><bpmn2:incoming>Flow_0119vha</bpmn2:incoming><bpmn2:outgoing>Flow_17fh1va</bpmn2:outgoing><bpmn2:property id=\"Property_0bwjd4b\" name=\"__targetRef_placeholder\" /><bpmn2:dataInputAssociation id=\"DataInputAssociation_1l6axws\"><bpmn2:sourceRef>DataStoreReference_1omhk3e</bpmn2:sourceRef><bpmn2:targetRef>Property_0bwjd4b</bpmn2:targetRef></bpmn2:dataInputAssociation></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_0119vha\" name=\"yes\" sourceRef=\"Gateway_17rdtkb\" targetRef=\"Activity_1prgugt\" /><bpmn2:intermediateThrowEvent id=\"Event_1pcmp3m\" name=\"Throw an error if token was not received\"><bpmn2:incoming>Flow_1aig5p6</bpmn2:incoming><bpmn2:signalEventDefinition /></bpmn2:intermediateThrowEvent><bpmn2:sequenceFlow id=\"Flow_1aig5p6\" name=\"no\" sourceRef=\"Gateway_17rdtkb\" targetRef=\"Event_1pcmp3m\" /><bpmn2:sequenceFlow id=\"Flow_17fh1va\" sourceRef=\"Activity_1prgugt\" targetRef=\"Gateway_0idbkld\" /><bpmn2:subProcess id=\"Activity_0kykabp\" name=\"For each product\"><bpmn2:incoming>Flow_0agfckd</bpmn2:incoming><bpmn2:outgoing>Flow_1fsusvy</bpmn2:outgoing><bpmn2:multiInstanceLoopCharacteristics isSequential=\"true\" /><bpmn2:startEvent id=\"Event_0eqh66f\"><bpmn2:outgoing>Flow_1f24mu1</bpmn2:outgoing></bpmn2:startEvent><bpmn2:task id=\"Activity_09nautp\" name=\"Get products from Salesforce\"><bpmn2:incoming>Flow_1f24mu1</bpmn2:incoming><bpmn2:outgoing>Flow_0tb4h79</bpmn2:outgoing></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_1f24mu1\" sourceRef=\"Event_0eqh66f\" targetRef=\"Activity_09nautp\" /><bpmn2:exclusiveGateway id=\"Gateway_07xj33h\" name=\"Retrieving product information successful?\" default=\"Flow_00h94z1\"><bpmn2:incoming>Flow_0tb4h79</bpmn2:incoming><bpmn2:outgoing>Flow_0sh8rym</bpmn2:outgoing><bpmn2:outgoing>Flow_00h94z1</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_0tb4h79\" sourceRef=\"Activity_09nautp\" targetRef=\"Gateway_07xj33h\" /><bpmn2:exclusiveGateway id=\"Gateway_1l5j9kf\" name=\"Is product in Salesforce?\" default=\"Flow_1nihwkf\"><bpmn2:incoming>Flow_0sh8rym</bpmn2:incoming><bpmn2:outgoing>Flow_1nihwkf</bpmn2:outgoing><bpmn2:outgoing>Flow_0m500im</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_0sh8rym\" name=\"yes\" sourceRef=\"Gateway_07xj33h\" targetRef=\"Gateway_1l5j9kf\" /><bpmn2:endEvent id=\"Event_0jvt0zv\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_00h94z1</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_00h94z1\" name=\"no\" sourceRef=\"Gateway_07xj33h\" targetRef=\"Event_0jvt0zv\" /><bpmn2:task id=\"Activity_1nxqecx\" name=\"Insert product to Salesforce\"><bpmn2:incoming>Flow_1nihwkf</bpmn2:incoming><bpmn2:outgoing>Flow_0ufrgjn</bpmn2:outgoing></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_1nihwkf\" name=\"no\" sourceRef=\"Gateway_1l5j9kf\" targetRef=\"Activity_1nxqecx\" /><bpmn2:exclusiveGateway id=\"Gateway_0t3r865\" name=\"Products insertion successful?\" default=\"Flow_1w2bwnb\"><bpmn2:incoming>Flow_0ufrgjn</bpmn2:incoming><bpmn2:outgoing>Flow_1cvrzl1</bpmn2:outgoing><bpmn2:outgoing>Flow_1w2bwnb</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_0ufrgjn\" sourceRef=\"Activity_1nxqecx\" targetRef=\"Gateway_0t3r865\" /><bpmn2:task id=\"Activity_1mbd2tk\" name=\"Get Magento price book information from Salesforce\"><bpmn2:incoming>Flow_0s4nvf8</bpmn2:incoming><bpmn2:incoming>Flow_1j0hiod</bpmn2:incoming><bpmn2:outgoing>Flow_1g302tv</bpmn2:outgoing></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_1cvrzl1\" name=\"yes\" sourceRef=\"Gateway_0t3r865\" targetRef=\"Activity_14lvfwv\" /><bpmn2:exclusiveGateway id=\"Gateway_1adimmg\" name=\"Retrieving price book information successful?\" default=\"Flow_16j159a\"><bpmn2:incoming>Flow_1g302tv</bpmn2:incoming><bpmn2:outgoing>Flow_16j159a</bpmn2:outgoing><bpmn2:outgoing>Flow_0ybz0ci</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_1g302tv\" sourceRef=\"Activity_1mbd2tk\" targetRef=\"Gateway_1adimmg\" /><bpmn2:endEvent id=\"Event_0yyx5rb\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_1w2bwnb</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_1w2bwnb\" name=\"no\" sourceRef=\"Gateway_0t3r865\" targetRef=\"Event_0yyx5rb\" /><bpmn2:task id=\"Activity_1ebisvr\" name=\"Insert product price to pricebook entry in Salesforce\"><bpmn2:incoming>Flow_0ybz0ci</bpmn2:incoming><bpmn2:outgoing>Flow_0bvdqa5</bpmn2:outgoing></bpmn2:task><bpmn2:endEvent id=\"Event_04dq2o3\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_16j159a</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_16j159a\" name=\"no\" sourceRef=\"Gateway_1adimmg\" targetRef=\"Event_04dq2o3\" /><bpmn2:exclusiveGateway id=\"Gateway_1fwy4et\" name=\"Price book entry insertion successful?\" default=\"Flow_0j4pyyu\"><bpmn2:incoming>Flow_0bvdqa5</bpmn2:incoming><bpmn2:outgoing>Flow_092ur64</bpmn2:outgoing><bpmn2:outgoing>Flow_0j4pyyu</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_0bvdqa5\" sourceRef=\"Activity_1ebisvr\" targetRef=\"Gateway_1fwy4et\" /><bpmn2:endEvent id=\"Event_1yoa9o6\"><bpmn2:incoming>Flow_092ur64</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_092ur64\" name=\"yes\" sourceRef=\"Gateway_1fwy4et\" targetRef=\"Event_1yoa9o6\" /><bpmn2:endEvent id=\"Event_1n6jb53\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_0j4pyyu</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_0j4pyyu\" name=\"no\" sourceRef=\"Gateway_1fwy4et\" targetRef=\"Event_1n6jb53\" /><bpmn2:task id=\"Activity_14lvfwv\" name=\"Get standard price book information from Salesforce\"><bpmn2:incoming>Flow_1cvrzl1</bpmn2:incoming><bpmn2:outgoing>Flow_1hdqoep</bpmn2:outgoing></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_1hdqoep\" sourceRef=\"Activity_14lvfwv\" targetRef=\"Gateway_0gvwjv6\" /><bpmn2:exclusiveGateway id=\"Gateway_0gvwjv6\" name=\"Retrieving standard price book information successful?\" default=\"Flow_19d9xpv\"><bpmn2:incoming>Flow_1hdqoep</bpmn2:incoming><bpmn2:outgoing>Flow_08diz4r</bpmn2:outgoing><bpmn2:outgoing>Flow_19d9xpv</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_08diz4r\" name=\"yes\" sourceRef=\"Gateway_0gvwjv6\" targetRef=\"Gateway_0ewk082\" /><bpmn2:endEvent id=\"Event_10wkm82\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_19d9xpv</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_19d9xpv\" name=\"no\" sourceRef=\"Gateway_0gvwjv6\" targetRef=\"Event_10wkm82\" /><bpmn2:task id=\"Activity_0o1twkx\" name=\"Get standard price book entry information from Salesforce\"><bpmn2:incoming>Flow_1tw5eu3</bpmn2:incoming><bpmn2:outgoing>Flow_1jcr72w</bpmn2:outgoing></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_1jcr72w\" sourceRef=\"Activity_0o1twkx\" targetRef=\"Gateway_1e1vlj8\" /><bpmn2:exclusiveGateway id=\"Gateway_1e1vlj8\" name=\"Retrieving standard price book entry information successful?\" default=\"Flow_0pt1po7\"><bpmn2:incoming>Flow_1jcr72w</bpmn2:incoming><bpmn2:outgoing>Flow_0m50xof</bpmn2:outgoing><bpmn2:outgoing>Flow_0pt1po7</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_0m50xof\" name=\"yes\" sourceRef=\"Gateway_1e1vlj8\" targetRef=\"Activity_15erumm\" /><bpmn2:endEvent id=\"Event_0mw4yfi\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_0pt1po7</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_0pt1po7\" name=\"no\" sourceRef=\"Gateway_1e1vlj8\" targetRef=\"Event_0mw4yfi\" /><bpmn2:task id=\"Activity_15erumm\" name=\"Insert product price to standard pricebook entry in Salesforce\"><bpmn2:incoming>Flow_0m50xof</bpmn2:incoming><bpmn2:outgoing>Flow_0dfx98v</bpmn2:outgoing></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_0dfx98v\" sourceRef=\"Activity_15erumm\" targetRef=\"Gateway_1fz4iwe\" /><bpmn2:exclusiveGateway id=\"Gateway_1fz4iwe\" name=\"Standard pricebook entry insertion successful?\" default=\"Flow_12jcr6z\"><bpmn2:incoming>Flow_0dfx98v</bpmn2:incoming><bpmn2:outgoing>Flow_0s4nvf8</bpmn2:outgoing><bpmn2:outgoing>Flow_12jcr6z</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_0s4nvf8\" name=\"yes\" sourceRef=\"Gateway_1fz4iwe\" targetRef=\"Activity_1mbd2tk\" /><bpmn2:endEvent id=\"Event_0srj723\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_12jcr6z</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_12jcr6z\" name=\"no\" sourceRef=\"Gateway_1fz4iwe\" targetRef=\"Event_0srj723\" /><bpmn2:exclusiveGateway id=\"Gateway_0ewk082\" name=\"Is Magento the standard price book?\" default=\"Flow_1tw5eu3\"><bpmn2:incoming>Flow_08diz4r</bpmn2:incoming><bpmn2:outgoing>Flow_1j0hiod</bpmn2:outgoing><bpmn2:outgoing>Flow_1tw5eu3</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_1j0hiod\" name=\"yes\" sourceRef=\"Gateway_0ewk082\" targetRef=\"Activity_1mbd2tk\" /><bpmn2:sequenceFlow id=\"Flow_1tw5eu3\" name=\"no\" sourceRef=\"Gateway_0ewk082\" targetRef=\"Activity_0o1twkx\" /><bpmn2:task id=\"Activity_0n11t22\" name=\"Update product price to price book entry in Salesforce\"><bpmn2:incoming>Flow_0x7j0yc</bpmn2:incoming><bpmn2:outgoing>Flow_1575b9d</bpmn2:outgoing></bpmn2:task><bpmn2:task id=\"Activity_0v3npch\" name=\"Get Magento price book entry information from Salesforce\"><bpmn2:incoming>Flow_1e98maq</bpmn2:incoming><bpmn2:outgoing>Flow_0045d5y</bpmn2:outgoing></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_0045d5y\" sourceRef=\"Activity_0v3npch\" targetRef=\"Gateway_1pxfbak\" /><bpmn2:exclusiveGateway id=\"Gateway_1pxfbak\" name=\"Retrieving Magento price book entry information successful?\" default=\"Flow_0uewbxm\"><bpmn2:incoming>Flow_0045d5y</bpmn2:incoming><bpmn2:outgoing>Flow_0x7j0yc</bpmn2:outgoing><bpmn2:outgoing>Flow_0uewbxm</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_0x7j0yc\" name=\"yes\" sourceRef=\"Gateway_1pxfbak\" targetRef=\"Activity_0n11t22\" /><bpmn2:endEvent id=\"Event_0yritbn\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_0uewbxm</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_0uewbxm\" name=\"no\" sourceRef=\"Gateway_1pxfbak\" targetRef=\"Event_0yritbn\" /><bpmn2:exclusiveGateway id=\"Gateway_1nbotxm\" name=\"Price book entry update successful?\" default=\"Flow_1sw0v4g\"><bpmn2:incoming>Flow_1575b9d</bpmn2:incoming><bpmn2:outgoing>Flow_1sw0v4g</bpmn2:outgoing><bpmn2:outgoing>Flow_0xobqh7</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_1575b9d\" sourceRef=\"Activity_0n11t22\" targetRef=\"Gateway_1nbotxm\" /><bpmn2:endEvent id=\"Event_17bdgl2\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_1sw0v4g</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_1sw0v4g\" name=\"no\" sourceRef=\"Gateway_1nbotxm\" targetRef=\"Event_17bdgl2\" /><bpmn2:endEvent id=\"Event_19s0hzi\"><bpmn2:incoming>Flow_0xobqh7</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_0xobqh7\" name=\"yes\" sourceRef=\"Gateway_1nbotxm\" targetRef=\"Event_19s0hzi\" /><bpmn2:sequenceFlow id=\"Flow_0ybz0ci\" name=\"yes\" sourceRef=\"Gateway_1adimmg\" targetRef=\"Activity_1ebisvr\" /><bpmn2:task id=\"Activity_1yrhggq\" name=\"Get Magento price book information from Salesforce for updating\"><bpmn2:incoming>Flow_0m500im</bpmn2:incoming><bpmn2:outgoing>Flow_0q86qor</bpmn2:outgoing></bpmn2:task><bpmn2:sequenceFlow id=\"Flow_0m500im\" name=\"yes\" sourceRef=\"Gateway_1l5j9kf\" targetRef=\"Activity_1yrhggq\" /><bpmn2:exclusiveGateway id=\"Gateway_185qf1m\" name=\"Retrieving price book information successful for updating?\" default=\"Flow_11vqphx\"><bpmn2:incoming>Flow_0q86qor</bpmn2:incoming><bpmn2:outgoing>Flow_1e98maq</bpmn2:outgoing><bpmn2:outgoing>Flow_11vqphx</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_0q86qor\" sourceRef=\"Activity_1yrhggq\" targetRef=\"Gateway_185qf1m\" /><bpmn2:sequenceFlow id=\"Flow_1e98maq\" name=\"yes\" sourceRef=\"Gateway_185qf1m\" targetRef=\"Activity_0v3npch\" /><bpmn2:endEvent id=\"Event_1fca3u7\" name=\"Add error to exceptions variable and take the next product\"><bpmn2:incoming>Flow_11vqphx</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_11vqphx\" name=\"no\" sourceRef=\"Gateway_185qf1m\" targetRef=\"Event_1fca3u7\" /><bpmn2:textAnnotation id=\"TextAnnotation_071w0z2\"><bpmn2:text>Existing products' unit price is updated by this template.</bpmn2:text></bpmn2:textAnnotation><bpmn2:association id=\"Association_1mc3jx4\" sourceRef=\"Activity_09nautp\" targetRef=\"TextAnnotation_071w0z2\" /><bpmn2:textAnnotation id=\"TextAnnotation_0yaiciv\"><bpmn2:text>Standard price book status is checked.</bpmn2:text></bpmn2:textAnnotation><bpmn2:association id=\"Association_1kvlj6p\" sourceRef=\"Activity_14lvfwv\" targetRef=\"TextAnnotation_0yaiciv\" /><bpmn2:textAnnotation id=\"TextAnnotation_136jmqs\"><bpmn2:text>Product and its price have to be in the standard price book before inserting it in the custom price book.</bpmn2:text></bpmn2:textAnnotation><bpmn2:association id=\"Association_1z0payp\" sourceRef=\"Activity_15erumm\" targetRef=\"TextAnnotation_136jmqs\" /><bpmn2:textAnnotation id=\"TextAnnotation_0o27fde\"><bpmn2:text>Magento price book id is required to identify the correct price book.</bpmn2:text></bpmn2:textAnnotation><bpmn2:association id=\"Association_1n6ifzk\" sourceRef=\"Activity_1mbd2tk\" targetRef=\"TextAnnotation_0o27fde\" /><bpmn2:textAnnotation id=\"TextAnnotation_0anulg0\"><bpmn2:text>Inserted products are connected to the standard price book without a unit price.</bpmn2:text></bpmn2:textAnnotation><bpmn2:association id=\"Association_0t1cupf\" sourceRef=\"Activity_1nxqecx\" targetRef=\"TextAnnotation_0anulg0\" /><bpmn2:textAnnotation id=\"TextAnnotation_10fgrm8\"><bpmn2:text>Price book entry id is required for updating the correct field.</bpmn2:text></bpmn2:textAnnotation><bpmn2:association id=\"Association_17vtleb\" sourceRef=\"Activity_0v3npch\" targetRef=\"TextAnnotation_10fgrm8\" /></bpmn2:subProcess><bpmn2:exclusiveGateway id=\"Gateway_0idbkld\" name=\"Sales Products and Prices received?\" default=\"Flow_0uet8c5\"><bpmn2:incoming>Flow_17fh1va</bpmn2:incoming><bpmn2:outgoing>Flow_1c6govk</bpmn2:outgoing><bpmn2:outgoing>Flow_0uet8c5</bpmn2:outgoing></bpmn2:exclusiveGateway><bpmn2:sequenceFlow id=\"Flow_1c6govk\" name=\"yes\" sourceRef=\"Gateway_0idbkld\" targetRef=\"Activity_18qs8cx\" /><bpmn2:intermediateThrowEvent id=\"Event_1r41mm7\" name=\"Throw an error if Sales Products and Prices were not received\"><bpmn2:incoming>Flow_0uet8c5</bpmn2:incoming><bpmn2:signalEventDefinition /></bpmn2:intermediateThrowEvent><bpmn2:sequenceFlow id=\"Flow_0uet8c5\" name=\"no\" sourceRef=\"Gateway_0idbkld\" targetRef=\"Event_1r41mm7\" /><bpmn2:endEvent id=\"Event_1fc9gwa\"><bpmn2:incoming>Flow_1fsusvy</bpmn2:incoming></bpmn2:endEvent><bpmn2:sequenceFlow id=\"Flow_1fsusvy\" sourceRef=\"Activity_0kykabp\" targetRef=\"Event_1fc9gwa\" /><bpmn2:scriptTask id=\"Activity_18qs8cx\" name=\"Initialize exceptions\"><bpmn2:incoming>Flow_1c6govk</bpmn2:incoming><bpmn2:outgoing>Flow_0agfckd</bpmn2:outgoing></bpmn2:scriptTask><bpmn2:sequenceFlow id=\"Flow_0agfckd\" sourceRef=\"Activity_18qs8cx\" targetRef=\"Activity_0kykabp\" /><bpmn2:dataStoreReference id=\"DataStoreReference_1omhk3e\" name=\"Magento\" /><bpmn2:textAnnotation id=\"TextAnnotation_11r3v0l\"><bpmn2:text>Token is obtained with a HTTP request.</bpmn2:text></bpmn2:textAnnotation><bpmn2:association id=\"Association_1c8fhg6\" sourceRef=\"Activity_1dahemj\" targetRef=\"TextAnnotation_11r3v0l\" /><bpmn2:group id=\"Group_0holdym\" categoryValueRef=\"CategoryValue_1xk3zpd\" /><bpmn2:group id=\"Group_17s6ze2\" categoryValueRef=\"CategoryValue_14v6m12\" /><bpmn2:group id=\"Group_0b9c2s4\" categoryValueRef=\"CategoryValue_1u138dl\" /><bpmn2:group id=\"Group_0du4eyp\" categoryValueRef=\"CategoryValue_0rsgm0i\" /><bpmn2:textAnnotation id=\"TextAnnotation_1beynfl\"><bpmn2:text>Exceptions variable is initialized to help pinpoint errors.</bpmn2:text></bpmn2:textAnnotation><bpmn2:association id=\"Association_1eu2y8m\" sourceRef=\"Activity_18qs8cx\" targetRef=\"TextAnnotation_1beynfl\" /></bpmn2:process><bpmn2:category id=\"Category_1ifl4bg\"><bpmn2:categoryValue id=\"CategoryValue_1xk3zpd\" value=\"Get products and prices from Magento\" /></bpmn2:category><bpmn2:category id=\"Category_0vehbw1\"><bpmn2:categoryValue id=\"CategoryValue_14v6m12\" value=\"Product insertion to Salesforce\" /></bpmn2:category><bpmn2:category id=\"Category_0ef9s65\"><bpmn2:categoryValue id=\"CategoryValue_1u138dl\" value=\"Checking the standard price book status\" /></bpmn2:category><bpmn2:category id=\"Category_1k5480s\"><bpmn2:categoryValue id=\"CategoryValue_0rsgm0i\" value=\"Product price insertion and update in Salesforce\" /></bpmn2:category><bpmndi:BPMNDiagram id=\"BPMNDiagram_1\"><bpmndi:BPMNPlane id=\"BPMNPlane_1\" bpmnElement=\"Process_1\"><bpmndi:BPMNShape id=\"_BPMNShape_StartEvent_2\" bpmnElement=\"StartEvent_1\"><dc:Bounds x=\"362\" y=\"240\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"362\" y=\"276\" width=\"37\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_1dahemj_di\" bpmnElement=\"Activity_1dahemj\"><dc:Bounds x=\"500\" y=\"218\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_17rdtkb_di\" bpmnElement=\"Gateway_17rdtkb\" isMarkerVisible=\"true\"><dc:Bounds x=\"655\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"640\" y=\"209\" width=\"80\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_1prgugt_di\" bpmnElement=\"Activity_1prgugt\"><dc:Bounds x=\"760\" y=\"218\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_1pcmp3m_di\" bpmnElement=\"Event_1pcmp3m\"><dc:Bounds x=\"662\" y=\"342\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"640\" y=\"385\" width=\"81\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_0kykabp_di\" bpmnElement=\"Activity_0kykabp\" isExpanded=\"true\"><dc:Bounds x=\"1200\" y=\"30\" width=\"2820\" height=\"770\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_0eqh66f_di\" bpmnElement=\"Event_0eqh66f\"><dc:Bounds x=\"1240\" y=\"240\" width=\"36\" height=\"36\" /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_09nautp_di\" bpmnElement=\"Activity_09nautp\"><dc:Bounds x=\"1330\" y=\"218\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_07xj33h_di\" bpmnElement=\"Gateway_07xj33h\" isMarkerVisible=\"true\"><dc:Bounds x=\"1485\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1482\" y=\"170\" width=\"58\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_1l5j9kf_di\" bpmnElement=\"Gateway_1l5j9kf\" isMarkerVisible=\"true\"><dc:Bounds x=\"1595\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1591\" y=\"196\" width=\"61\" height=\"27\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_0jvt0zv_di\" bpmnElement=\"Event_0jvt0zv\"><dc:Bounds x=\"1492\" y=\"342\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1469\" y=\"385\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_1nxqecx_di\" bpmnElement=\"Activity_1nxqecx\"><dc:Bounds x=\"1710\" y=\"218\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_0t3r865_di\" bpmnElement=\"Gateway_0t3r865\" isMarkerVisible=\"true\"><dc:Bounds x=\"1875\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1855\" y=\"196\" width=\"89\" height=\"27\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_1mbd2tk_di\" bpmnElement=\"Activity_1mbd2tk\"><dc:Bounds x=\"3050\" y=\"218\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_1adimmg_di\" bpmnElement=\"Gateway_1adimmg\" isMarkerVisible=\"true\"><dc:Bounds x=\"3215\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3199\" y=\"183\" width=\"82\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_0yyx5rb_di\" bpmnElement=\"Event_0yyx5rb\"><dc:Bounds x=\"1882\" y=\"342\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1859\" y=\"385\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_1ebisvr_di\" bpmnElement=\"Activity_1ebisvr\"><dc:Bounds x=\"3670\" y=\"218\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_04dq2o3_di\" bpmnElement=\"Event_04dq2o3\"><dc:Bounds x=\"3222\" y=\"342\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3199\" y=\"385\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_1fwy4et_di\" bpmnElement=\"Gateway_1fwy4et\" isMarkerVisible=\"true\"><dc:Bounds x=\"3835\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3820\" y=\"183\" width=\"80\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_1yoa9o6_di\" bpmnElement=\"Event_1yoa9o6\"><dc:Bounds x=\"3952\" y=\"240\" width=\"36\" height=\"36\" /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_1n6jb53_di\" bpmnElement=\"Event_1n6jb53\"><dc:Bounds x=\"3842\" y=\"342\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3819\" y=\"385\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"BPMNShape_1twr1fd\" bpmnElement=\"Activity_14lvfwv\"><dc:Bounds x=\"2040\" y=\"218\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"BPMNShape_174jyl7\" bpmnElement=\"Gateway_0gvwjv6\" isMarkerVisible=\"true\"><dc:Bounds x=\"2205\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2190\" y=\"176\" width=\"82\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_10wkm82_di\" bpmnElement=\"Event_10wkm82\"><dc:Bounds x=\"2212\" y=\"342\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2189\" y=\"385\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"BPMNShape_02ilpth\" bpmnElement=\"Activity_0o1twkx\"><dc:Bounds x=\"2430\" y=\"218\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"BPMNShape_16ix88r\" bpmnElement=\"Gateway_1e1vlj8\" isMarkerVisible=\"true\"><dc:Bounds x=\"2595\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2585\" y=\"157\" width=\"70\" height=\"66\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_0mw4yfi_di\" bpmnElement=\"Event_0mw4yfi\"><dc:Bounds x=\"2602\" y=\"342\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2579\" y=\"385\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"BPMNShape_1mehbz0\" bpmnElement=\"Activity_15erumm\"><dc:Bounds x=\"2710\" y=\"218\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"BPMNShape_08vid9y\" bpmnElement=\"Gateway_1fz4iwe\" isMarkerVisible=\"true\"><dc:Bounds x=\"2875\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2863\" y=\"163\" width=\"76\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_0srj723_di\" bpmnElement=\"Event_0srj723\"><dc:Bounds x=\"2882\" y=\"342\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2859\" y=\"385\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_0ewk082_di\" bpmnElement=\"Gateway_0ewk082\" isMarkerVisible=\"true\"><dc:Bounds x=\"2315\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2303\" y=\"183\" width=\"74\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"TextAnnotation_071w0z2_di\" bpmnElement=\"TextAnnotation_071w0z2\"><dc:Bounds x=\"1330\" y=\"88\" width=\"120\" height=\"57\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"TextAnnotation_0yaiciv_di\" bpmnElement=\"TextAnnotation_0yaiciv\"><dc:Bounds x=\"2040\" y=\"90\" width=\"100\" height=\"55\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"TextAnnotation_136jmqs_di\" bpmnElement=\"TextAnnotation_136jmqs\"><dc:Bounds x=\"2710\" y=\"80\" width=\"180\" height=\"70\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"TextAnnotation_0o27fde_di\" bpmnElement=\"TextAnnotation_0o27fde\"><dc:Bounds x=\"3050\" y=\"87\" width=\"150\" height=\"61\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"TextAnnotation_0anulg0_di\" bpmnElement=\"TextAnnotation_0anulg0\"><dc:Bounds x=\"1710\" y=\"80\" width=\"140\" height=\"68\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"TextAnnotation_10fgrm8_di\" bpmnElement=\"TextAnnotation_10fgrm8\"><dc:Bounds x=\"3380\" y=\"350\" width=\"100\" height=\"72\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_0n11t22_di\" bpmnElement=\"Activity_0n11t22\"><dc:Bounds x=\"3670\" y=\"530\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_0v3npch_di\" bpmnElement=\"Activity_0v3npch\"><dc:Bounds x=\"3380\" y=\"530\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_1pxfbak_di\" bpmnElement=\"Gateway_1pxfbak\" isMarkerVisible=\"true\"><dc:Bounds x=\"3555\" y=\"545\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3545\" y=\"469\" width=\"70\" height=\"66\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_0yritbn_di\" bpmnElement=\"Event_0yritbn\"><dc:Bounds x=\"3562\" y=\"662\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3539\" y=\"705\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_1nbotxm_di\" bpmnElement=\"Gateway_1nbotxm\" isMarkerVisible=\"true\"><dc:Bounds x=\"3835\" y=\"545\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3820\" y=\"495\" width=\"80\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_17bdgl2_di\" bpmnElement=\"Event_17bdgl2\"><dc:Bounds x=\"3842\" y=\"662\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3819\" y=\"705\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_19s0hzi_di\" bpmnElement=\"Event_19s0hzi\"><dc:Bounds x=\"3952\" y=\"552\" width=\"36\" height=\"36\" /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_1yrhggq_di\" bpmnElement=\"Activity_1yrhggq\"><dc:Bounds x=\"3050\" y=\"530\" width=\"100\" height=\"80\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Gateway_185qf1m_di\" bpmnElement=\"Gateway_185qf1m\" isMarkerVisible=\"true\"><dc:Bounds x=\"3215\" y=\"545\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3199\" y=\"482\" width=\"82\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_1fca3u7_di\" bpmnElement=\"Event_1fca3u7\"><dc:Bounds x=\"3222\" y=\"652\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3199\" y=\"695\" width=\"83\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNEdge id=\"Association_17vtleb_di\" bpmnElement=\"Association_17vtleb\"><di:waypoint x=\"3430\" y=\"530\" /><di:waypoint x=\"3430\" y=\"422\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1f24mu1_di\" bpmnElement=\"Flow_1f24mu1\"><di:waypoint x=\"1276\" y=\"258\" /><di:waypoint x=\"1330\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0tb4h79_di\" bpmnElement=\"Flow_0tb4h79\"><di:waypoint x=\"1430\" y=\"258\" /><di:waypoint x=\"1485\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0sh8rym_di\" bpmnElement=\"Flow_0sh8rym\"><di:waypoint x=\"1535\" y=\"258\" /><di:waypoint x=\"1595\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1557\" y=\"240\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_00h94z1_di\" bpmnElement=\"Flow_00h94z1\"><di:waypoint x=\"1510\" y=\"283\" /><di:waypoint x=\"1510\" y=\"342\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1519\" y=\"309\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1nihwkf_di\" bpmnElement=\"Flow_1nihwkf\"><di:waypoint x=\"1645\" y=\"258\" /><di:waypoint x=\"1710\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1671\" y=\"240\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0ufrgjn_di\" bpmnElement=\"Flow_0ufrgjn\"><di:waypoint x=\"1810\" y=\"258\" /><di:waypoint x=\"1875\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1cvrzl1_di\" bpmnElement=\"Flow_1cvrzl1\"><di:waypoint x=\"1925\" y=\"258\" /><di:waypoint x=\"2040\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1931\" y=\"240\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1g302tv_di\" bpmnElement=\"Flow_1g302tv\"><di:waypoint x=\"3150\" y=\"258\" /><di:waypoint x=\"3215\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1w2bwnb_di\" bpmnElement=\"Flow_1w2bwnb\"><di:waypoint x=\"1900\" y=\"283\" /><di:waypoint x=\"1900\" y=\"342\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1909\" y=\"308\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_16j159a_di\" bpmnElement=\"Flow_16j159a\"><di:waypoint x=\"3240\" y=\"283\" /><di:waypoint x=\"3240\" y=\"342\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3249\" y=\"309\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0bvdqa5_di\" bpmnElement=\"Flow_0bvdqa5\"><di:waypoint x=\"3770\" y=\"258\" /><di:waypoint x=\"3835\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_092ur64_di\" bpmnElement=\"Flow_092ur64\"><di:waypoint x=\"3885\" y=\"258\" /><di:waypoint x=\"3952\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3910\" y=\"240\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0j4pyyu_di\" bpmnElement=\"Flow_0j4pyyu\"><di:waypoint x=\"3860\" y=\"283\" /><di:waypoint x=\"3860\" y=\"342\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3869\" y=\"309\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1hdqoep_di\" bpmnElement=\"Flow_1hdqoep\"><di:waypoint x=\"2140\" y=\"258\" /><di:waypoint x=\"2205\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_08diz4r_di\" bpmnElement=\"Flow_08diz4r\"><di:waypoint x=\"2255\" y=\"258\" /><di:waypoint x=\"2315\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2275\" y=\"240\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_19d9xpv_di\" bpmnElement=\"Flow_19d9xpv\"><di:waypoint x=\"2230\" y=\"283\" /><di:waypoint x=\"2230\" y=\"342\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2239\" y=\"310\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1jcr72w_di\" bpmnElement=\"Flow_1jcr72w\"><di:waypoint x=\"2530\" y=\"258\" /><di:waypoint x=\"2595\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0m50xof_di\" bpmnElement=\"Flow_0m50xof\"><di:waypoint x=\"2645\" y=\"258\" /><di:waypoint x=\"2710\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2663\" y=\"240\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0pt1po7_di\" bpmnElement=\"Flow_0pt1po7\"><di:waypoint x=\"2620\" y=\"283\" /><di:waypoint x=\"2620\" y=\"342\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2629\" y=\"310\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0dfx98v_di\" bpmnElement=\"Flow_0dfx98v\"><di:waypoint x=\"2810\" y=\"258\" /><di:waypoint x=\"2875\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0s4nvf8_di\" bpmnElement=\"Flow_0s4nvf8\"><di:waypoint x=\"2925\" y=\"258\" /><di:waypoint x=\"3050\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2941\" y=\"240\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_12jcr6z_di\" bpmnElement=\"Flow_12jcr6z\"><di:waypoint x=\"2900\" y=\"283\" /><di:waypoint x=\"2900\" y=\"342\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2909\" y=\"309\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1j0hiod_di\" bpmnElement=\"Flow_1j0hiod\"><di:waypoint x=\"2340\" y=\"283\" /><di:waypoint x=\"2340\" y=\"450\" /><di:waypoint x=\"3100\" y=\"450\" /><di:waypoint x=\"3100\" y=\"298\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2351\" y=\"314\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1tw5eu3_di\" bpmnElement=\"Flow_1tw5eu3\"><di:waypoint x=\"2365\" y=\"258\" /><di:waypoint x=\"2430\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2391\" y=\"240\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0045d5y_di\" bpmnElement=\"Flow_0045d5y\"><di:waypoint x=\"3480\" y=\"570\" /><di:waypoint x=\"3555\" y=\"570\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0x7j0yc_di\" bpmnElement=\"Flow_0x7j0yc\"><di:waypoint x=\"3605\" y=\"570\" /><di:waypoint x=\"3670\" y=\"570\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3629\" y=\"552\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0uewbxm_di\" bpmnElement=\"Flow_0uewbxm\"><di:waypoint x=\"3580\" y=\"595\" /><di:waypoint x=\"3580\" y=\"662\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3589\" y=\"640\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1575b9d_di\" bpmnElement=\"Flow_1575b9d\"><di:waypoint x=\"3770\" y=\"570\" /><di:waypoint x=\"3835\" y=\"570\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1sw0v4g_di\" bpmnElement=\"Flow_1sw0v4g\"><di:waypoint x=\"3860\" y=\"595\" /><di:waypoint x=\"3860\" y=\"662\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3869\" y=\"625\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0xobqh7_di\" bpmnElement=\"Flow_0xobqh7\"><di:waypoint x=\"3885\" y=\"570\" /><di:waypoint x=\"3952\" y=\"570\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3910\" y=\"552\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0ybz0ci_di\" bpmnElement=\"Flow_0ybz0ci\"><di:waypoint x=\"3265\" y=\"258\" /><di:waypoint x=\"3670\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3459\" y=\"240\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0m500im_di\" bpmnElement=\"Flow_0m500im\"><di:waypoint x=\"1620\" y=\"283\" /><di:waypoint x=\"1620\" y=\"570\" /><di:waypoint x=\"3050\" y=\"570\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1627\" y=\"427\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0q86qor_di\" bpmnElement=\"Flow_0q86qor\"><di:waypoint x=\"3150\" y=\"570\" /><di:waypoint x=\"3215\" y=\"570\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1e98maq_di\" bpmnElement=\"Flow_1e98maq\"><di:waypoint x=\"3265\" y=\"570\" /><di:waypoint x=\"3380\" y=\"570\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3314\" y=\"552\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_11vqphx_di\" bpmnElement=\"Flow_11vqphx\"><di:waypoint x=\"3240\" y=\"595\" /><di:waypoint x=\"3240\" y=\"652\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3249\" y=\"620\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Association_1mc3jx4_di\" bpmnElement=\"Association_1mc3jx4\"><di:waypoint x=\"1380\" y=\"218\" /><di:waypoint x=\"1380\" y=\"145\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Association_1kvlj6p_di\" bpmnElement=\"Association_1kvlj6p\"><di:waypoint x=\"2090\" y=\"218\" /><di:waypoint x=\"2090\" y=\"145\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Association_1z0payp_di\" bpmnElement=\"Association_1z0payp\"><di:waypoint x=\"2760\" y=\"218\" /><di:waypoint x=\"2760\" y=\"150\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Association_1n6ifzk_di\" bpmnElement=\"Association_1n6ifzk\"><di:waypoint x=\"3100\" y=\"218\" /><di:waypoint x=\"3100\" y=\"148\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Association_0t1cupf_di\" bpmnElement=\"Association_0t1cupf\"><di:waypoint x=\"1760\" y=\"218\" /><di:waypoint x=\"1760\" y=\"148\" /></bpmndi:BPMNEdge><bpmndi:BPMNShape id=\"Gateway_0idbkld_di\" bpmnElement=\"Gateway_0idbkld\" isMarkerVisible=\"true\"><dc:Bounds x=\"935\" y=\"233\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"922\" y=\"183\" width=\"75\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_1r41mm7_di\" bpmnElement=\"Event_1r41mm7\"><dc:Bounds x=\"942\" y=\"342\" width=\"36\" height=\"36\" /><bpmndi:BPMNLabel><dc:Bounds x=\"920\" y=\"385\" width=\"81\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Event_1fc9gwa_di\" bpmnElement=\"Event_1fc9gwa\"><dc:Bounds x=\"4152\" y=\"240\" width=\"36\" height=\"36\" /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Activity_18qs8cx_di\" bpmnElement=\"Activity_18qs8cx\"><dc:Bounds x=\"1055\" y=\"243\" width=\"30\" height=\"30\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"DataStoreReference_1omhk3e_di\" bpmnElement=\"DataStoreReference_1omhk3e\"><dc:Bounds x=\"785\" y=\"93\" width=\"50\" height=\"50\" /><bpmndi:BPMNLabel><dc:Bounds x=\"789\" y=\"63\" width=\"43\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"TextAnnotation_11r3v0l_di\" bpmnElement=\"TextAnnotation_11r3v0l\"><dc:Bounds x=\"500\" y=\"90\" width=\"100\" height=\"55\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Group_0holdym_di\" bpmnElement=\"Group_0holdym\"><dc:Bounds x=\"430\" y=\"-60\" width=\"700\" height=\"930\" /><bpmndi:BPMNLabel><dc:Bounds x=\"738\" y=\"-53\" width=\"85\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Group_17s6ze2_di\" bpmnElement=\"Group_17s6ze2\"><dc:Bounds x=\"1150\" y=\"-60\" width=\"820\" height=\"930\" /><bpmndi:BPMNLabel><dc:Bounds x=\"1519\" y=\"-53\" width=\"83\" height=\"27\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Group_0b9c2s4_di\" bpmnElement=\"Group_0b9c2s4\"><dc:Bounds x=\"2000\" y=\"-60\" width=\"980\" height=\"930\" /><bpmndi:BPMNLabel><dc:Bounds x=\"2456\" y=\"-53\" width=\"70\" height=\"40\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"Group_0du4eyp_di\" bpmnElement=\"Group_0du4eyp\"><dc:Bounds x=\"3000\" y=\"-60\" width=\"1070\" height=\"930\" /><bpmndi:BPMNLabel><dc:Bounds x=\"3504\" y=\"-53\" width=\"65\" height=\"53\" /></bpmndi:BPMNLabel></bpmndi:BPMNShape><bpmndi:BPMNShape id=\"TextAnnotation_1beynfl_di\" bpmnElement=\"TextAnnotation_1beynfl\"><dc:Bounds x=\"1020\" y=\"100\" width=\"110\" height=\"70\" /><bpmndi:BPMNLabel /></bpmndi:BPMNShape><bpmndi:BPMNEdge id=\"Flow_0tt9lev_di\" bpmnElement=\"Flow_0tt9lev\"><di:waypoint x=\"398\" y=\"258\" /><di:waypoint x=\"500\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1yr9hgu_di\" bpmnElement=\"Flow_1yr9hgu\"><di:waypoint x=\"600\" y=\"258\" /><di:waypoint x=\"655\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"DataInputAssociation_1l6axws_di\" bpmnElement=\"DataInputAssociation_1l6axws\"><di:waypoint x=\"810\" y=\"143\" /><di:waypoint x=\"810\" y=\"218\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0119vha_di\" bpmnElement=\"Flow_0119vha\"><di:waypoint x=\"705\" y=\"258\" /><di:waypoint x=\"760\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"724\" y=\"240\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1aig5p6_di\" bpmnElement=\"Flow_1aig5p6\"><di:waypoint x=\"680\" y=\"283\" /><di:waypoint x=\"680\" y=\"342\" /><bpmndi:BPMNLabel><dc:Bounds x=\"689\" y=\"310\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_17fh1va_di\" bpmnElement=\"Flow_17fh1va\"><di:waypoint x=\"860\" y=\"258\" /><di:waypoint x=\"935\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1c6govk_di\" bpmnElement=\"Flow_1c6govk\"><di:waypoint x=\"985\" y=\"258\" /><di:waypoint x=\"1055\" y=\"258\" /><bpmndi:BPMNLabel><dc:Bounds x=\"992\" y=\"240\" width=\"17\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0uet8c5_di\" bpmnElement=\"Flow_0uet8c5\"><di:waypoint x=\"960\" y=\"283\" /><di:waypoint x=\"960\" y=\"342\" /><bpmndi:BPMNLabel><dc:Bounds x=\"969\" y=\"310\" width=\"13\" height=\"14\" /></bpmndi:BPMNLabel></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_1fsusvy_di\" bpmnElement=\"Flow_1fsusvy\"><di:waypoint x=\"4020\" y=\"258\" /><di:waypoint x=\"4152\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Flow_0agfckd_di\" bpmnElement=\"Flow_0agfckd\"><di:waypoint x=\"1085\" y=\"258\" /><di:waypoint x=\"1200\" y=\"258\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Association_1c8fhg6_di\" bpmnElement=\"Association_1c8fhg6\"><di:waypoint x=\"550\" y=\"218\" /><di:waypoint x=\"550\" y=\"145\" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id=\"Association_1eu2y8m_di\" bpmnElement=\"Association_1eu2y8m\"><di:waypoint x=\"1070\" y=\"243\" /><di:waypoint x=\"1070\" y=\"170\" /></bpmndi:BPMNEdge></bpmndi:BPMNPlane></bpmndi:BPMNDiagram></bpmn2:definitions>",
					"ElementParameters": "[{\"Id\":\"StartEvent_1\",\"Type\":0,\"Parameters\":{},\"SelectedTypeId\":\"ManualTrigger\",\"PromoteResultAs\":null,\"Name\":\"Manual\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_1dahemj\",\"Type\":1,\"Parameters\":{\"input\":{\"Method\":{\"mode\":\"select\",\"value\":\"POST\"},\"ResultMethod\":{\"mode\":\"select\",\"value\":\"JToken\"},\"Url\":{\"mode\":\"text\",\"value\":\"{{#var.MagentoBaseUrl}}/rest/V1/integration/admin/token\"},\"Message\":{\"mode\":\"json\",\"value\":\"{ \\r\\n\\\"username\\\": {{\\\"\\\\\\\"\\\" + #var.MagentoUser + \\\"\\\\\\\"\\\"}}, \\r\\n\\\"password\\\": {{\\\"\\\\\\\"\\\" + #var.MagentoPassword.Replace(\\\"\\\\\\\"\\\", \\\"\\\\\\\\\\\\\\\"\\\") + \\\"\\\\\\\"\\\"}} \\r\\n} \"},\"Headers\":[{\"Name\":{\"mode\":\"text\",\"value\":\"Content-Type\"},\"Value\":{\"mode\":\"text\",\"value\":\"application/json\"}}]},\"options\":{\"Authentication\":{\"mode\":\"select\",\"value\":\"None\"},\"Username\":{\"mode\":\"text\",\"value\":\"\"},\"Password\":{\"mode\":\"text\",\"value\":\"\"},\"Token\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateSource\":{\"mode\":\"select\",\"value\":\"CertificateStore\"},\"ClientCertificateFilePath\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateInBase64\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateKeyPhrase\":{\"mode\":\"text\",\"value\":\"\"},\"CertificateThumbprint\":{\"mode\":\"text\",\"value\":\"\"},\"LoadEntireChainForCertificate\":{\"mode\":\"toggle\",\"value\":true},\"ConnectionTimeoutSeconds\":{\"mode\":\"integer\",\"value\":30},\"FollowRedirects\":{\"mode\":\"toggle\",\"value\":true},\"AllowInvalidCertificate\":{\"mode\":\"toggle\",\"value\":false},\"AllowInvalidResponseContentTypeCharSet\":{\"mode\":\"toggle\",\"value\":false},\"ThrowExceptionOnErrorResponse\":{\"mode\":\"toggle\",\"value\":false},\"AutomaticCookieHandling\":{\"mode\":\"toggle\",\"value\":true}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/d2f2020e-4ce6-4e5f-879f-ef34e57c9fca/v1\",\"PromoteResultAs\":null,\"Name\":\"Obtain authorisation token from Magento\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":true,\"ShouldDispose\":null},{\"Id\":\"Gateway_17rdtkb\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.StatusCode == 200\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Token obtained?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0119vha\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_1prgugt\",\"Type\":1,\"Parameters\":{\"input\":{\"Method\":{\"mode\":\"select\",\"value\":\"GET\"},\"ResultMethod\":{\"mode\":\"select\",\"value\":\"JToken\"},\"Url\":{\"mode\":\"text\",\"value\":\"{{#var.MagentoBaseUrl}}/rest/V1/products?searchCriteria[filterGroups][0][filters][0][field]=status&searchCriteria[filterGroups][0][filters][0][value]=1\"},\"Message\":{\"mode\":\"text\",\"value\":\"\"},\"Headers\":[{\"Name\":{\"mode\":\"text\",\"value\":\"Content-Type\"},\"Value\":{\"mode\":\"text\",\"value\":\"application/json\"}}]},\"options\":{\"Authentication\":{\"mode\":\"select\",\"value\":\"OAuth\"},\"Username\":{\"mode\":\"text\",\"value\":\"\"},\"Password\":{\"mode\":\"text\",\"value\":\"\"},\"Token\":{\"mode\":\"csharp\",\"value\":\"#result[Obtain authorisation token from Magento].Body\"},\"ClientCertificateSource\":{\"mode\":\"select\",\"value\":\"CertificateStore\"},\"ClientCertificateFilePath\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateInBase64\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateKeyPhrase\":{\"mode\":\"text\",\"value\":\"\"},\"CertificateThumbprint\":{\"mode\":\"text\",\"value\":\"\"},\"LoadEntireChainForCertificate\":{\"mode\":\"toggle\",\"value\":true},\"ConnectionTimeoutSeconds\":{\"mode\":\"integer\",\"value\":30},\"FollowRedirects\":{\"mode\":\"toggle\",\"value\":true},\"AllowInvalidCertificate\":{\"mode\":\"toggle\",\"value\":false},\"AllowInvalidResponseContentTypeCharSet\":{\"mode\":\"toggle\",\"value\":false},\"ThrowExceptionOnErrorResponse\":{\"mode\":\"toggle\",\"value\":false},\"AutomaticCookieHandling\":{\"mode\":\"toggle\",\"value\":true}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/d2f2020e-4ce6-4e5f-879f-ef34e57c9fca/v1\",\"PromoteResultAs\":null,\"Name\":\"Get sales products and prices from Magento\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_1pcmp3m\",\"Type\":6,\"Parameters\":{\"expression\":{\"mode\":\"text\",\"value\":\"An error occurred when trying to obtain authorisation token from Magento: {{#result[Obtain authorisation token from Magento].Body.message}}\"},\"bypassGlobalExceptionHandler\":{\"mode\":\"toggle\",\"value\":true}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1aig5p6\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"FrendsTestElementId\",\"Type\":19,\"Parameters\":{\"input\":{\"Method\":{\"mode\":\"select\",\"value\":\"GET\"},\"ResultMethod\":{\"mode\":\"select\",\"value\":\"JToken\"},\"Url\":{\"mode\":\"text\",\"value\":\"\"},\"Message\":{\"mode\":\"text\",\"value\":\"\"},\"Headers\":[]},\"options\":{\"Authentication\":{\"mode\":\"select\",\"value\":\"OAuth\"},\"Username\":{\"mode\":\"text\",\"value\":\"\"},\"Password\":{\"mode\":\"text\",\"value\":\"\"},\"Token\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateSource\":{\"mode\":\"select\",\"value\":\"CertificateStore\"},\"ClientCertificateFilePath\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateInBase64\":{\"mode\":\"text\",\"value\":\"\"},\"ClientCertificateKeyPhrase\":{\"mode\":\"text\",\"value\":\"\"},\"CertificateThumbprint\":{\"mode\":\"text\",\"value\":\"\"},\"LoadEntireChainForCertificate\":{\"mode\":\"toggle\",\"value\":true},\"ConnectionTimeoutSeconds\":{\"mode\":\"integer\",\"value\":30},\"FollowRedirects\":{\"mode\":\"toggle\",\"value\":true},\"AllowInvalidCertificate\":{\"mode\":\"toggle\",\"value\":false},\"AllowInvalidResponseContentTypeCharSet\":{\"mode\":\"toggle\",\"value\":false},\"ThrowExceptionOnErrorResponse\":{\"mode\":\"toggle\",\"value\":false},\"AutomaticCookieHandling\":{\"mode\":\"toggle\",\"value\":true}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/d2f2020e-4ce6-4e5f-879f-ef34e57c9fca/v1\",\"PromoteResultAs\":null,\"Name\":\"Test\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_0eqh66f\",\"Type\":13,\"Parameters\":{},\"SelectedTypeId\":\"\",\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_0kykabp\",\"Type\":10,\"Parameters\":{\"variable\":\"product\",\"expression\":{\"mode\":\"csharp\",\"value\":\"#result[Get sales products and prices from Magento].Body.items\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"For each product\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_09nautp\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"Query\":{\"mode\":\"text\",\"value\":\"SELECT Name, Id\\r\\nFROM Product2\\r\\nWHERE ProductCode = '{{$\\\"MAG{#var.product[\\\"id\\\"]}\\\"}}'\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false},\"ThrowAnErrorIfNotFound\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/12e91c58-734a-451e-87e2-4c23385c1c43/v1\",\"PromoteResultAs\":null,\"Name\":\"Get products from Salesforce\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_07xj33h\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Retrieving product information successful?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0sh8rym\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_1l5j9kf\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"(int)#result.Body[\\\"totalSize\\\"] != 0\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Is product in Salesforce?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_00h94z1\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_0jvt0zv\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nError retrieving product information for Magento product {#var.product[\\\"name\\\"]}: {#result[Get products from Salesforce].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1c6govk\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_0idbkld\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.StatusCode == 200\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Sales Products and Prices received?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_1r41mm7\",\"Type\":6,\"Parameters\":{\"expression\":{\"mode\":\"text\",\"value\":\"An error occurred when trying to get product data from Magento: {{#result[Get sales products and prices from Magento].Body.message}}\"},\"bypassGlobalExceptionHandler\":{\"mode\":\"toggle\",\"value\":true}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0uet8c5\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1nihwkf\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_1nxqecx\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"SObjectAsJson\":{\"mode\":\"csharp\",\"value\":\"JObject.FromObject(new {\\r\\n    IsActive = true,\\r\\n    ExternalId = #var.product[\\\"id\\\"],\\r\\n    Name = #var.product[\\\"name\\\"],\\r\\n    ProductCode = \\\"MAG\\\" + #var.product[\\\"id\\\"],\\r\\n    StockKeepingUnit = #var.product[\\\"sku\\\"],\\r\\n}).ToString();\"},\"SObjectType\":{\"mode\":\"text\",\"value\":\"Product2\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/c5fbbd06-fd05-4d72-af74-ae8805a458de/v1\",\"PromoteResultAs\":null,\"Name\":\"Insert product to Salesforce\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_1fc9gwa\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions != \\\"\\\" ? \\\"Sales products successfully posted to Salesforce. Following exceptions occurred: \\\" + #var.exceptions.ToString(): \\\"Sales products successfully posted to Salesforce.\\\"\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_18qs8cx\",\"Type\":12,\"Parameters\":{\"variableName\":\"exceptions\",\"variableExpression\":{\"mode\":\"csharp\",\"value\":\"\\\"\\\"\"},\"shouldAssignVariable\":{\"mode\":\"toggle\",\"value\":true}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Initialize exceptions\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_0t3r865\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Products insertion successful?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1cvrzl1\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_1mbd2tk\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"Query\":{\"mode\":\"text\",\"value\":\"SELECT Id\\r\\nFROM Pricebook2\\r\\nWHERE Name = 'Magento Price Book'\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false},\"ThrowAnErrorIfNotFound\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/12e91c58-734a-451e-87e2-4c23385c1c43/v1\",\"PromoteResultAs\":null,\"Name\":\"Get Magento price book information from Salesforce\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_1adimmg\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Retrieving price book information successful?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1w2bwnb\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_0yyx5rb\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nProduct {#var.product[\\\"name\\\"]} insertion failed: {#result[Insert product to Salesforce].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_1ebisvr\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"SObjectAsJson\":{\"mode\":\"csharp\",\"value\":\"JObject.FromObject(new {\\r\\n    IsActive = true,\\r\\n    Pricebook2Id = #result[Get Magento price book information from Salesforce].Body[\\\"records\\\"][0][\\\"Id\\\"],\\r\\n    Product2Id = JObject.FromObject(#result[Insert product to Salesforce])[\\\"Body\\\"][\\\"id\\\"],\\r\\n    UnitPrice = #var.product[\\\"price\\\"]\\r\\n}).ToString();\"},\"SObjectType\":{\"mode\":\"text\",\"value\":\"PricebookEntry\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/c5fbbd06-fd05-4d72-af74-ae8805a458de/v1\",\"PromoteResultAs\":null,\"Name\":\"Insert product price to pricebook entry in Salesforce\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_16j159a\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_04dq2o3\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nError retrieving price book information for Magento product {#var.product[\\\"name\\\"]}: {#result[Get Magento price book information from Salesforce].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_1fwy4et\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Price book entry insertion successful?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_092ur64\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_1yoa9o6\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0j4pyyu\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_1n6jb53\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nPrice book entry insertion failed for Magento product {#var.product[\\\"name\\\"]}: {#result[Insert product price to pricebook entry in Salesforce].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_14lvfwv\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"Query\":{\"mode\":\"text\",\"value\":\"SELECT Id, Name\\r\\nFROM Pricebook2\\r\\nWHERE IsStandard = true\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false},\"ThrowAnErrorIfNotFound\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/12e91c58-734a-451e-87e2-4c23385c1c43/v1\",\"PromoteResultAs\":null,\"Name\":\"Get standard price book information from Salesforce\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_0gvwjv6\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Retrieving standard price book information successful?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_08diz4r\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_10wkm82\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nError retrieving standard price book information for Magento product {#var.product[\\\"name\\\"]}: {#result[Get standard price book information from Salesforce].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_19d9xpv\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_0o1twkx\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"Query\":{\"mode\":\"text\",\"value\":\"SELECT Id, Name\\r\\nFROM PricebookEntry\\r\\nWHERE Pricebook2Id = '{{#result[Get standard price book information from Salesforce].Body[\\\"records\\\"][0][\\\"Id\\\"]}}' AND ProductCode = '{{$\\\"MAG{#var.product.product_id}\\\"}}'\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false},\"ThrowAnErrorIfNotFound\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/12e91c58-734a-451e-87e2-4c23385c1c43/v1\",\"PromoteResultAs\":null,\"Name\":\"Get standard price book entry information from Salesforce\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_1e1vlj8\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Retrieving standard price book entry information successful?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0m50xof\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_0mw4yfi\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nError retrieving standard price book entry information for Magento product {#var.product[\\\"name\\\"]}: {#result[Get standard price book entry information from Salesforce].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0pt1po7\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_15erumm\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"SObjectAsJson\":{\"mode\":\"csharp\",\"value\":\"JObject.FromObject(new {\\r\\n    IsActive = true,\\r\\n    Pricebook2Id = #result[Get standard price book information from Salesforce].Body[\\\"records\\\"][0][\\\"Id\\\"],\\r\\n    Product2Id = JObject.FromObject(#result[Insert product to Salesforce])[\\\"Body\\\"][\\\"id\\\"],\\r\\n    UnitPrice = #var.product[\\\"price\\\"]\\r\\n}).ToString();\"},\"SObjectType\":{\"mode\":\"text\",\"value\":\"PricebookEntry\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/c5fbbd06-fd05-4d72-af74-ae8805a458de/v1\",\"PromoteResultAs\":null,\"Name\":\"Insert product price to standard pricebook entry in Salesforce\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_1fz4iwe\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Standard pricebook entry insertion successful?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0s4nvf8\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_12jcr6z\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_0srj723\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nStandard price book entry insertion failed for Magento product {#var.product[\\\"name\\\"]}: {#result[Insert product price to standard pricebook entry in Salesforce].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_0ewk082\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result[Get standard price book information from Salesforce].Body[\\\"records\\\"][0][\\\"Name\\\"].ToString() == \\\"Magento Price Book\\\"\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Is Magento the standard price book?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1j0hiod\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1tw5eu3\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"DataStoreReference_1omhk3e\",\"Type\":22,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Magento\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_0n11t22\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"SObjectAsJson\":{\"mode\":\"csharp\",\"value\":\"JObject.FromObject(new {\\r\\n    IsActive = true,\\r\\n    UnitPrice = #var.product[\\\"price\\\"]\\r\\n}).ToString();\"},\"SObjectId\":{\"mode\":\"text\",\"value\":\"{{#result[Get Magento price book entry information from Salesforce].Body[\\\"records\\\"][0][\\\"Id\\\"]}}\"},\"SObjectType\":{\"mode\":\"text\",\"value\":\"PricebookEntry\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false},\"ThrowAnErrorIfNotFound\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/401db187-fbf0-4886-b7bc-927ac0c35324/v1\",\"PromoteResultAs\":null,\"Name\":\"Update product price to price book entry in Salesforce\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_0v3npch\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"Query\":{\"mode\":\"text\",\"value\":\"SELECT Id\\r\\nFROM PricebookEntry\\r\\nWHERE Pricebook2Id = '{{#result[Get Magento price book information from Salesforce for updating].Body[\\\"records\\\"][0][\\\"Id\\\"]}}' AND ProductCode = '{{$\\\"MAG{#var.product[\\\"id\\\"]}\\\"}}'\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false},\"ThrowAnErrorIfNotFound\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/12e91c58-734a-451e-87e2-4c23385c1c43/v1\",\"PromoteResultAs\":null,\"Name\":\"Get Magento price book entry information from Salesforce\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0x7j0yc\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_1pxfbak\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Retrieving Magento price book entry information successful?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0uewbxm\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_0yritbn\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nError retrieving price book entry information for Magento product {#var.product[\\\"name\\\"]}: {#result[Get Magento price book information from Salesforce for updating].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_1nbotxm\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Price book entry update successful?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1sw0v4g\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_17bdgl2\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nPrice book entry update failed for Magento product {#var.product[\\\"name\\\"]}: {#result[Update product price to price book entry in Salesforce].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0xobqh7\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_19s0hzi\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0ybz0ci\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Activity_1yrhggq\",\"Type\":1,\"Parameters\":{\"input\":{\"Domain\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceBaseUrl\"},\"Query\":{\"mode\":\"text\",\"value\":\"SELECT Id\\r\\nFROM Pricebook2\\r\\nWHERE Name = 'Magento Price Book'\"}},\"options\":{\"AuthenticationMethod\":{\"mode\":\"select\",\"value\":\"OAuth2WithPassword\"},\"AccessToken\":{\"mode\":\"text\",\"value\":\"\"},\"AuthUrl\":{\"mode\":\"text\",\"value\":\"https://login.salesforce.com/services/oauth2/token\"},\"ClientID\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientId\"},\"ClientSecret\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceClientSecret\"},\"Username\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceUser\"},\"Password\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforcePassword\"},\"SecurityToken\":{\"mode\":\"csharp\",\"value\":\"#var.SalesforceSecurityToken\"},\"ReturnAccessToken\":{\"mode\":\"toggle\",\"value\":false},\"ThrowAnErrorIfNotFound\":{\"mode\":\"toggle\",\"value\":false}},\"cancellationToken\":null},\"SelectedTypeId\":\"/ProcessTask/12e91c58-734a-451e-87e2-4c23385c1c43/v1\",\"PromoteResultAs\":null,\"Name\":\"Get Magento price book information from Salesforce for updating\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":false,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_0m500im\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Gateway_185qf1m\",\"Type\":2,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#result.RequestIsSuccessful\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"Retrieving price book information successful for updating?\",\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_1e98maq\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"yes\",\"Description\":null,\"IsDefault\":false,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Flow_11vqphx\",\"Type\":4,\"Parameters\":{},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":\"no\",\"Description\":null,\"IsDefault\":true,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null},{\"Id\":\"Event_1fca3u7\",\"Type\":5,\"Parameters\":{\"expression\":{\"mode\":\"csharp\",\"value\":\"#var.exceptions += $\\\"\\\\nError retrieving price book information for Magento product {#var.product[\\\"name\\\"]}: {#result[Get Magento price book information from Salesforce for updating].ErrorMessage}\\\";\"}},\"SelectedTypeId\":null,\"PromoteResultAs\":null,\"Name\":null,\"Description\":null,\"IsDefault\":null,\"ShouldRetry\":null,\"MaxRetryCount\":null,\"ShouldNotLogResult\":null,\"ShouldDispose\":null}]",
					"ManualTriggerJson": "[]",
					"IsSubprocess": false,
					"TriggersJson": "[{\"$type\":\"ManualTrigger\",\"config\":{},\"name\":\"Manual\",\"id\":\"StartEvent_1\",\"shouldNotLogParameters\":null}]",
					"AssemblyName": null,
					"PackageId": null,
					"PackageVersion": null,
					"UsedTasksJson": "[\"/ProcessTask/D2F2020E-4CE6-4E5F-879F-EF34E57C9FCA/v1\",\"/ProcessTask/12E91C58-734A-451E-87E2-4C23385C1C43/v1\",\"/ProcessTask/401DB187-FBF0-4886-B7BC-927AC0C35324/v1\",\"/ProcessTask/C5FBBD06-FD05-4D72-AF74-AE8805A458DE/v1\"]",
					"UsedSubprocessesJson": "{}",
					"ProcessExecutionVersion": "",
					"FrendsVersion": "5.7.3.1743",
					"TargetFramework": "net8.0",
					"StaticRequiredEnvironmentVariables": [],
					"RequiredEnvironmentVariables": [],
					"PromotedResultVariablesJson": "[]",
					"MajorVersion": 1,
					"MinorVersion": 0,
					"IsForMonitoringRule": false,
					"ProcessVariablesJson": null
				},
				"LinkedTasks": {
					"77f8075e-cafb-41bc-a447-7c8de69a5fd7": [
						{
							"Id": "d2f2020e-4ce6-4e5f-879f-ef34e57c9fca",
							"PackageId": "Frends.HTTP.Request",
							"PackageVersion": "1.1.2",
							"Name": "Frends.HTTP.Request.HTTP.Request(Input, Options, CancellationToken)",
							"FrameworkIdentifier": ".NETCoreApp"
						},
						{
							"Id": "12e91c58-734a-451e-87e2-4c23385c1c43",
							"PackageId": "Frends.Salesforce.ExecuteQuery",
							"PackageVersion": "1.0.1",
							"Name": "Frends.Salesforce.ExecuteQuery.Salesforce.ExecuteQuery(Input, Options, CancellationToken)",
							"FrameworkIdentifier": ".NETCoreApp"
						},
						{
							"Id": "401db187-fbf0-4886-b7bc-927ac0c35324",
							"PackageId": "Frends.Salesforce.UpdateSObject",
							"PackageVersion": "1.0.0",
							"Name": "Frends.Salesforce.UpdateSObject.Salesforce.UpdateSObject(Input, Options, CancellationToken)",
							"FrameworkIdentifier": ".NETCoreApp"
						},
						{
							"Id": "c5fbbd06-fd05-4d72-af74-ae8805a458de",
							"PackageId": "Frends.Salesforce.CreateSObject",
							"PackageVersion": "1.0.1",
							"Name": "Frends.Salesforce.CreateSObject.Salesforce.CreateSObject(Input, Options, CancellationToken)",
							"FrameworkIdentifier": ".NETCoreApp"
						}
					]
				},
				"LinkedSubProcess": {},
				"Version": "Acc41"
			}
		}
	]
}