@camunda/connectors-element-templates 1.0.15 → 1.0.17
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/package.json +1 -1
- package/src/connectors.js +8 -6
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +175 -171
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-gemini-outbound-connector.json +705 -0
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1491 -1472
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +215 -10
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1484 -717
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Easy Post
|
|
4
|
+
"name": "Easy Post connector",
|
|
5
5
|
"id": "io.camunda.connectors.EasyPost.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
|
|
9
9
|
"category": {
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
"constraints": {
|
|
730
730
|
"notEmpty": false,
|
|
731
731
|
"pattern": {
|
|
732
|
-
"value": "^(=|([0-9]
|
|
732
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
733
733
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
734
734
|
}
|
|
735
735
|
}
|
|
@@ -1733,7 +1733,7 @@
|
|
|
1733
1733
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1734
1734
|
"name": "Easy Post Outbound Connector",
|
|
1735
1735
|
"id": "io.camunda.connectors.EasyPost.v1",
|
|
1736
|
-
"version":
|
|
1736
|
+
"version": 3,
|
|
1737
1737
|
"description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
|
|
1738
1738
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
|
|
1739
1739
|
"category": {
|
|
@@ -1771,8 +1771,8 @@
|
|
|
1771
1771
|
"type": "Hidden",
|
|
1772
1772
|
"value": "io.camunda:http-json:1",
|
|
1773
1773
|
"binding": {
|
|
1774
|
-
"
|
|
1775
|
-
"
|
|
1774
|
+
"type": "zeebe:taskDefinition",
|
|
1775
|
+
"property": "type"
|
|
1776
1776
|
}
|
|
1777
1777
|
},
|
|
1778
1778
|
{
|
|
@@ -1800,7 +1800,7 @@
|
|
|
1800
1800
|
},
|
|
1801
1801
|
{
|
|
1802
1802
|
"name": "Verify a created address",
|
|
1803
|
-
"value": "
|
|
1803
|
+
"value": "verifyAddresById"
|
|
1804
1804
|
},
|
|
1805
1805
|
{
|
|
1806
1806
|
"name": "Retrieve a tracker by ID",
|
|
@@ -1814,7 +1814,6 @@
|
|
|
1814
1814
|
},
|
|
1815
1815
|
{
|
|
1816
1816
|
"description": "Authentication type",
|
|
1817
|
-
"id": "authentication.type",
|
|
1818
1817
|
"group": "authentication",
|
|
1819
1818
|
"type": "Hidden",
|
|
1820
1819
|
"optional": false,
|
|
@@ -1829,7 +1828,6 @@
|
|
|
1829
1828
|
},
|
|
1830
1829
|
{
|
|
1831
1830
|
"label": "API key",
|
|
1832
|
-
"id": "authentication.username",
|
|
1833
1831
|
"group": "authentication",
|
|
1834
1832
|
"type": "String",
|
|
1835
1833
|
"feel": "optional",
|
|
@@ -1843,7 +1841,6 @@
|
|
|
1843
1841
|
}
|
|
1844
1842
|
},
|
|
1845
1843
|
{
|
|
1846
|
-
"id": "authentication.password",
|
|
1847
1844
|
"description": "This field will replace to empty string. EasyPost API use only username field for put API key",
|
|
1848
1845
|
"group": "authentication",
|
|
1849
1846
|
"type": "Hidden",
|
|
@@ -1893,12 +1890,11 @@
|
|
|
1893
1890
|
},
|
|
1894
1891
|
"condition": {
|
|
1895
1892
|
"property": "operationType",
|
|
1896
|
-
"oneOf": ["
|
|
1893
|
+
"oneOf": ["verifyAddresById", "retrieveTracker"]
|
|
1897
1894
|
}
|
|
1898
1895
|
},
|
|
1899
1896
|
{
|
|
1900
1897
|
"label": "Name",
|
|
1901
|
-
"id": "body.address.name",
|
|
1902
1898
|
"description": "Name of the person. Both name and company can be included",
|
|
1903
1899
|
"group": "input",
|
|
1904
1900
|
"type": "String",
|
|
@@ -1918,7 +1914,6 @@
|
|
|
1918
1914
|
},
|
|
1919
1915
|
{
|
|
1920
1916
|
"label": "Company",
|
|
1921
|
-
"id": "body.address.company",
|
|
1922
1917
|
"description": "Name of the organization. Both name and company can be included",
|
|
1923
1918
|
"group": "input",
|
|
1924
1919
|
"type": "String",
|
|
@@ -1938,7 +1933,6 @@
|
|
|
1938
1933
|
},
|
|
1939
1934
|
{
|
|
1940
1935
|
"label": "Phone",
|
|
1941
|
-
"id": "body.address.phone",
|
|
1942
1936
|
"description": "Phone number to reach the person or organization",
|
|
1943
1937
|
"group": "input",
|
|
1944
1938
|
"type": "String",
|
|
@@ -1958,7 +1952,6 @@
|
|
|
1958
1952
|
},
|
|
1959
1953
|
{
|
|
1960
1954
|
"label": "Address line 1",
|
|
1961
|
-
"id": "body.address.street1",
|
|
1962
1955
|
"description": "First line of the address",
|
|
1963
1956
|
"group": "input",
|
|
1964
1957
|
"type": "String",
|
|
@@ -1978,7 +1971,6 @@
|
|
|
1978
1971
|
},
|
|
1979
1972
|
{
|
|
1980
1973
|
"label": "Address line 2",
|
|
1981
|
-
"id": "body.address.street2",
|
|
1982
1974
|
"description": "Second line of the address",
|
|
1983
1975
|
"group": "input",
|
|
1984
1976
|
"type": "String",
|
|
@@ -1998,7 +1990,6 @@
|
|
|
1998
1990
|
},
|
|
1999
1991
|
{
|
|
2000
1992
|
"label": "City",
|
|
2001
|
-
"id": "body.address.city",
|
|
2002
1993
|
"description": "City the address is located in",
|
|
2003
1994
|
"group": "input",
|
|
2004
1995
|
"type": "String",
|
|
@@ -2018,7 +2009,6 @@
|
|
|
2018
2009
|
},
|
|
2019
2010
|
{
|
|
2020
2011
|
"label": "State or province",
|
|
2021
|
-
"id": "body.address.state",
|
|
2022
2012
|
"description": "State or province the address is located in",
|
|
2023
2013
|
"group": "input",
|
|
2024
2014
|
"type": "String",
|
|
@@ -2038,7 +2028,6 @@
|
|
|
2038
2028
|
},
|
|
2039
2029
|
{
|
|
2040
2030
|
"label": "Email",
|
|
2041
|
-
"id": "body.address.email",
|
|
2042
2031
|
"group": "input",
|
|
2043
2032
|
"type": "String",
|
|
2044
2033
|
"feel": "optional",
|
|
@@ -2057,7 +2046,6 @@
|
|
|
2057
2046
|
},
|
|
2058
2047
|
{
|
|
2059
2048
|
"label": "ZIP or postal code",
|
|
2060
|
-
"id": "body.address.zip",
|
|
2061
2049
|
"description": "The ZIP or postal code where the address is located",
|
|
2062
2050
|
"group": "input",
|
|
2063
2051
|
"type": "String",
|
|
@@ -2077,7 +2065,6 @@
|
|
|
2077
2065
|
},
|
|
2078
2066
|
{
|
|
2079
2067
|
"label": "Country",
|
|
2080
|
-
"id": "body.address.country",
|
|
2081
2068
|
"description": "The country code of the address location",
|
|
2082
2069
|
"group": "input",
|
|
2083
2070
|
"type": "String",
|
|
@@ -2097,7 +2084,6 @@
|
|
|
2097
2084
|
},
|
|
2098
2085
|
{
|
|
2099
2086
|
"label": "Federal tax ID",
|
|
2100
|
-
"id": "body.address.federal_tax_id",
|
|
2101
2087
|
"description": "Federal tax identifier of the person or organization",
|
|
2102
2088
|
"group": "input",
|
|
2103
2089
|
"type": "String",
|
|
@@ -2117,7 +2103,6 @@
|
|
|
2117
2103
|
},
|
|
2118
2104
|
{
|
|
2119
2105
|
"label": "State tax ID",
|
|
2120
|
-
"id": "body.address.state_tax_id",
|
|
2121
2106
|
"description": "State tax identifier of the person or organization",
|
|
2122
2107
|
"group": "input",
|
|
2123
2108
|
"type": "String",
|
|
@@ -2137,7 +2122,6 @@
|
|
|
2137
2122
|
},
|
|
2138
2123
|
{
|
|
2139
2124
|
"label": "Weight",
|
|
2140
|
-
"id": "body.parcel.weight",
|
|
2141
2125
|
"description": "Weight of parcel in oz",
|
|
2142
2126
|
"group": "input",
|
|
2143
2127
|
"type": "String",
|
|
@@ -2157,7 +2141,6 @@
|
|
|
2157
2141
|
},
|
|
2158
2142
|
{
|
|
2159
2143
|
"label": "Length",
|
|
2160
|
-
"id": "body.parcel.length",
|
|
2161
2144
|
"description": "Required if width and/or height are present (inches)",
|
|
2162
2145
|
"group": "input",
|
|
2163
2146
|
"type": "String",
|
|
@@ -2177,7 +2160,6 @@
|
|
|
2177
2160
|
},
|
|
2178
2161
|
{
|
|
2179
2162
|
"label": "Width",
|
|
2180
|
-
"id": "body.parcel.width",
|
|
2181
2163
|
"description": "Required if length and/or height are present (inches)",
|
|
2182
2164
|
"group": "input",
|
|
2183
2165
|
"type": "String",
|
|
@@ -2197,7 +2179,6 @@
|
|
|
2197
2179
|
},
|
|
2198
2180
|
{
|
|
2199
2181
|
"label": "Height",
|
|
2200
|
-
"id": "body.parcel.height",
|
|
2201
2182
|
"description": "Required if length and/or width are present (inches)",
|
|
2202
2183
|
"group": "input",
|
|
2203
2184
|
"type": "String",
|
|
@@ -2217,7 +2198,6 @@
|
|
|
2217
2198
|
},
|
|
2218
2199
|
{
|
|
2219
2200
|
"label": "Predefined package",
|
|
2220
|
-
"id": "body.parcel.predefined_package",
|
|
2221
2201
|
"description": "Optional, one of <a href=\"https://www.easypost.com/service-levels-and-parcels\" target=\"_blank\">predefined packages</a>",
|
|
2222
2202
|
"group": "input",
|
|
2223
2203
|
"type": "String",
|
|
@@ -2237,7 +2217,6 @@
|
|
|
2237
2217
|
},
|
|
2238
2218
|
{
|
|
2239
2219
|
"label": "To address",
|
|
2240
|
-
"id": "body.shipment.to_address.id",
|
|
2241
2220
|
"description": "ID of the destination address",
|
|
2242
2221
|
"group": "input",
|
|
2243
2222
|
"type": "String",
|
|
@@ -2257,7 +2236,6 @@
|
|
|
2257
2236
|
},
|
|
2258
2237
|
{
|
|
2259
2238
|
"label": "From address",
|
|
2260
|
-
"id": "body.shipment.from_address.id",
|
|
2261
2239
|
"description": "ID of the origin address",
|
|
2262
2240
|
"group": "input",
|
|
2263
2241
|
"type": "String",
|
|
@@ -2277,7 +2255,6 @@
|
|
|
2277
2255
|
},
|
|
2278
2256
|
{
|
|
2279
2257
|
"label": "Parcel",
|
|
2280
|
-
"id": "body.shipment.parcel.id",
|
|
2281
2258
|
"description": "ID of the parcel",
|
|
2282
2259
|
"group": "input",
|
|
2283
2260
|
"type": "String",
|
|
@@ -2297,7 +2274,6 @@
|
|
|
2297
2274
|
},
|
|
2298
2275
|
{
|
|
2299
2276
|
"label": "Shipment ID",
|
|
2300
|
-
"id": "shipmentIdValue",
|
|
2301
2277
|
"description": "ID of the shipment",
|
|
2302
2278
|
"group": "input",
|
|
2303
2279
|
"type": "String",
|
|
@@ -2317,7 +2293,6 @@
|
|
|
2317
2293
|
},
|
|
2318
2294
|
{
|
|
2319
2295
|
"label": "Rate ID",
|
|
2320
|
-
"id": "body.rate.id",
|
|
2321
2296
|
"description": "ID of the actual rate quote for this service",
|
|
2322
2297
|
"group": "input",
|
|
2323
2298
|
"type": "String",
|
|
@@ -2337,7 +2312,6 @@
|
|
|
2337
2312
|
},
|
|
2338
2313
|
{
|
|
2339
2314
|
"label": "Address ID",
|
|
2340
|
-
"id": "addressIdValue",
|
|
2341
2315
|
"description": "The ID of the address that has already been created",
|
|
2342
2316
|
"group": "input",
|
|
2343
2317
|
"type": "String",
|
|
@@ -2352,12 +2326,11 @@
|
|
|
2352
2326
|
},
|
|
2353
2327
|
"condition": {
|
|
2354
2328
|
"property": "operationType",
|
|
2355
|
-
"oneOf": ["
|
|
2329
|
+
"oneOf": ["verifyAddresById"]
|
|
2356
2330
|
}
|
|
2357
2331
|
},
|
|
2358
2332
|
{
|
|
2359
2333
|
"label": "Tracker ID",
|
|
2360
|
-
"id": "trackerIdValue",
|
|
2361
2334
|
"description": "ID of tracker",
|
|
2362
2335
|
"group": "input",
|
|
2363
2336
|
"type": "String",
|
|
@@ -2377,22 +2350,8 @@
|
|
|
2377
2350
|
},
|
|
2378
2351
|
{
|
|
2379
2352
|
"type": "Hidden",
|
|
2380
|
-
"id": "baseUrl",
|
|
2381
|
-
"optional": false,
|
|
2382
|
-
"value": "https://api.easypost.com",
|
|
2383
|
-
"binding": {
|
|
2384
|
-
"type": "zeebe:input",
|
|
2385
|
-
"name": "baseUrl"
|
|
2386
|
-
},
|
|
2387
|
-
"constraints": {
|
|
2388
|
-
"notEmpty": true
|
|
2389
|
-
}
|
|
2390
|
-
},
|
|
2391
|
-
{
|
|
2392
|
-
"type": "Hidden",
|
|
2393
|
-
"id": "addressUrl",
|
|
2394
2353
|
"optional": false,
|
|
2395
|
-
"value": "
|
|
2354
|
+
"value": "https://api.easypost.com/v2/addresses",
|
|
2396
2355
|
"binding": {
|
|
2397
2356
|
"type": "zeebe:input",
|
|
2398
2357
|
"name": "url"
|
|
@@ -2407,9 +2366,8 @@
|
|
|
2407
2366
|
},
|
|
2408
2367
|
{
|
|
2409
2368
|
"type": "Hidden",
|
|
2410
|
-
"id": "parcelsUrl",
|
|
2411
2369
|
"optional": false,
|
|
2412
|
-
"value": "
|
|
2370
|
+
"value": "https://api.easypost.com/v2/parcels",
|
|
2413
2371
|
"binding": {
|
|
2414
2372
|
"type": "zeebe:input",
|
|
2415
2373
|
"name": "url"
|
|
@@ -2424,9 +2382,8 @@
|
|
|
2424
2382
|
},
|
|
2425
2383
|
{
|
|
2426
2384
|
"type": "Hidden",
|
|
2427
|
-
"id": "createShipmentsUrl",
|
|
2428
2385
|
"optional": false,
|
|
2429
|
-
"value": "
|
|
2386
|
+
"value": "https://api.easypost.com/v2/shipments",
|
|
2430
2387
|
"binding": {
|
|
2431
2388
|
"type": "zeebe:input",
|
|
2432
2389
|
"name": "url"
|
|
@@ -2441,9 +2398,8 @@
|
|
|
2441
2398
|
},
|
|
2442
2399
|
{
|
|
2443
2400
|
"type": "Hidden",
|
|
2444
|
-
"id": "buyShipmentUrl",
|
|
2445
2401
|
"optional": false,
|
|
2446
|
-
"value": "
|
|
2402
|
+
"value": "=\"https://api.easypost.com/v2/shipments/\"+shipmentIdValue+\"/buy\"",
|
|
2447
2403
|
"binding": {
|
|
2448
2404
|
"type": "zeebe:input",
|
|
2449
2405
|
"name": "url"
|
|
@@ -2458,9 +2414,8 @@
|
|
|
2458
2414
|
},
|
|
2459
2415
|
{
|
|
2460
2416
|
"type": "Hidden",
|
|
2461
|
-
"id": "verifyAddressUrl",
|
|
2462
2417
|
"optional": false,
|
|
2463
|
-
"value": "
|
|
2418
|
+
"value": "=\"https://api.easypost.com/v2/addresses/\"+addressIdValue+\"/verify\"",
|
|
2464
2419
|
"binding": {
|
|
2465
2420
|
"type": "zeebe:input",
|
|
2466
2421
|
"name": "url"
|
|
@@ -2470,14 +2425,13 @@
|
|
|
2470
2425
|
},
|
|
2471
2426
|
"condition": {
|
|
2472
2427
|
"property": "operationType",
|
|
2473
|
-
"oneOf": ["
|
|
2428
|
+
"oneOf": ["verifyAddresById"]
|
|
2474
2429
|
}
|
|
2475
2430
|
},
|
|
2476
2431
|
{
|
|
2477
2432
|
"type": "Hidden",
|
|
2478
|
-
"id": "retrieveTrackerByIdUrl",
|
|
2479
2433
|
"optional": false,
|
|
2480
|
-
"value": "
|
|
2434
|
+
"value": "=\"https://api.easypost.com/v2/trackers/\"+trackerIdValue",
|
|
2481
2435
|
"binding": {
|
|
2482
2436
|
"type": "zeebe:input",
|
|
2483
2437
|
"name": "url"
|
|
@@ -2539,7 +2493,7 @@
|
|
|
2539
2493
|
},
|
|
2540
2494
|
{
|
|
2541
2495
|
"label": "Result expression",
|
|
2542
|
-
"id": "
|
|
2496
|
+
"id": "resultExpressionGetParcelId",
|
|
2543
2497
|
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
2544
2498
|
"group": "output",
|
|
2545
2499
|
"type": "String",
|
|
@@ -2556,12 +2510,12 @@
|
|
|
2556
2510
|
},
|
|
2557
2511
|
{
|
|
2558
2512
|
"label": "Result expression",
|
|
2559
|
-
"id": "
|
|
2513
|
+
"id": "resultExpressionGetPriorityRate",
|
|
2560
2514
|
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
2561
2515
|
"group": "output",
|
|
2562
2516
|
"type": "String",
|
|
2563
2517
|
"feel": "required",
|
|
2564
|
-
"value": "={
|
|
2518
|
+
"value": "={priorityRate: response.body.rates[item.service = \"Priority\"], shipmentId: priorityRate[1].shipment_id, rateId: priorityRate[1].id}",
|
|
2565
2519
|
"binding": {
|
|
2566
2520
|
"type": "zeebe:taskHeader",
|
|
2567
2521
|
"key": "resultExpression"
|
|
@@ -2573,7 +2527,7 @@
|
|
|
2573
2527
|
},
|
|
2574
2528
|
{
|
|
2575
2529
|
"label": "Result expression",
|
|
2576
|
-
"id": "
|
|
2530
|
+
"id": "resultExpressionGetTrackerId",
|
|
2577
2531
|
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
2578
2532
|
"group": "output",
|
|
2579
2533
|
"type": "String",
|
|
@@ -2618,46 +2572,33 @@
|
|
|
2618
2572
|
},
|
|
2619
2573
|
"condition": {
|
|
2620
2574
|
"property": "operationType",
|
|
2621
|
-
"oneOf": ["
|
|
2575
|
+
"oneOf": ["verifyAddresById"]
|
|
2622
2576
|
}
|
|
2623
2577
|
},
|
|
2624
2578
|
{
|
|
2625
|
-
"id": "errorExpression",
|
|
2626
2579
|
"label": "Error expression",
|
|
2627
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
2580
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
2581
|
+
"group": "errors",
|
|
2582
|
+
"type": "Text",
|
|
2628
2583
|
"feel": "required",
|
|
2629
|
-
"group": "error",
|
|
2630
|
-
"binding": {
|
|
2631
|
-
"key": "errorExpression",
|
|
2632
|
-
"type": "zeebe:taskHeader"
|
|
2633
|
-
},
|
|
2634
|
-
"type": "Text"
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
2637
|
-
"id": "retryBackoff",
|
|
2638
|
-
"label": "Retry backoff",
|
|
2639
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
2640
|
-
"value": "PT0S",
|
|
2641
|
-
"group": "retries",
|
|
2642
2584
|
"binding": {
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
}
|
|
2646
|
-
"type": "Hidden"
|
|
2585
|
+
"type": "zeebe:taskHeader",
|
|
2586
|
+
"key": "errorExpression"
|
|
2587
|
+
}
|
|
2647
2588
|
}
|
|
2648
2589
|
],
|
|
2649
2590
|
"icon": {
|
|
2650
2591
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='18' height='18' viewBox='0 0 1000 1000' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 3.5.0%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Crect x='0' y='0' width='18' height='100%25' fill='%23ffffff'/%3E%3Cg transform='matrix(0.2007 0 0 -0.1895 500.0727 500.0583)' id='344493'%3E%3Cpath style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(17,90,241); fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(-2549.75, -2559.5281)' d='M 2475 5110 c -22 -5 -59 -17 -81 -27 c -23 -10 -470 -265 -994 -568 c -682 -394 -966 -563 -999 -595 c -54 -52 -96 -131 -111 -209 c -14 -73 -14 -2229 0 -2302 c 14 -76 54 -152 108 -207 c 37 -37 257 -168 1023 -610 c 901 -519 982 -564 1050 -578 c 74 -15 130 -13 199 8 c 19 6 474 263 1010 572 c 1044 601 1047 603 1096 710 c 37 80 45 146 42 338 l -3 176 l -980 -565 c -539 -310 -1007 -578 -1040 -595 c -70 -36 -160 -47 -221 -28 c -21 7 -265 145 -541 308 l -503 296 l 0 229 l 0 229 l 33 -20 c 17 -11 244 -142 503 -291 c 517 -298 534 -306 639 -284 c 45 10 262 132 1085 610 l 1029 598 l 1 258 l 0 258 l -22 -12 c -13 -7 -473 -271 -1023 -587 c -550 -317 -1020 -582 -1045 -589 c -60 -19 -145 -11 -202 18 c -25 13 -260 150 -522 304 l -475 280 l -1 228 l 0 228 l 23 -12 c 12 -7 229 -131 482 -277 c 253 -146 480 -274 505 -285 c 52 -23 146 -28 200 -9 c 19 7 494 279 1055 605 l 1020 594 l 3 183 c 2 140 -1 197 -13 244 c -19 74 -68 158 -117 200 c -50 44 -1962 1146 -2015 1162 c -59 18 -150 24 -198 14 z' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E"
|
|
2651
2592
|
},
|
|
2652
2593
|
"engines": {
|
|
2653
|
-
"camunda": "^8.
|
|
2594
|
+
"camunda": "^8.2"
|
|
2654
2595
|
}
|
|
2655
2596
|
},
|
|
2656
2597
|
{
|
|
2657
2598
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2658
|
-
"name": "Easy Post
|
|
2599
|
+
"name": "Easy Post Outbound Connector",
|
|
2659
2600
|
"id": "io.camunda.connectors.EasyPost.v1",
|
|
2660
|
-
"version":
|
|
2601
|
+
"version": 4,
|
|
2661
2602
|
"description": "Allows you to create addresses, parcels, and shipments, as well as purchase and verify shipments",
|
|
2662
2603
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/easy-post/",
|
|
2663
2604
|
"category": {
|
|
@@ -2695,8 +2636,8 @@
|
|
|
2695
2636
|
"type": "Hidden",
|
|
2696
2637
|
"value": "io.camunda:http-json:1",
|
|
2697
2638
|
"binding": {
|
|
2698
|
-
"
|
|
2699
|
-
"
|
|
2639
|
+
"property": "type",
|
|
2640
|
+
"type": "zeebe:taskDefinition"
|
|
2700
2641
|
}
|
|
2701
2642
|
},
|
|
2702
2643
|
{
|
|
@@ -2724,7 +2665,7 @@
|
|
|
2724
2665
|
},
|
|
2725
2666
|
{
|
|
2726
2667
|
"name": "Verify a created address",
|
|
2727
|
-
"value": "
|
|
2668
|
+
"value": "verifyAddressById"
|
|
2728
2669
|
},
|
|
2729
2670
|
{
|
|
2730
2671
|
"name": "Retrieve a tracker by ID",
|
|
@@ -2738,6 +2679,7 @@
|
|
|
2738
2679
|
},
|
|
2739
2680
|
{
|
|
2740
2681
|
"description": "Authentication type",
|
|
2682
|
+
"id": "authentication.type",
|
|
2741
2683
|
"group": "authentication",
|
|
2742
2684
|
"type": "Hidden",
|
|
2743
2685
|
"optional": false,
|
|
@@ -2752,6 +2694,7 @@
|
|
|
2752
2694
|
},
|
|
2753
2695
|
{
|
|
2754
2696
|
"label": "API key",
|
|
2697
|
+
"id": "authentication.username",
|
|
2755
2698
|
"group": "authentication",
|
|
2756
2699
|
"type": "String",
|
|
2757
2700
|
"feel": "optional",
|
|
@@ -2765,6 +2708,7 @@
|
|
|
2765
2708
|
}
|
|
2766
2709
|
},
|
|
2767
2710
|
{
|
|
2711
|
+
"id": "authentication.password",
|
|
2768
2712
|
"description": "This field will replace to empty string. EasyPost API use only username field for put API key",
|
|
2769
2713
|
"group": "authentication",
|
|
2770
2714
|
"type": "Hidden",
|
|
@@ -2814,11 +2758,12 @@
|
|
|
2814
2758
|
},
|
|
2815
2759
|
"condition": {
|
|
2816
2760
|
"property": "operationType",
|
|
2817
|
-
"oneOf": ["
|
|
2761
|
+
"oneOf": ["verifyAddressById", "retrieveTracker"]
|
|
2818
2762
|
}
|
|
2819
2763
|
},
|
|
2820
2764
|
{
|
|
2821
2765
|
"label": "Name",
|
|
2766
|
+
"id": "body.address.name",
|
|
2822
2767
|
"description": "Name of the person. Both name and company can be included",
|
|
2823
2768
|
"group": "input",
|
|
2824
2769
|
"type": "String",
|
|
@@ -2838,6 +2783,7 @@
|
|
|
2838
2783
|
},
|
|
2839
2784
|
{
|
|
2840
2785
|
"label": "Company",
|
|
2786
|
+
"id": "body.address.company",
|
|
2841
2787
|
"description": "Name of the organization. Both name and company can be included",
|
|
2842
2788
|
"group": "input",
|
|
2843
2789
|
"type": "String",
|
|
@@ -2857,6 +2803,7 @@
|
|
|
2857
2803
|
},
|
|
2858
2804
|
{
|
|
2859
2805
|
"label": "Phone",
|
|
2806
|
+
"id": "body.address.phone",
|
|
2860
2807
|
"description": "Phone number to reach the person or organization",
|
|
2861
2808
|
"group": "input",
|
|
2862
2809
|
"type": "String",
|
|
@@ -2876,6 +2823,7 @@
|
|
|
2876
2823
|
},
|
|
2877
2824
|
{
|
|
2878
2825
|
"label": "Address line 1",
|
|
2826
|
+
"id": "body.address.street1",
|
|
2879
2827
|
"description": "First line of the address",
|
|
2880
2828
|
"group": "input",
|
|
2881
2829
|
"type": "String",
|
|
@@ -2895,6 +2843,7 @@
|
|
|
2895
2843
|
},
|
|
2896
2844
|
{
|
|
2897
2845
|
"label": "Address line 2",
|
|
2846
|
+
"id": "body.address.street2",
|
|
2898
2847
|
"description": "Second line of the address",
|
|
2899
2848
|
"group": "input",
|
|
2900
2849
|
"type": "String",
|
|
@@ -2914,6 +2863,7 @@
|
|
|
2914
2863
|
},
|
|
2915
2864
|
{
|
|
2916
2865
|
"label": "City",
|
|
2866
|
+
"id": "body.address.city",
|
|
2917
2867
|
"description": "City the address is located in",
|
|
2918
2868
|
"group": "input",
|
|
2919
2869
|
"type": "String",
|
|
@@ -2933,6 +2883,7 @@
|
|
|
2933
2883
|
},
|
|
2934
2884
|
{
|
|
2935
2885
|
"label": "State or province",
|
|
2886
|
+
"id": "body.address.state",
|
|
2936
2887
|
"description": "State or province the address is located in",
|
|
2937
2888
|
"group": "input",
|
|
2938
2889
|
"type": "String",
|
|
@@ -2952,6 +2903,7 @@
|
|
|
2952
2903
|
},
|
|
2953
2904
|
{
|
|
2954
2905
|
"label": "Email",
|
|
2906
|
+
"id": "body.address.email",
|
|
2955
2907
|
"group": "input",
|
|
2956
2908
|
"type": "String",
|
|
2957
2909
|
"feel": "optional",
|
|
@@ -2970,6 +2922,7 @@
|
|
|
2970
2922
|
},
|
|
2971
2923
|
{
|
|
2972
2924
|
"label": "ZIP or postal code",
|
|
2925
|
+
"id": "body.address.zip",
|
|
2973
2926
|
"description": "The ZIP or postal code where the address is located",
|
|
2974
2927
|
"group": "input",
|
|
2975
2928
|
"type": "String",
|
|
@@ -2989,6 +2942,7 @@
|
|
|
2989
2942
|
},
|
|
2990
2943
|
{
|
|
2991
2944
|
"label": "Country",
|
|
2945
|
+
"id": "body.address.country",
|
|
2992
2946
|
"description": "The country code of the address location",
|
|
2993
2947
|
"group": "input",
|
|
2994
2948
|
"type": "String",
|
|
@@ -3008,6 +2962,7 @@
|
|
|
3008
2962
|
},
|
|
3009
2963
|
{
|
|
3010
2964
|
"label": "Federal tax ID",
|
|
2965
|
+
"id": "body.address.federal_tax_id",
|
|
3011
2966
|
"description": "Federal tax identifier of the person or organization",
|
|
3012
2967
|
"group": "input",
|
|
3013
2968
|
"type": "String",
|
|
@@ -3027,6 +2982,7 @@
|
|
|
3027
2982
|
},
|
|
3028
2983
|
{
|
|
3029
2984
|
"label": "State tax ID",
|
|
2985
|
+
"id": "body.address.state_tax_id",
|
|
3030
2986
|
"description": "State tax identifier of the person or organization",
|
|
3031
2987
|
"group": "input",
|
|
3032
2988
|
"type": "String",
|
|
@@ -3046,6 +3002,7 @@
|
|
|
3046
3002
|
},
|
|
3047
3003
|
{
|
|
3048
3004
|
"label": "Weight",
|
|
3005
|
+
"id": "body.parcel.weight",
|
|
3049
3006
|
"description": "Weight of parcel in oz",
|
|
3050
3007
|
"group": "input",
|
|
3051
3008
|
"type": "String",
|
|
@@ -3065,6 +3022,7 @@
|
|
|
3065
3022
|
},
|
|
3066
3023
|
{
|
|
3067
3024
|
"label": "Length",
|
|
3025
|
+
"id": "body.parcel.length",
|
|
3068
3026
|
"description": "Required if width and/or height are present (inches)",
|
|
3069
3027
|
"group": "input",
|
|
3070
3028
|
"type": "String",
|
|
@@ -3084,6 +3042,7 @@
|
|
|
3084
3042
|
},
|
|
3085
3043
|
{
|
|
3086
3044
|
"label": "Width",
|
|
3045
|
+
"id": "body.parcel.width",
|
|
3087
3046
|
"description": "Required if length and/or height are present (inches)",
|
|
3088
3047
|
"group": "input",
|
|
3089
3048
|
"type": "String",
|
|
@@ -3103,6 +3062,7 @@
|
|
|
3103
3062
|
},
|
|
3104
3063
|
{
|
|
3105
3064
|
"label": "Height",
|
|
3065
|
+
"id": "body.parcel.height",
|
|
3106
3066
|
"description": "Required if length and/or width are present (inches)",
|
|
3107
3067
|
"group": "input",
|
|
3108
3068
|
"type": "String",
|
|
@@ -3122,6 +3082,7 @@
|
|
|
3122
3082
|
},
|
|
3123
3083
|
{
|
|
3124
3084
|
"label": "Predefined package",
|
|
3085
|
+
"id": "body.parcel.predefined_package",
|
|
3125
3086
|
"description": "Optional, one of <a href=\"https://www.easypost.com/service-levels-and-parcels\" target=\"_blank\">predefined packages</a>",
|
|
3126
3087
|
"group": "input",
|
|
3127
3088
|
"type": "String",
|
|
@@ -3141,6 +3102,7 @@
|
|
|
3141
3102
|
},
|
|
3142
3103
|
{
|
|
3143
3104
|
"label": "To address",
|
|
3105
|
+
"id": "body.shipment.to_address.id",
|
|
3144
3106
|
"description": "ID of the destination address",
|
|
3145
3107
|
"group": "input",
|
|
3146
3108
|
"type": "String",
|
|
@@ -3160,6 +3122,7 @@
|
|
|
3160
3122
|
},
|
|
3161
3123
|
{
|
|
3162
3124
|
"label": "From address",
|
|
3125
|
+
"id": "body.shipment.from_address.id",
|
|
3163
3126
|
"description": "ID of the origin address",
|
|
3164
3127
|
"group": "input",
|
|
3165
3128
|
"type": "String",
|
|
@@ -3179,6 +3142,7 @@
|
|
|
3179
3142
|
},
|
|
3180
3143
|
{
|
|
3181
3144
|
"label": "Parcel",
|
|
3145
|
+
"id": "body.shipment.parcel.id",
|
|
3182
3146
|
"description": "ID of the parcel",
|
|
3183
3147
|
"group": "input",
|
|
3184
3148
|
"type": "String",
|
|
@@ -3198,6 +3162,7 @@
|
|
|
3198
3162
|
},
|
|
3199
3163
|
{
|
|
3200
3164
|
"label": "Shipment ID",
|
|
3165
|
+
"id": "shipmentIdValue",
|
|
3201
3166
|
"description": "ID of the shipment",
|
|
3202
3167
|
"group": "input",
|
|
3203
3168
|
"type": "String",
|
|
@@ -3217,6 +3182,7 @@
|
|
|
3217
3182
|
},
|
|
3218
3183
|
{
|
|
3219
3184
|
"label": "Rate ID",
|
|
3185
|
+
"id": "body.rate.id",
|
|
3220
3186
|
"description": "ID of the actual rate quote for this service",
|
|
3221
3187
|
"group": "input",
|
|
3222
3188
|
"type": "String",
|
|
@@ -3236,6 +3202,7 @@
|
|
|
3236
3202
|
},
|
|
3237
3203
|
{
|
|
3238
3204
|
"label": "Address ID",
|
|
3205
|
+
"id": "addressIdValue",
|
|
3239
3206
|
"description": "The ID of the address that has already been created",
|
|
3240
3207
|
"group": "input",
|
|
3241
3208
|
"type": "String",
|
|
@@ -3250,11 +3217,12 @@
|
|
|
3250
3217
|
},
|
|
3251
3218
|
"condition": {
|
|
3252
3219
|
"property": "operationType",
|
|
3253
|
-
"oneOf": ["
|
|
3220
|
+
"oneOf": ["verifyAddressById"]
|
|
3254
3221
|
}
|
|
3255
3222
|
},
|
|
3256
3223
|
{
|
|
3257
3224
|
"label": "Tracker ID",
|
|
3225
|
+
"id": "trackerIdValue",
|
|
3258
3226
|
"description": "ID of tracker",
|
|
3259
3227
|
"group": "input",
|
|
3260
3228
|
"type": "String",
|
|
@@ -3274,8 +3242,22 @@
|
|
|
3274
3242
|
},
|
|
3275
3243
|
{
|
|
3276
3244
|
"type": "Hidden",
|
|
3245
|
+
"id": "baseUrl",
|
|
3246
|
+
"optional": false,
|
|
3247
|
+
"value": "https://api.easypost.com",
|
|
3248
|
+
"binding": {
|
|
3249
|
+
"type": "zeebe:input",
|
|
3250
|
+
"name": "baseUrl"
|
|
3251
|
+
},
|
|
3252
|
+
"constraints": {
|
|
3253
|
+
"notEmpty": true
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"type": "Hidden",
|
|
3258
|
+
"id": "addressUrl",
|
|
3277
3259
|
"optional": false,
|
|
3278
|
-
"value": "
|
|
3260
|
+
"value": "=baseUrl+\"/v2/addresses\"",
|
|
3279
3261
|
"binding": {
|
|
3280
3262
|
"type": "zeebe:input",
|
|
3281
3263
|
"name": "url"
|
|
@@ -3290,8 +3272,9 @@
|
|
|
3290
3272
|
},
|
|
3291
3273
|
{
|
|
3292
3274
|
"type": "Hidden",
|
|
3275
|
+
"id": "parcelsUrl",
|
|
3293
3276
|
"optional": false,
|
|
3294
|
-
"value": "
|
|
3277
|
+
"value": "=baseUrl+ \"/v2/parcels\"",
|
|
3295
3278
|
"binding": {
|
|
3296
3279
|
"type": "zeebe:input",
|
|
3297
3280
|
"name": "url"
|
|
@@ -3306,8 +3289,9 @@
|
|
|
3306
3289
|
},
|
|
3307
3290
|
{
|
|
3308
3291
|
"type": "Hidden",
|
|
3292
|
+
"id": "createShipmentsUrl",
|
|
3309
3293
|
"optional": false,
|
|
3310
|
-
"value": "
|
|
3294
|
+
"value": "=baseUrl+\"/v2/shipments\"",
|
|
3311
3295
|
"binding": {
|
|
3312
3296
|
"type": "zeebe:input",
|
|
3313
3297
|
"name": "url"
|
|
@@ -3322,8 +3306,9 @@
|
|
|
3322
3306
|
},
|
|
3323
3307
|
{
|
|
3324
3308
|
"type": "Hidden",
|
|
3309
|
+
"id": "buyShipmentUrl",
|
|
3325
3310
|
"optional": false,
|
|
3326
|
-
"value": "
|
|
3311
|
+
"value": "=baseUrl+\"/v2/shipments/\"+shipmentIdValue+\"/buy\"",
|
|
3327
3312
|
"binding": {
|
|
3328
3313
|
"type": "zeebe:input",
|
|
3329
3314
|
"name": "url"
|
|
@@ -3338,8 +3323,9 @@
|
|
|
3338
3323
|
},
|
|
3339
3324
|
{
|
|
3340
3325
|
"type": "Hidden",
|
|
3326
|
+
"id": "verifyAddressUrl",
|
|
3341
3327
|
"optional": false,
|
|
3342
|
-
"value": "
|
|
3328
|
+
"value": "=baseUrl+\"/v2/addresses/\"+addressIdValue+\"/verify\"",
|
|
3343
3329
|
"binding": {
|
|
3344
3330
|
"type": "zeebe:input",
|
|
3345
3331
|
"name": "url"
|
|
@@ -3349,13 +3335,14 @@
|
|
|
3349
3335
|
},
|
|
3350
3336
|
"condition": {
|
|
3351
3337
|
"property": "operationType",
|
|
3352
|
-
"oneOf": ["
|
|
3338
|
+
"oneOf": ["verifyAddressById"]
|
|
3353
3339
|
}
|
|
3354
3340
|
},
|
|
3355
3341
|
{
|
|
3356
3342
|
"type": "Hidden",
|
|
3343
|
+
"id": "retrieveTrackerByIdUrl",
|
|
3357
3344
|
"optional": false,
|
|
3358
|
-
"value": "
|
|
3345
|
+
"value": "=baseUrl+\"/v2/trackers/\"+trackerIdValue",
|
|
3359
3346
|
"binding": {
|
|
3360
3347
|
"type": "zeebe:input",
|
|
3361
3348
|
"name": "url"
|
|
@@ -3383,7 +3370,7 @@
|
|
|
3383
3370
|
"constraints": {
|
|
3384
3371
|
"notEmpty": false,
|
|
3385
3372
|
"pattern": {
|
|
3386
|
-
"value": "^(=|([0-9]
|
|
3373
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
3387
3374
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
3388
3375
|
}
|
|
3389
3376
|
}
|
|
@@ -3417,7 +3404,7 @@
|
|
|
3417
3404
|
},
|
|
3418
3405
|
{
|
|
3419
3406
|
"label": "Result expression",
|
|
3420
|
-
"id": "
|
|
3407
|
+
"id": "resultExpressionGetPlaceId",
|
|
3421
3408
|
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
3422
3409
|
"group": "output",
|
|
3423
3410
|
"type": "String",
|
|
@@ -3434,12 +3421,12 @@
|
|
|
3434
3421
|
},
|
|
3435
3422
|
{
|
|
3436
3423
|
"label": "Result expression",
|
|
3437
|
-
"id": "
|
|
3424
|
+
"id": "resultExpressionGetShipment",
|
|
3438
3425
|
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
3439
3426
|
"group": "output",
|
|
3440
3427
|
"type": "String",
|
|
3441
3428
|
"feel": "required",
|
|
3442
|
-
"value": "={
|
|
3429
|
+
"value": "={shipmentId:response.body.id}",
|
|
3443
3430
|
"binding": {
|
|
3444
3431
|
"type": "zeebe:taskHeader",
|
|
3445
3432
|
"key": "resultExpression"
|
|
@@ -3451,7 +3438,7 @@
|
|
|
3451
3438
|
},
|
|
3452
3439
|
{
|
|
3453
3440
|
"label": "Result expression",
|
|
3454
|
-
"id": "
|
|
3441
|
+
"id": "resultExpressionGetTracker",
|
|
3455
3442
|
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
3456
3443
|
"group": "output",
|
|
3457
3444
|
"type": "String",
|
|
@@ -3496,26 +3483,39 @@
|
|
|
3496
3483
|
},
|
|
3497
3484
|
"condition": {
|
|
3498
3485
|
"property": "operationType",
|
|
3499
|
-
"oneOf": ["
|
|
3486
|
+
"oneOf": ["verifyAddressById"]
|
|
3500
3487
|
}
|
|
3501
3488
|
},
|
|
3502
3489
|
{
|
|
3490
|
+
"id": "errorExpression",
|
|
3503
3491
|
"label": "Error expression",
|
|
3504
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
3505
|
-
"group": "errors",
|
|
3506
|
-
"type": "Text",
|
|
3492
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
3507
3493
|
"feel": "required",
|
|
3494
|
+
"group": "error",
|
|
3508
3495
|
"binding": {
|
|
3509
|
-
"
|
|
3510
|
-
"
|
|
3511
|
-
}
|
|
3496
|
+
"key": "errorExpression",
|
|
3497
|
+
"type": "zeebe:taskHeader"
|
|
3498
|
+
},
|
|
3499
|
+
"type": "Text"
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"id": "retryBackoff",
|
|
3503
|
+
"label": "Retry backoff",
|
|
3504
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
3505
|
+
"value": "PT0S",
|
|
3506
|
+
"group": "retries",
|
|
3507
|
+
"binding": {
|
|
3508
|
+
"key": "retryBackoff",
|
|
3509
|
+
"type": "zeebe:taskHeader"
|
|
3510
|
+
},
|
|
3511
|
+
"type": "Hidden"
|
|
3512
3512
|
}
|
|
3513
3513
|
],
|
|
3514
3514
|
"icon": {
|
|
3515
3515
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='18' height='18' viewBox='0 0 1000 1000' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 3.5.0%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Crect x='0' y='0' width='18' height='100%25' fill='%23ffffff'/%3E%3Cg transform='matrix(0.2007 0 0 -0.1895 500.0727 500.0583)' id='344493'%3E%3Cpath style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(17,90,241); fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(-2549.75, -2559.5281)' d='M 2475 5110 c -22 -5 -59 -17 -81 -27 c -23 -10 -470 -265 -994 -568 c -682 -394 -966 -563 -999 -595 c -54 -52 -96 -131 -111 -209 c -14 -73 -14 -2229 0 -2302 c 14 -76 54 -152 108 -207 c 37 -37 257 -168 1023 -610 c 901 -519 982 -564 1050 -578 c 74 -15 130 -13 199 8 c 19 6 474 263 1010 572 c 1044 601 1047 603 1096 710 c 37 80 45 146 42 338 l -3 176 l -980 -565 c -539 -310 -1007 -578 -1040 -595 c -70 -36 -160 -47 -221 -28 c -21 7 -265 145 -541 308 l -503 296 l 0 229 l 0 229 l 33 -20 c 17 -11 244 -142 503 -291 c 517 -298 534 -306 639 -284 c 45 10 262 132 1085 610 l 1029 598 l 1 258 l 0 258 l -22 -12 c -13 -7 -473 -271 -1023 -587 c -550 -317 -1020 -582 -1045 -589 c -60 -19 -145 -11 -202 18 c -25 13 -260 150 -522 304 l -475 280 l -1 228 l 0 228 l 23 -12 c 12 -7 229 -131 482 -277 c 253 -146 480 -274 505 -285 c 52 -23 146 -28 200 -9 c 19 7 494 279 1055 605 l 1020 594 l 3 183 c 2 140 -1 197 -13 244 c -19 74 -68 158 -117 200 c -50 44 -1962 1146 -2015 1162 c -59 18 -150 24 -198 14 z' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E"
|
|
3516
3516
|
},
|
|
3517
3517
|
"engines": {
|
|
3518
|
-
"camunda": "^8.
|
|
3518
|
+
"camunda": "^8.5"
|
|
3519
3519
|
}
|
|
3520
3520
|
},
|
|
3521
3521
|
{
|