@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
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "RPA Connector",
|
|
5
5
|
"description": "Connects with the Camunda RPA Worker",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"robotic process automation",
|
|
8
|
+
"RPA",
|
|
9
|
+
"automate task",
|
|
10
|
+
"bot",
|
|
11
|
+
"automation",
|
|
12
|
+
"run bot",
|
|
13
|
+
"trigger automation"
|
|
14
|
+
],
|
|
6
15
|
"id": "camunda.connectors.rpa",
|
|
7
16
|
"version": 1,
|
|
8
17
|
"appliesTo": ["bpmn:Task"],
|
|
@@ -325,5 +334,342 @@
|
|
|
325
334
|
"icon": {
|
|
326
335
|
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPmJvdDwvdGl0bGU+CiAgPHJlY3QgeD0iMTgiIHk9IjEwIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIi8+CiAgPHJlY3QgeD0iMTIiIHk9IjEwIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIi8+CiAgPHBhdGggZD0iTTI2LDIwSDIxVjE4aDFhMi4wMDIzLDIuMDAyMywwLDAsMCwyLTJWMTJoMlYxMEgyNFY4YTIuMDAyMywyLjAwMjMsMCwwLDAtMi0ySDIwVjJIMThWNkgxNFYySDEyVjZIMTBBMi4wMDIzLDIuMDAyMywwLDAsMCw4LDh2Mkg2djJIOHY0YTIuMDAyMywyLjAwMjMsMCwwLDAsMiwyaDF2Mkg2YTIuMDAyMywyLjAwMjMsMCwwLDAtMiwydjhINlYyMkgyNnY4aDJWMjJBMi4wMDIzLDIuMDAyMywwLDAsMCwyNiwyMFpNMTAsOEgyMnY4SDEwWm0zLDEwaDZ2MkgxM1oiLz4KICA8cmVjdCBpZD0iX1RyYW5zcGFyZW50X1JlY3RhbmdsZV8iIGRhdGEtbmFtZT0iJmx0O1RyYW5zcGFyZW50IFJlY3RhbmdsZSZndDsiIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+Cjwvc3ZnPgo="
|
|
327
336
|
}
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
340
|
+
"name": "RPA Connector",
|
|
341
|
+
"description": "Connects with the Camunda RPA Worker",
|
|
342
|
+
"keywords": [
|
|
343
|
+
"robotic process automation",
|
|
344
|
+
"RPA",
|
|
345
|
+
"automate task",
|
|
346
|
+
"bot",
|
|
347
|
+
"automation",
|
|
348
|
+
"run bot",
|
|
349
|
+
"trigger automation"
|
|
350
|
+
],
|
|
351
|
+
"id": "camunda.connectors.rpa",
|
|
352
|
+
"version": 2,
|
|
353
|
+
"appliesTo": ["bpmn:Task"],
|
|
354
|
+
"category": {
|
|
355
|
+
"id": "connectors",
|
|
356
|
+
"name": "Connectors"
|
|
357
|
+
},
|
|
358
|
+
"engines": {
|
|
359
|
+
"camunda": "^8.7"
|
|
360
|
+
},
|
|
361
|
+
"elementType": {
|
|
362
|
+
"value": "bpmn:ServiceTask"
|
|
363
|
+
},
|
|
364
|
+
"entriesVisible": false,
|
|
365
|
+
"groups": [
|
|
366
|
+
{
|
|
367
|
+
"id": "worker",
|
|
368
|
+
"label": "Worker"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "script",
|
|
372
|
+
"label": "Script"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "prerun",
|
|
376
|
+
"label": "Pre-run"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"id": "postrun",
|
|
380
|
+
"label": "Post-run"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"id": "input",
|
|
384
|
+
"label": "Input"
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
"properties": [
|
|
388
|
+
{
|
|
389
|
+
"type": "Hidden",
|
|
390
|
+
"binding": {
|
|
391
|
+
"type": "zeebe:linkedResource",
|
|
392
|
+
"property": "resourceType",
|
|
393
|
+
"linkName": "RPAScript"
|
|
394
|
+
},
|
|
395
|
+
"value": "RPA"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"group": "script",
|
|
399
|
+
"type": "String",
|
|
400
|
+
"feel": "optional",
|
|
401
|
+
"label": "Script ID",
|
|
402
|
+
"binding": {
|
|
403
|
+
"type": "zeebe:linkedResource",
|
|
404
|
+
"linkName": "RPAScript",
|
|
405
|
+
"property": "resourceId"
|
|
406
|
+
},
|
|
407
|
+
"constraints": {
|
|
408
|
+
"notEmpty": true
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"group": "script",
|
|
413
|
+
"type": "Dropdown",
|
|
414
|
+
"label": "Binding",
|
|
415
|
+
"id": "bindingType",
|
|
416
|
+
"binding": {
|
|
417
|
+
"type": "zeebe:linkedResource",
|
|
418
|
+
"linkName": "RPAScript",
|
|
419
|
+
"property": "bindingType"
|
|
420
|
+
},
|
|
421
|
+
"choices": [
|
|
422
|
+
{
|
|
423
|
+
"name": "Latest",
|
|
424
|
+
"value": "latest"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "Deployment",
|
|
428
|
+
"value": "deployment"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "Version Tag",
|
|
432
|
+
"value": "versionTag"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"value": "latest"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"group": "script",
|
|
439
|
+
"type": "String",
|
|
440
|
+
"label": "Version tag",
|
|
441
|
+
"binding": {
|
|
442
|
+
"type": "zeebe:linkedResource",
|
|
443
|
+
"linkName": "RPAScript",
|
|
444
|
+
"property": "versionTag"
|
|
445
|
+
},
|
|
446
|
+
"condition": {
|
|
447
|
+
"property": "bindingType",
|
|
448
|
+
"equals": "versionTag"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"group": "worker",
|
|
453
|
+
"label": "Label",
|
|
454
|
+
"tooltip": "Define on which worker this task should be executed.",
|
|
455
|
+
"binding": {
|
|
456
|
+
"type": "zeebe:input",
|
|
457
|
+
"name": "camundaRpaWorkerLabel"
|
|
458
|
+
},
|
|
459
|
+
"type": "String",
|
|
460
|
+
"value": "default",
|
|
461
|
+
"constraints": {
|
|
462
|
+
"notEmpty": true
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"group": "worker",
|
|
467
|
+
"label": "Timeout",
|
|
468
|
+
"tooltip": "<div><p>A time duration defined as ISO 8601 duration format.</p><ul><li><code>PT15S</code> - 15 seconds</li><li><code>PT1H30M</code> - 1 hour and 30 minutes</li><li><code>P14D</code> - 14 days</li></ul></div>",
|
|
469
|
+
"binding": {
|
|
470
|
+
"type": "zeebe:taskHeader",
|
|
471
|
+
"key": "camunda::timeout"
|
|
472
|
+
},
|
|
473
|
+
"type": "String",
|
|
474
|
+
"optional": true
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"type": "Hidden",
|
|
478
|
+
"binding": {
|
|
479
|
+
"type": "zeebe:taskDefinition",
|
|
480
|
+
"property": "type"
|
|
481
|
+
},
|
|
482
|
+
"value": "={\n label: if (camundaRpaWorkerLabel = null or camundaRpaWorkerLabel = \"\") then \"default\" else camundaRpaWorkerLabel,\n baseName: \"camunda::RPA-Task::\",\n definitionType: baseName + label\n}.definitionType"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"group": "prerun",
|
|
486
|
+
"label": "Enable pre-run script",
|
|
487
|
+
"tooltip": "Define an additional RPA script that should be executed before the main script is run.",
|
|
488
|
+
"type": "Boolean",
|
|
489
|
+
"binding": {
|
|
490
|
+
"type": "zeebe:property",
|
|
491
|
+
"name": "camunda::enablePreRun"
|
|
492
|
+
},
|
|
493
|
+
"value": false,
|
|
494
|
+
"id": "enablePreRun"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"group": "prerun",
|
|
498
|
+
"type": "Hidden",
|
|
499
|
+
"binding": {
|
|
500
|
+
"type": "zeebe:linkedResource",
|
|
501
|
+
"property": "resourceType",
|
|
502
|
+
"linkName": "Before"
|
|
503
|
+
},
|
|
504
|
+
"value": "RPA",
|
|
505
|
+
"condition": {
|
|
506
|
+
"property": "enablePreRun",
|
|
507
|
+
"equals": true
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"group": "prerun",
|
|
512
|
+
"type": "String",
|
|
513
|
+
"feel": "optional",
|
|
514
|
+
"label": "Pre-run Script ID",
|
|
515
|
+
"binding": {
|
|
516
|
+
"type": "zeebe:linkedResource",
|
|
517
|
+
"linkName": "Before",
|
|
518
|
+
"property": "resourceId"
|
|
519
|
+
},
|
|
520
|
+
"constraints": {
|
|
521
|
+
"notEmpty": true
|
|
522
|
+
},
|
|
523
|
+
"condition": {
|
|
524
|
+
"property": "enablePreRun",
|
|
525
|
+
"equals": true
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"group": "prerun",
|
|
530
|
+
"type": "Dropdown",
|
|
531
|
+
"label": "Pre-run Script Binding",
|
|
532
|
+
"id": "bindingTypePreRun",
|
|
533
|
+
"binding": {
|
|
534
|
+
"type": "zeebe:linkedResource",
|
|
535
|
+
"linkName": "Before",
|
|
536
|
+
"property": "bindingType"
|
|
537
|
+
},
|
|
538
|
+
"condition": {
|
|
539
|
+
"property": "enablePreRun",
|
|
540
|
+
"equals": true
|
|
541
|
+
},
|
|
542
|
+
"choices": [
|
|
543
|
+
{
|
|
544
|
+
"name": "Latest",
|
|
545
|
+
"value": "latest"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"name": "Deployment",
|
|
549
|
+
"value": "deployment"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "Version Tag",
|
|
553
|
+
"value": "versionTag"
|
|
554
|
+
}
|
|
555
|
+
],
|
|
556
|
+
"value": "latest"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"group": "prerun",
|
|
560
|
+
"type": "String",
|
|
561
|
+
"label": "Pre-run Version tag",
|
|
562
|
+
"binding": {
|
|
563
|
+
"type": "zeebe:linkedResource",
|
|
564
|
+
"linkName": "Before",
|
|
565
|
+
"property": "versionTag"
|
|
566
|
+
},
|
|
567
|
+
"condition": {
|
|
568
|
+
"property": "bindingTypePreRun",
|
|
569
|
+
"equals": "versionTag"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"group": "postrun",
|
|
574
|
+
"label": "Enable post-run script",
|
|
575
|
+
"tooltip": "Define an additional RPA script that should be executed after the main script is run.",
|
|
576
|
+
"type": "Boolean",
|
|
577
|
+
"binding": {
|
|
578
|
+
"type": "zeebe:property",
|
|
579
|
+
"name": "camunda::postRun"
|
|
580
|
+
},
|
|
581
|
+
"value": false,
|
|
582
|
+
"id": "postRun"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"type": "Hidden",
|
|
586
|
+
"binding": {
|
|
587
|
+
"type": "zeebe:linkedResource",
|
|
588
|
+
"property": "resourceType",
|
|
589
|
+
"linkName": "After"
|
|
590
|
+
},
|
|
591
|
+
"value": "RPA",
|
|
592
|
+
"condition": {
|
|
593
|
+
"property": "postRun",
|
|
594
|
+
"equals": true
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"group": "postrun",
|
|
599
|
+
"type": "String",
|
|
600
|
+
"feel": "optional",
|
|
601
|
+
"label": "Post-run Script ID",
|
|
602
|
+
"binding": {
|
|
603
|
+
"type": "zeebe:linkedResource",
|
|
604
|
+
"linkName": "After",
|
|
605
|
+
"property": "resourceId"
|
|
606
|
+
},
|
|
607
|
+
"constraints": {
|
|
608
|
+
"notEmpty": true
|
|
609
|
+
},
|
|
610
|
+
"condition": {
|
|
611
|
+
"property": "postRun",
|
|
612
|
+
"equals": true
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"group": "postrun",
|
|
617
|
+
"type": "Dropdown",
|
|
618
|
+
"label": "Post-run Script Binding",
|
|
619
|
+
"id": "bindingTypePostRun",
|
|
620
|
+
"binding": {
|
|
621
|
+
"type": "zeebe:linkedResource",
|
|
622
|
+
"linkName": "After",
|
|
623
|
+
"property": "bindingType"
|
|
624
|
+
},
|
|
625
|
+
"condition": {
|
|
626
|
+
"property": "postRun",
|
|
627
|
+
"equals": true
|
|
628
|
+
},
|
|
629
|
+
"choices": [
|
|
630
|
+
{
|
|
631
|
+
"name": "Latest",
|
|
632
|
+
"value": "latest"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "Deployment",
|
|
636
|
+
"value": "deployment"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "Version Tag",
|
|
640
|
+
"value": "versionTag"
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"value": "latest"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"group": "postrun",
|
|
647
|
+
"type": "String",
|
|
648
|
+
"label": "Version tag",
|
|
649
|
+
"binding": {
|
|
650
|
+
"type": "zeebe:linkedResource",
|
|
651
|
+
"linkName": "After",
|
|
652
|
+
"property": "versionTag"
|
|
653
|
+
},
|
|
654
|
+
"condition": {
|
|
655
|
+
"property": "bindingTypePostRun",
|
|
656
|
+
"equals": "versionTag"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"group": "input",
|
|
661
|
+
"label": "Input mapping",
|
|
662
|
+
"type": "String",
|
|
663
|
+
"feel": "required",
|
|
664
|
+
"binding": {
|
|
665
|
+
"type": "zeebe:input",
|
|
666
|
+
"name": "camundaRpaTaskInput"
|
|
667
|
+
},
|
|
668
|
+
"optional": true
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"icon": {
|
|
672
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPmJvdDwvdGl0bGU+CiAgPHJlY3QgeD0iMTgiIHk9IjEwIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIi8+CiAgPHJlY3QgeD0iMTIiIHk9IjEwIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIi8+CiAgPHBhdGggZD0iTTI2LDIwSDIxVjE4aDFhMi4wMDIzLDIuMDAyMywwLDAsMCwyLTJWMTJoMlYxMEgyNFY4YTIuMDAyMywyLjAwMjMsMCwwLDAtMi0ySDIwVjJIMThWNkgxNFYySDEyVjZIMTBBMi4wMDIzLDIuMDAyMywwLDAsMCw4LDh2Mkg2djJIOHY0YTIuMDAyMywyLjAwMjMsMCwwLDAsMiwyaDF2Mkg2YTIuMDAyMywyLjAwMjMsMCwwLDAtMiwydjhINlYyMkgyNnY4aDJWMjJBMi4wMDIzLDIuMDAyMywwLDAsMCwyNiwyMFpNMTAsOEgyMnY4SDEwWm0zLDEwaDZ2MkgxM1oiLz4KICA8cmVjdCBpZD0iX1RyYW5zcGFyZW50X1JlY3RhbmdsZV8iIGRhdGEtbmFtZT0iJmx0O1RyYW5zcGFyZW50IFJlY3RhbmdsZSZndDsiIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+Cjwvc3ZnPgo="
|
|
673
|
+
}
|
|
328
674
|
}
|
|
329
675
|
]
|