@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"message": "Replace with 'Power Automate' template.",
|
|
8
8
|
"documentationRef": "https://marketplace.camunda.com/en-US/apps/427601/power-automate-connector"
|
|
9
9
|
},
|
|
10
|
-
"version":
|
|
10
|
+
"version": 2,
|
|
11
11
|
"description": "Orchestrate your Power Automate flows with Camunda",
|
|
12
12
|
"icon": {
|
|
13
13
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter0_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='0.4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='43' y1='55' x2='29' y2='10' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230D36A5'/%3E%3Cstop offset='1' stop-color='%231152D4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='46' y1='10' x2='46' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2384CAFF'/%3E%3Cstop offset='1' stop-color='%2361B1FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='37.5' y1='10' x2='37.5' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B90F5'/%3E%3Cstop offset='1' stop-color='%232A78EE'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='10' width='97' height='76'%3E%3Cpath d='M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M63 10L29 48L-5 10H63Z' fill='url(%23paint0_linear)'/%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M63 10.4L-5 86.4H63L97 48.4L63 10.4Z' fill='black' fill-opacity='0.24'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f)'%3E%3Cpath d='M63 12L-5 88H63L97 50L63 12Z' fill='black' fill-opacity='0.32'/%3E%3C/g%3E%3Cpath d='M-5 86L63 10L97 48L63 86H-5Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M-5 86L63 10L80 29L29 86H-5Z' fill='url(%23paint2_linear)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
"constraints": {
|
|
520
520
|
"notEmpty": false,
|
|
521
521
|
"pattern": {
|
|
522
|
-
"value": "^(=|([0-9]+|secrets
|
|
522
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
523
523
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
524
524
|
}
|
|
525
525
|
}
|
|
@@ -575,14 +575,23 @@
|
|
|
575
575
|
},
|
|
576
576
|
{
|
|
577
577
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
578
|
-
"name": "Power Automate
|
|
578
|
+
"name": "Power Automate Outbound Connector",
|
|
579
579
|
"id": "io.camunda.connectors.PowerAutomate.v1",
|
|
580
580
|
"deprecated": {
|
|
581
581
|
"message": "Replace with 'Power Automate' template.",
|
|
582
582
|
"documentationRef": "https://marketplace.camunda.com/en-US/apps/427601/power-automate-connector"
|
|
583
583
|
},
|
|
584
|
-
"version":
|
|
584
|
+
"version": 3,
|
|
585
585
|
"description": "Orchestrate your Power Automate flows with Camunda",
|
|
586
|
+
"keywords": [
|
|
587
|
+
"trigger flow run",
|
|
588
|
+
"get flow run status",
|
|
589
|
+
"get flow outputs",
|
|
590
|
+
"run flow",
|
|
591
|
+
"automation",
|
|
592
|
+
"workflow",
|
|
593
|
+
"automate task"
|
|
594
|
+
],
|
|
586
595
|
"icon": {
|
|
587
596
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter0_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='0.4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='43' y1='55' x2='29' y2='10' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230D36A5'/%3E%3Cstop offset='1' stop-color='%231152D4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='46' y1='10' x2='46' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2384CAFF'/%3E%3Cstop offset='1' stop-color='%2361B1FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='37.5' y1='10' x2='37.5' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B90F5'/%3E%3Cstop offset='1' stop-color='%232A78EE'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='10' width='97' height='76'%3E%3Cpath d='M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M63 10L29 48L-5 10H63Z' fill='url(%23paint0_linear)'/%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M63 10.4L-5 86.4H63L97 48.4L63 10.4Z' fill='black' fill-opacity='0.24'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f)'%3E%3Cpath d='M63 12L-5 88H63L97 50L63 12Z' fill='black' fill-opacity='0.32'/%3E%3C/g%3E%3Cpath d='M-5 86L63 10L97 48L63 86H-5Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M-5 86L63 10L80 29L29 86H-5Z' fill='url(%23paint2_linear)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"
|
|
588
597
|
},
|
|
@@ -1029,7 +1038,7 @@
|
|
|
1029
1038
|
},
|
|
1030
1039
|
{
|
|
1031
1040
|
"label": "Result expression",
|
|
1032
|
-
"id": "
|
|
1041
|
+
"id": "resultExpressionGetBodySessionId",
|
|
1033
1042
|
"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>",
|
|
1034
1043
|
"group": "output",
|
|
1035
1044
|
"type": "String",
|
|
@@ -1093,7 +1102,7 @@
|
|
|
1093
1102
|
"constraints": {
|
|
1094
1103
|
"notEmpty": false,
|
|
1095
1104
|
"pattern": {
|
|
1096
|
-
"value": "^(=|([0-9]
|
|
1105
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1097
1106
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1098
1107
|
}
|
|
1099
1108
|
}
|
|
@@ -1136,7 +1145,7 @@
|
|
|
1136
1145
|
},
|
|
1137
1146
|
{
|
|
1138
1147
|
"label": "Error expression",
|
|
1139
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1148
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
1140
1149
|
"group": "errors",
|
|
1141
1150
|
"type": "Text",
|
|
1142
1151
|
"feel": "required",
|
|
@@ -1149,13 +1158,13 @@
|
|
|
1149
1158
|
},
|
|
1150
1159
|
{
|
|
1151
1160
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1152
|
-
"name": "Power Automate
|
|
1161
|
+
"name": "Power Automate connector",
|
|
1153
1162
|
"id": "io.camunda.connectors.PowerAutomate.v1",
|
|
1154
1163
|
"deprecated": {
|
|
1155
1164
|
"message": "Replace with 'Power Automate' template.",
|
|
1156
1165
|
"documentationRef": "https://marketplace.camunda.com/en-US/apps/427601/power-automate-connector"
|
|
1157
1166
|
},
|
|
1158
|
-
"version":
|
|
1167
|
+
"version": 1,
|
|
1159
1168
|
"description": "Orchestrate your Power Automate flows with Camunda",
|
|
1160
1169
|
"icon": {
|
|
1161
1170
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter0_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='0.4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='43' y1='55' x2='29' y2='10' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230D36A5'/%3E%3Cstop offset='1' stop-color='%231152D4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='46' y1='10' x2='46' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2384CAFF'/%3E%3Cstop offset='1' stop-color='%2361B1FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='37.5' y1='10' x2='37.5' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B90F5'/%3E%3Cstop offset='1' stop-color='%232A78EE'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='10' width='97' height='76'%3E%3Cpath d='M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M63 10L29 48L-5 10H63Z' fill='url(%23paint0_linear)'/%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M63 10.4L-5 86.4H63L97 48.4L63 10.4Z' fill='black' fill-opacity='0.24'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f)'%3E%3Cpath d='M63 12L-5 88H63L97 50L63 12Z' fill='black' fill-opacity='0.32'/%3E%3C/g%3E%3Cpath d='M-5 86L63 10L97 48L63 86H-5Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M-5 86L63 10L80 29L29 86H-5Z' fill='url(%23paint2_linear)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"
|
|
@@ -1601,6 +1610,589 @@
|
|
|
1601
1610
|
"key": "resultVariable"
|
|
1602
1611
|
}
|
|
1603
1612
|
},
|
|
1613
|
+
{
|
|
1614
|
+
"label": "Result expression",
|
|
1615
|
+
"id": "resultExpressionGetSessionId",
|
|
1616
|
+
"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>",
|
|
1617
|
+
"group": "output",
|
|
1618
|
+
"type": "String",
|
|
1619
|
+
"feel": "required",
|
|
1620
|
+
"value": "={flowSessionId: response.body.flowsessionId}",
|
|
1621
|
+
"binding": {
|
|
1622
|
+
"type": "zeebe:taskHeader",
|
|
1623
|
+
"key": "resultExpression"
|
|
1624
|
+
},
|
|
1625
|
+
"condition": {
|
|
1626
|
+
"property": "operationType",
|
|
1627
|
+
"oneOf": ["triggerFlowRun"]
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"label": "Result expression",
|
|
1632
|
+
"id": "resultExpressionGetStatusCode",
|
|
1633
|
+
"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>",
|
|
1634
|
+
"group": "output",
|
|
1635
|
+
"type": "String",
|
|
1636
|
+
"feel": "required",
|
|
1637
|
+
"value": "={statusCode: response.body.statuscode}",
|
|
1638
|
+
"binding": {
|
|
1639
|
+
"type": "zeebe:taskHeader",
|
|
1640
|
+
"key": "resultExpression"
|
|
1641
|
+
},
|
|
1642
|
+
"condition": {
|
|
1643
|
+
"property": "operationType",
|
|
1644
|
+
"oneOf": ["getStatusOfFlowRun"]
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"label": "Result expression",
|
|
1649
|
+
"id": "resultExpressionGetBody",
|
|
1650
|
+
"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>",
|
|
1651
|
+
"group": "output",
|
|
1652
|
+
"type": "String",
|
|
1653
|
+
"feel": "required",
|
|
1654
|
+
"value": "={flowOutputs: response.body}",
|
|
1655
|
+
"binding": {
|
|
1656
|
+
"type": "zeebe:taskHeader",
|
|
1657
|
+
"key": "resultExpression"
|
|
1658
|
+
},
|
|
1659
|
+
"condition": {
|
|
1660
|
+
"property": "operationType",
|
|
1661
|
+
"oneOf": ["getFlowOutputs"]
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"label": "Connection timeout",
|
|
1666
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
1667
|
+
"group": "errors",
|
|
1668
|
+
"type": "String",
|
|
1669
|
+
"value": "20",
|
|
1670
|
+
"binding": {
|
|
1671
|
+
"type": "zeebe:input",
|
|
1672
|
+
"name": "connectionTimeoutInSeconds"
|
|
1673
|
+
},
|
|
1674
|
+
"optional": true,
|
|
1675
|
+
"feel": "optional",
|
|
1676
|
+
"constraints": {
|
|
1677
|
+
"notEmpty": false,
|
|
1678
|
+
"pattern": {
|
|
1679
|
+
"value": "^(=|([0-9]+|secrets\\..+)$)",
|
|
1680
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"type": "Hidden",
|
|
1686
|
+
"value": "=organizationUri + \"/api/data/v9.2/flowsessions(\" + flowSessionId + \")?$select=statuscode,statecode,startedon,completedon\"",
|
|
1687
|
+
"binding": {
|
|
1688
|
+
"type": "zeebe:input",
|
|
1689
|
+
"name": "url"
|
|
1690
|
+
},
|
|
1691
|
+
"condition": {
|
|
1692
|
+
"property": "operationType",
|
|
1693
|
+
"oneOf": ["getStatusOfFlowRun"]
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"type": "Hidden",
|
|
1698
|
+
"value": "=organizationUri + \"/api/data/v9.2/flowsessions(\" + flowSessionId + \")/outputs/$value\"",
|
|
1699
|
+
"binding": {
|
|
1700
|
+
"type": "zeebe:input",
|
|
1701
|
+
"name": "url"
|
|
1702
|
+
},
|
|
1703
|
+
"condition": {
|
|
1704
|
+
"property": "operationType",
|
|
1705
|
+
"oneOf": ["getFlowOutputs"]
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"type": "Hidden",
|
|
1710
|
+
"value": "=organizationUri + \"/api/data/v9.2/workflows(\" + workflowId + \")/Microsoft.Dynamics.CRM.RunDesktopFlow\"",
|
|
1711
|
+
"binding": {
|
|
1712
|
+
"type": "zeebe:input",
|
|
1713
|
+
"name": "url"
|
|
1714
|
+
},
|
|
1715
|
+
"condition": {
|
|
1716
|
+
"property": "operationType",
|
|
1717
|
+
"oneOf": ["triggerFlowRun"]
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"label": "Error expression",
|
|
1722
|
+
"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>",
|
|
1723
|
+
"group": "errors",
|
|
1724
|
+
"type": "Text",
|
|
1725
|
+
"feel": "required",
|
|
1726
|
+
"binding": {
|
|
1727
|
+
"type": "zeebe:taskHeader",
|
|
1728
|
+
"key": "errorExpression"
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
]
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1735
|
+
"name": "Power Automate Outbound Connector",
|
|
1736
|
+
"id": "io.camunda.connectors.PowerAutomate.v1",
|
|
1737
|
+
"deprecated": {
|
|
1738
|
+
"message": "Replace with 'Power Automate' template.",
|
|
1739
|
+
"documentationRef": "https://marketplace.camunda.com/en-US/apps/427601/power-automate-connector"
|
|
1740
|
+
},
|
|
1741
|
+
"version": 4,
|
|
1742
|
+
"description": "Orchestrate your Power Automate flows with Camunda",
|
|
1743
|
+
"keywords": [
|
|
1744
|
+
"trigger flow run",
|
|
1745
|
+
"get flow run status",
|
|
1746
|
+
"get flow outputs",
|
|
1747
|
+
"run flow",
|
|
1748
|
+
"automation",
|
|
1749
|
+
"workflow",
|
|
1750
|
+
"automate task"
|
|
1751
|
+
],
|
|
1752
|
+
"icon": {
|
|
1753
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='filter0_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='0.4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='43' y1='55' x2='29' y2='10' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230D36A5'/%3E%3Cstop offset='1' stop-color='%231152D4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='46' y1='10' x2='46' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2384CAFF'/%3E%3Cstop offset='1' stop-color='%2361B1FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='37.5' y1='10' x2='37.5' y2='86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233B90F5'/%3E%3Cstop offset='1' stop-color='%232A78EE'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg clip-path='url(%23clip1)'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='-1' y='10' width='97' height='76'%3E%3Cpath d='M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M63 10L29 48L-5 10H63Z' fill='url(%23paint0_linear)'/%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath d='M63 10.4L-5 86.4H63L97 48.4L63 10.4Z' fill='black' fill-opacity='0.24'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f)'%3E%3Cpath d='M63 12L-5 88H63L97 50L63 12Z' fill='black' fill-opacity='0.32'/%3E%3C/g%3E%3Cpath d='M-5 86L63 10L97 48L63 86H-5Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M-5 86L63 10L80 29L29 86H-5Z' fill='url(%23paint2_linear)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"
|
|
1754
|
+
},
|
|
1755
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/power-automate/",
|
|
1756
|
+
"category": {
|
|
1757
|
+
"id": "connectors",
|
|
1758
|
+
"name": "Connectors"
|
|
1759
|
+
},
|
|
1760
|
+
"appliesTo": ["bpmn:Task"],
|
|
1761
|
+
"elementType": {
|
|
1762
|
+
"value": "bpmn:ServiceTask"
|
|
1763
|
+
},
|
|
1764
|
+
"groups": [
|
|
1765
|
+
{
|
|
1766
|
+
"id": "operation",
|
|
1767
|
+
"label": "Operation"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"id": "authentication",
|
|
1771
|
+
"label": "Authentication"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"id": "configuration",
|
|
1775
|
+
"label": "Configuration"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"id": "input",
|
|
1779
|
+
"label": "Input"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"id": "output",
|
|
1783
|
+
"label": "Output"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"id": "errors",
|
|
1787
|
+
"label": "Error handling"
|
|
1788
|
+
}
|
|
1789
|
+
],
|
|
1790
|
+
"properties": [
|
|
1791
|
+
{
|
|
1792
|
+
"type": "Hidden",
|
|
1793
|
+
"value": "io.camunda:http-json:1",
|
|
1794
|
+
"binding": {
|
|
1795
|
+
"type": "zeebe:taskDefinition",
|
|
1796
|
+
"property": "type"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"label": "Operation type",
|
|
1801
|
+
"id": "operationType",
|
|
1802
|
+
"group": "operation",
|
|
1803
|
+
"type": "Dropdown",
|
|
1804
|
+
"value": "getStatusOfFlowRun",
|
|
1805
|
+
"choices": [
|
|
1806
|
+
{
|
|
1807
|
+
"name": "Get the status of a flow run",
|
|
1808
|
+
"value": "getStatusOfFlowRun"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "Get flow outputs",
|
|
1812
|
+
"value": "getFlowOutputs"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "Trigger a flow run",
|
|
1816
|
+
"value": "triggerFlowRun"
|
|
1817
|
+
}
|
|
1818
|
+
],
|
|
1819
|
+
"binding": {
|
|
1820
|
+
"type": "zeebe:input",
|
|
1821
|
+
"name": "operationType"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"label": "Organization URI",
|
|
1826
|
+
"description": "Dynamics 365 URL. <a href=\"https://learn.microsoft.com/en-us/power-apps/developer/data-platform/discovery-service\">Find your organization url</a>. See also <a href=\"https://learn.microsoft.com/en-us/power-automate/web-api#compose-http-requests\">this page</a>",
|
|
1827
|
+
"group": "configuration",
|
|
1828
|
+
"type": "String",
|
|
1829
|
+
"value": "",
|
|
1830
|
+
"binding": {
|
|
1831
|
+
"type": "zeebe:input",
|
|
1832
|
+
"name": "organizationUri"
|
|
1833
|
+
},
|
|
1834
|
+
"constraints": {
|
|
1835
|
+
"notEmpty": true
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"label": "Type",
|
|
1840
|
+
"id": "authenticationType",
|
|
1841
|
+
"group": "authentication",
|
|
1842
|
+
"description": "Choose the authentication type",
|
|
1843
|
+
"type": "Dropdown",
|
|
1844
|
+
"choices": [
|
|
1845
|
+
{
|
|
1846
|
+
"name": "Bearer token",
|
|
1847
|
+
"value": "bearer"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "OAuth 2.0 client credentials",
|
|
1851
|
+
"value": "oauth-client-credentials-flow"
|
|
1852
|
+
}
|
|
1853
|
+
],
|
|
1854
|
+
"binding": {
|
|
1855
|
+
"type": "zeebe:input",
|
|
1856
|
+
"name": "authentication.type"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"type": "Hidden",
|
|
1861
|
+
"value": "=organizationUri + \"/.default\"",
|
|
1862
|
+
"binding": {
|
|
1863
|
+
"type": "zeebe:input",
|
|
1864
|
+
"name": "authentication.scopes"
|
|
1865
|
+
},
|
|
1866
|
+
"condition": {
|
|
1867
|
+
"property": "authenticationType",
|
|
1868
|
+
"equals": "oauth-client-credentials-flow"
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"label": "Bearer token",
|
|
1873
|
+
"group": "authentication",
|
|
1874
|
+
"type": "String",
|
|
1875
|
+
"feel": "optional",
|
|
1876
|
+
"binding": {
|
|
1877
|
+
"type": "zeebe:input",
|
|
1878
|
+
"name": "authentication.token"
|
|
1879
|
+
},
|
|
1880
|
+
"constraints": {
|
|
1881
|
+
"notEmpty": true
|
|
1882
|
+
},
|
|
1883
|
+
"condition": {
|
|
1884
|
+
"property": "authenticationType",
|
|
1885
|
+
"equals": "bearer"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"group": "authentication",
|
|
1890
|
+
"label": "OAuth token endpoint",
|
|
1891
|
+
"description": "Find out more <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/power-automate/#oauth-token-endpoint\">here</a>",
|
|
1892
|
+
"type": "String",
|
|
1893
|
+
"value": "",
|
|
1894
|
+
"feel": "optional",
|
|
1895
|
+
"binding": {
|
|
1896
|
+
"type": "zeebe:input",
|
|
1897
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
1898
|
+
},
|
|
1899
|
+
"constraints": {
|
|
1900
|
+
"notEmpty": true
|
|
1901
|
+
},
|
|
1902
|
+
"condition": {
|
|
1903
|
+
"property": "authenticationType",
|
|
1904
|
+
"equals": "oauth-client-credentials-flow"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"label": "Client Id (secret ID)",
|
|
1909
|
+
"description": "Microsoft Azure Application Client id. <a href=\"https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application\">See where to find it</a>",
|
|
1910
|
+
"group": "authentication",
|
|
1911
|
+
"type": "String",
|
|
1912
|
+
"feel": "optional",
|
|
1913
|
+
"binding": {
|
|
1914
|
+
"type": "zeebe:input",
|
|
1915
|
+
"name": "authentication.clientId"
|
|
1916
|
+
},
|
|
1917
|
+
"constraints": {
|
|
1918
|
+
"notEmpty": true
|
|
1919
|
+
},
|
|
1920
|
+
"condition": {
|
|
1921
|
+
"property": "authenticationType",
|
|
1922
|
+
"equals": "oauth-client-credentials-flow"
|
|
1923
|
+
}
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"label": "Client secret (Client secret value)",
|
|
1927
|
+
"description": "Microsoft Azure Application Client Secret value. <a href=\"https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application\">See where to find it</a>",
|
|
1928
|
+
"group": "authentication",
|
|
1929
|
+
"type": "String",
|
|
1930
|
+
"feel": "optional",
|
|
1931
|
+
"binding": {
|
|
1932
|
+
"type": "zeebe:input",
|
|
1933
|
+
"name": "authentication.clientSecret"
|
|
1934
|
+
},
|
|
1935
|
+
"constraints": {
|
|
1936
|
+
"notEmpty": true
|
|
1937
|
+
},
|
|
1938
|
+
"condition": {
|
|
1939
|
+
"property": "authenticationType",
|
|
1940
|
+
"equals": "oauth-client-credentials-flow"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"id": "authentication.clientAuthentication",
|
|
1945
|
+
"group": "authentication",
|
|
1946
|
+
"value": "basicAuthHeader",
|
|
1947
|
+
"type": "Hidden",
|
|
1948
|
+
"binding": {
|
|
1949
|
+
"type": "zeebe:input",
|
|
1950
|
+
"name": "authentication.clientAuthentication"
|
|
1951
|
+
},
|
|
1952
|
+
"condition": {
|
|
1953
|
+
"property": "authenticationType",
|
|
1954
|
+
"equals": "oauth-client-credentials-flow"
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"id": "methodPost",
|
|
1959
|
+
"group": "configuration",
|
|
1960
|
+
"type": "Hidden",
|
|
1961
|
+
"value": "post",
|
|
1962
|
+
"binding": {
|
|
1963
|
+
"type": "zeebe:input",
|
|
1964
|
+
"name": "method"
|
|
1965
|
+
},
|
|
1966
|
+
"condition": {
|
|
1967
|
+
"property": "operationType",
|
|
1968
|
+
"oneOf": ["triggerFlowRun"]
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"id": "methodGet",
|
|
1973
|
+
"group": "configuration",
|
|
1974
|
+
"type": "Hidden",
|
|
1975
|
+
"value": "get",
|
|
1976
|
+
"binding": {
|
|
1977
|
+
"type": "zeebe:input",
|
|
1978
|
+
"name": "method"
|
|
1979
|
+
},
|
|
1980
|
+
"condition": {
|
|
1981
|
+
"property": "operationType",
|
|
1982
|
+
"oneOf": ["getStatusOfFlowRun", "getFlowOutputs"]
|
|
1983
|
+
}
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"label": "Flow session ID",
|
|
1987
|
+
"description": "Unique identifier for entity instances. You can find this in the response of the 'Trigger a flow run' method",
|
|
1988
|
+
"feel": "optional",
|
|
1989
|
+
"group": "input",
|
|
1990
|
+
"type": "String",
|
|
1991
|
+
"binding": {
|
|
1992
|
+
"type": "zeebe:input",
|
|
1993
|
+
"name": "flowSessionId"
|
|
1994
|
+
},
|
|
1995
|
+
"constraints": {
|
|
1996
|
+
"notEmpty": true
|
|
1997
|
+
},
|
|
1998
|
+
"condition": {
|
|
1999
|
+
"property": "operationType",
|
|
2000
|
+
"oneOf": ["getStatusOfFlowRun", "getFlowOutputs"]
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"label": "Workflow ID (flow ID)",
|
|
2005
|
+
"description": "The ID of the desktop flow that you want to run",
|
|
2006
|
+
"feel": "optional",
|
|
2007
|
+
"group": "input",
|
|
2008
|
+
"type": "String",
|
|
2009
|
+
"binding": {
|
|
2010
|
+
"type": "zeebe:input",
|
|
2011
|
+
"name": "workflowId"
|
|
2012
|
+
},
|
|
2013
|
+
"constraints": {
|
|
2014
|
+
"notEmpty": true
|
|
2015
|
+
},
|
|
2016
|
+
"condition": {
|
|
2017
|
+
"property": "operationType",
|
|
2018
|
+
"oneOf": ["triggerFlowRun"]
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"label": "Connection name",
|
|
2023
|
+
"description": "Identifies the connection to be used with the desktop flow script",
|
|
2024
|
+
"feel": "optional",
|
|
2025
|
+
"group": "input",
|
|
2026
|
+
"type": "String",
|
|
2027
|
+
"binding": {
|
|
2028
|
+
"type": "zeebe:input",
|
|
2029
|
+
"name": "connectionName"
|
|
2030
|
+
},
|
|
2031
|
+
"constraints": {
|
|
2032
|
+
"notEmpty": true
|
|
2033
|
+
},
|
|
2034
|
+
"condition": {
|
|
2035
|
+
"property": "operationType",
|
|
2036
|
+
"oneOf": ["triggerFlowRun"]
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"label": "Connection type",
|
|
2041
|
+
"description": "Identifies which type of connection is used in the connectionName",
|
|
2042
|
+
"group": "input",
|
|
2043
|
+
"type": "Dropdown",
|
|
2044
|
+
"value": "1",
|
|
2045
|
+
"choices": [
|
|
2046
|
+
{
|
|
2047
|
+
"name": "Connection type",
|
|
2048
|
+
"value": "1"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "Connection reference type",
|
|
2052
|
+
"value": "2"
|
|
2053
|
+
}
|
|
2054
|
+
],
|
|
2055
|
+
"binding": {
|
|
2056
|
+
"type": "zeebe:input",
|
|
2057
|
+
"name": "connectionType"
|
|
2058
|
+
},
|
|
2059
|
+
"constraints": {
|
|
2060
|
+
"notEmpty": true
|
|
2061
|
+
},
|
|
2062
|
+
"condition": {
|
|
2063
|
+
"property": "operationType",
|
|
2064
|
+
"oneOf": ["triggerFlowRun"]
|
|
2065
|
+
}
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"label": "Run mode",
|
|
2069
|
+
"description": "Choose between attended or unattended",
|
|
2070
|
+
"group": "input",
|
|
2071
|
+
"type": "Dropdown",
|
|
2072
|
+
"value": "attended",
|
|
2073
|
+
"choices": [
|
|
2074
|
+
{
|
|
2075
|
+
"name": "Attended",
|
|
2076
|
+
"value": "attended"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "Unattended",
|
|
2080
|
+
"value": "unattended"
|
|
2081
|
+
}
|
|
2082
|
+
],
|
|
2083
|
+
"binding": {
|
|
2084
|
+
"type": "zeebe:input",
|
|
2085
|
+
"name": "runMode"
|
|
2086
|
+
},
|
|
2087
|
+
"constraints": {
|
|
2088
|
+
"notEmpty": true
|
|
2089
|
+
},
|
|
2090
|
+
"condition": {
|
|
2091
|
+
"property": "operationType",
|
|
2092
|
+
"oneOf": ["triggerFlowRun"]
|
|
2093
|
+
}
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"label": "Run priority",
|
|
2097
|
+
"feel": "optional",
|
|
2098
|
+
"description": "Choose an option (normal, high) or add your own",
|
|
2099
|
+
"group": "input",
|
|
2100
|
+
"type": "String",
|
|
2101
|
+
"value": "normal",
|
|
2102
|
+
"binding": {
|
|
2103
|
+
"type": "zeebe:input",
|
|
2104
|
+
"name": "runPriority"
|
|
2105
|
+
},
|
|
2106
|
+
"optional": true,
|
|
2107
|
+
"condition": {
|
|
2108
|
+
"property": "operationType",
|
|
2109
|
+
"oneOf": ["triggerFlowRun"]
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"label": "Timeout",
|
|
2114
|
+
"feel": "optional",
|
|
2115
|
+
"description": "Timeout for Power Automate script execution in seconds (default = 3 hours, max = 24 hours)",
|
|
2116
|
+
"group": "input",
|
|
2117
|
+
"type": "String",
|
|
2118
|
+
"binding": {
|
|
2119
|
+
"type": "zeebe:input",
|
|
2120
|
+
"name": "runTimeout"
|
|
2121
|
+
},
|
|
2122
|
+
"optional": true,
|
|
2123
|
+
"condition": {
|
|
2124
|
+
"property": "operationType",
|
|
2125
|
+
"oneOf": ["triggerFlowRun"]
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"label": "Inputs",
|
|
2130
|
+
"description": "The desktop flow script input parameters (json serialized string)",
|
|
2131
|
+
"group": "input",
|
|
2132
|
+
"type": "String",
|
|
2133
|
+
"feel": "required",
|
|
2134
|
+
"binding": {
|
|
2135
|
+
"type": "zeebe:input",
|
|
2136
|
+
"name": "runInputs"
|
|
2137
|
+
},
|
|
2138
|
+
"optional": true,
|
|
2139
|
+
"condition": {
|
|
2140
|
+
"property": "operationType",
|
|
2141
|
+
"oneOf": ["triggerFlowRun"]
|
|
2142
|
+
}
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"label": "Callback URL",
|
|
2146
|
+
"feel": "optional",
|
|
2147
|
+
"description": "URL that will be called once the desktop flow script is complete. You can use the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/\">webhook connector</a> for this purpose",
|
|
2148
|
+
"group": "input",
|
|
2149
|
+
"type": "String",
|
|
2150
|
+
"binding": {
|
|
2151
|
+
"type": "zeebe:input",
|
|
2152
|
+
"name": "callbackUrl"
|
|
2153
|
+
},
|
|
2154
|
+
"optional": true,
|
|
2155
|
+
"condition": {
|
|
2156
|
+
"property": "operationType",
|
|
2157
|
+
"oneOf": ["triggerFlowRun"]
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"group": "configuration",
|
|
2162
|
+
"type": "Hidden",
|
|
2163
|
+
"value": "={\"Content-Type\":\"application/json\"}",
|
|
2164
|
+
"binding": {
|
|
2165
|
+
"type": "zeebe:input",
|
|
2166
|
+
"name": "headers"
|
|
2167
|
+
},
|
|
2168
|
+
"constraints": {
|
|
2169
|
+
"notEmpty": true
|
|
2170
|
+
}
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"group": "input",
|
|
2174
|
+
"type": "Hidden",
|
|
2175
|
+
"value": "={\"runMode\":if runMode = null then null else runMode, \"runPriority\":if runPriority = null then null else runPriority,\"connectionName\":if connectionName = null then null else connectionName,\"timeout\":if runTimeout = null then 7200 else runTimeout,\"inputs\":if runInputs = null then null else runInputs,\"connectionType\":if connectionType = null then 1 else connectionType,\"callbackUrl\":if callbackUrl = null then null else callbackUrl}",
|
|
2176
|
+
"binding": {
|
|
2177
|
+
"type": "zeebe:input",
|
|
2178
|
+
"name": "body"
|
|
2179
|
+
},
|
|
2180
|
+
"condition": {
|
|
2181
|
+
"property": "operationType",
|
|
2182
|
+
"oneOf": ["triggerFlowRun"]
|
|
2183
|
+
},
|
|
2184
|
+
"optional": true
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"label": "Result variable",
|
|
2188
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
2189
|
+
"group": "output",
|
|
2190
|
+
"type": "String",
|
|
2191
|
+
"binding": {
|
|
2192
|
+
"type": "zeebe:taskHeader",
|
|
2193
|
+
"key": "resultVariable"
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
1604
2196
|
{
|
|
1605
2197
|
"label": "Result expression",
|
|
1606
2198
|
"id": "resultExpressionGetBodySessionId",
|