@camunda/connectors-element-templates 1.0.5 → 1.0.7
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/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -425,14 +425,14 @@
|
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
428
|
-
"name": "Google Drive
|
|
428
|
+
"name": "Google Drive connector",
|
|
429
429
|
"id": "io.camunda.connectors.GoogleDrive.v1",
|
|
430
|
-
"description": "Manage Google Drive files and folders",
|
|
431
|
-
"metadata": {
|
|
432
|
-
"keywords": ["create file", "create file from template", "create folder"]
|
|
433
|
-
},
|
|
434
430
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
|
|
435
|
-
"
|
|
431
|
+
"description": "Create folder or a file from template",
|
|
432
|
+
"deprecated": {
|
|
433
|
+
"message": "Replace with 'Google Drive connector' template.",
|
|
434
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
435
|
+
},
|
|
436
436
|
"category": {
|
|
437
437
|
"id": "connectors",
|
|
438
438
|
"name": "Connectors"
|
|
@@ -441,9 +441,6 @@
|
|
|
441
441
|
"elementType": {
|
|
442
442
|
"value": "bpmn:ServiceTask"
|
|
443
443
|
},
|
|
444
|
-
"engines": {
|
|
445
|
-
"camunda": "^8.3"
|
|
446
|
-
},
|
|
447
444
|
"groups": [
|
|
448
445
|
{
|
|
449
446
|
"id": "authentication",
|
|
@@ -462,37 +459,25 @@
|
|
|
462
459
|
"label": "Output mapping"
|
|
463
460
|
},
|
|
464
461
|
{
|
|
465
|
-
"id": "
|
|
462
|
+
"id": "errors",
|
|
466
463
|
"label": "Error handling"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"id": "retries",
|
|
470
|
-
"label": "Retries"
|
|
471
464
|
}
|
|
472
465
|
],
|
|
473
466
|
"properties": [
|
|
474
467
|
{
|
|
468
|
+
"type": "Hidden",
|
|
475
469
|
"value": "io.camunda:google-drive:1",
|
|
476
470
|
"binding": {
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
}
|
|
480
|
-
"type": "Hidden"
|
|
471
|
+
"type": "zeebe:taskDefinition",
|
|
472
|
+
"property": "type"
|
|
473
|
+
}
|
|
481
474
|
},
|
|
482
475
|
{
|
|
483
|
-
"id": "
|
|
476
|
+
"id": "authenticationType",
|
|
484
477
|
"label": "Type",
|
|
485
|
-
"optional": false,
|
|
486
|
-
"value": "refresh",
|
|
487
|
-
"constraints": {
|
|
488
|
-
"notEmpty": true
|
|
489
|
-
},
|
|
490
478
|
"group": "authentication",
|
|
491
|
-
"binding": {
|
|
492
|
-
"name": "authentication.authType",
|
|
493
|
-
"type": "zeebe:input"
|
|
494
|
-
},
|
|
495
479
|
"type": "Dropdown",
|
|
480
|
+
"value": "bearer",
|
|
496
481
|
"choices": [
|
|
497
482
|
{
|
|
498
483
|
"name": "Bearer token",
|
|
@@ -502,106 +487,86 @@
|
|
|
502
487
|
"name": "Refresh token",
|
|
503
488
|
"value": "refresh"
|
|
504
489
|
}
|
|
505
|
-
]
|
|
490
|
+
],
|
|
491
|
+
"binding": {
|
|
492
|
+
"type": "zeebe:input",
|
|
493
|
+
"name": "authentication.authType",
|
|
494
|
+
"key": "authentication.authType"
|
|
495
|
+
}
|
|
506
496
|
},
|
|
507
497
|
{
|
|
508
|
-
"id": "authentication.bearerToken",
|
|
509
498
|
"label": "Bearer token",
|
|
510
|
-
"description": "Enter
|
|
511
|
-
"optional": false,
|
|
512
|
-
"constraints": {
|
|
513
|
-
"notEmpty": true
|
|
514
|
-
},
|
|
515
|
-
"feel": "optional",
|
|
499
|
+
"description": "Enter Google API Bearer token that is authorized to interact with desired Drive",
|
|
516
500
|
"group": "authentication",
|
|
501
|
+
"type": "String",
|
|
517
502
|
"binding": {
|
|
518
|
-
"
|
|
519
|
-
"
|
|
503
|
+
"type": "zeebe:input",
|
|
504
|
+
"name": "authentication.bearerToken"
|
|
520
505
|
},
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"equals": "bearer",
|
|
524
|
-
"type": "simple"
|
|
506
|
+
"constraints": {
|
|
507
|
+
"notEmpty": true
|
|
525
508
|
},
|
|
526
|
-
"
|
|
509
|
+
"condition": {
|
|
510
|
+
"property": "authenticationType",
|
|
511
|
+
"equals": "bearer"
|
|
512
|
+
}
|
|
527
513
|
},
|
|
528
514
|
{
|
|
529
|
-
"id": "authentication.oauthClientId",
|
|
530
515
|
"label": "Client ID",
|
|
531
516
|
"description": "Enter Google API Client ID",
|
|
532
|
-
"optional": false,
|
|
533
|
-
"constraints": {
|
|
534
|
-
"notEmpty": true
|
|
535
|
-
},
|
|
536
|
-
"feel": "optional",
|
|
537
517
|
"group": "authentication",
|
|
518
|
+
"type": "String",
|
|
538
519
|
"binding": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
520
|
+
"type": "zeebe:input",
|
|
521
|
+
"name": "authentication.oauthClientId"
|
|
541
522
|
},
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
"equals": "refresh",
|
|
545
|
-
"type": "simple"
|
|
523
|
+
"constraints": {
|
|
524
|
+
"notEmpty": true
|
|
546
525
|
},
|
|
547
|
-
"
|
|
526
|
+
"condition": {
|
|
527
|
+
"property": "authenticationType",
|
|
528
|
+
"equals": "refresh"
|
|
529
|
+
}
|
|
548
530
|
},
|
|
549
531
|
{
|
|
550
|
-
"id": "authentication.oauthClientSecret",
|
|
551
532
|
"label": "Client secret",
|
|
552
533
|
"description": "Enter Google API client Secret",
|
|
553
|
-
"optional": false,
|
|
554
|
-
"constraints": {
|
|
555
|
-
"notEmpty": true
|
|
556
|
-
},
|
|
557
|
-
"feel": "optional",
|
|
558
534
|
"group": "authentication",
|
|
535
|
+
"type": "String",
|
|
559
536
|
"binding": {
|
|
560
|
-
"
|
|
561
|
-
"
|
|
537
|
+
"type": "zeebe:input",
|
|
538
|
+
"name": "authentication.oauthClientSecret"
|
|
562
539
|
},
|
|
563
|
-
"
|
|
564
|
-
"
|
|
565
|
-
"equals": "refresh",
|
|
566
|
-
"type": "simple"
|
|
540
|
+
"constraints": {
|
|
541
|
+
"notEmpty": true
|
|
567
542
|
},
|
|
568
|
-
"
|
|
543
|
+
"condition": {
|
|
544
|
+
"property": "authenticationType",
|
|
545
|
+
"equals": "refresh"
|
|
546
|
+
}
|
|
569
547
|
},
|
|
570
548
|
{
|
|
571
|
-
"id": "authentication.oauthRefreshToken",
|
|
572
549
|
"label": "Refresh token",
|
|
573
|
-
"description": "Enter
|
|
574
|
-
"optional": false,
|
|
575
|
-
"constraints": {
|
|
576
|
-
"notEmpty": true
|
|
577
|
-
},
|
|
578
|
-
"feel": "optional",
|
|
550
|
+
"description": "Enter Google API refresh token that is authorized to interact with desired Drive",
|
|
579
551
|
"group": "authentication",
|
|
552
|
+
"type": "String",
|
|
580
553
|
"binding": {
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
},
|
|
584
|
-
"condition": {
|
|
585
|
-
"property": "authentication.authType",
|
|
586
|
-
"equals": "refresh",
|
|
587
|
-
"type": "simple"
|
|
554
|
+
"type": "zeebe:input",
|
|
555
|
+
"name": "authentication.oauthRefreshToken"
|
|
588
556
|
},
|
|
589
|
-
"type": "String"
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"id": "resource.type",
|
|
593
|
-
"label": "Operation",
|
|
594
|
-
"optional": false,
|
|
595
|
-
"value": "folder",
|
|
596
557
|
"constraints": {
|
|
597
558
|
"notEmpty": true
|
|
598
559
|
},
|
|
560
|
+
"condition": {
|
|
561
|
+
"property": "authenticationType",
|
|
562
|
+
"equals": "refresh"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"id": "resourceType",
|
|
599
567
|
"group": "operation",
|
|
600
|
-
"binding": {
|
|
601
|
-
"name": "resource.type",
|
|
602
|
-
"type": "zeebe:input"
|
|
603
|
-
},
|
|
604
568
|
"type": "Dropdown",
|
|
569
|
+
"value": "folder",
|
|
605
570
|
"choices": [
|
|
606
571
|
{
|
|
607
572
|
"name": "Create folder",
|
|
@@ -610,213 +575,165 @@
|
|
|
610
575
|
{
|
|
611
576
|
"name": "Create file from template",
|
|
612
577
|
"value": "file"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"name": "Upload file",
|
|
616
|
-
"value": "upload"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "Download file",
|
|
620
|
-
"value": "download"
|
|
621
578
|
}
|
|
622
|
-
]
|
|
579
|
+
],
|
|
580
|
+
"binding": {
|
|
581
|
+
"type": "zeebe:input",
|
|
582
|
+
"name": "resource.type",
|
|
583
|
+
"key": "resource.type"
|
|
584
|
+
}
|
|
623
585
|
},
|
|
624
586
|
{
|
|
625
|
-
"
|
|
626
|
-
"
|
|
627
|
-
"optional": false,
|
|
628
|
-
"constraints": {
|
|
629
|
-
"notEmpty": true
|
|
630
|
-
},
|
|
631
|
-
"feel": "optional",
|
|
587
|
+
"label": "File name",
|
|
588
|
+
"description": "Enter name for your file",
|
|
632
589
|
"group": "operationDetails",
|
|
590
|
+
"type": "String",
|
|
591
|
+
"feel": "optional",
|
|
633
592
|
"binding": {
|
|
634
|
-
"
|
|
635
|
-
"
|
|
593
|
+
"type": "zeebe:input",
|
|
594
|
+
"name": "resource.name"
|
|
636
595
|
},
|
|
637
|
-
"
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"type": "simple"
|
|
596
|
+
"constraints": {
|
|
597
|
+
"notEmpty": true,
|
|
598
|
+
"maxLength": 255
|
|
641
599
|
},
|
|
642
|
-
"
|
|
600
|
+
"condition": {
|
|
601
|
+
"property": "resourceType",
|
|
602
|
+
"equals": "file"
|
|
603
|
+
}
|
|
643
604
|
},
|
|
644
605
|
{
|
|
645
|
-
"
|
|
646
|
-
"
|
|
647
|
-
"description": "Your resources will be created here. If left empty, a new resource will appear in the root folder",
|
|
648
|
-
"optional": true,
|
|
649
|
-
"feel": "optional",
|
|
606
|
+
"label": "Folder name",
|
|
607
|
+
"description": "Enter name for your folder",
|
|
650
608
|
"group": "operationDetails",
|
|
609
|
+
"type": "String",
|
|
610
|
+
"feel": "optional",
|
|
651
611
|
"binding": {
|
|
652
|
-
"
|
|
653
|
-
"
|
|
612
|
+
"type": "zeebe:input",
|
|
613
|
+
"name": "resource.name"
|
|
654
614
|
},
|
|
655
|
-
"
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
"type": "simple"
|
|
615
|
+
"constraints": {
|
|
616
|
+
"notEmpty": true,
|
|
617
|
+
"maxLength": 255
|
|
659
618
|
},
|
|
660
|
-
"
|
|
619
|
+
"condition": {
|
|
620
|
+
"property": "resourceType",
|
|
621
|
+
"equals": "folder"
|
|
622
|
+
}
|
|
661
623
|
},
|
|
662
624
|
{
|
|
663
|
-
"
|
|
664
|
-
"
|
|
665
|
-
"optional": true,
|
|
666
|
-
"feel": "required",
|
|
625
|
+
"label": "Template ID",
|
|
626
|
+
"description": "Enter ID of the template you are creating a file from",
|
|
667
627
|
"group": "operationDetails",
|
|
628
|
+
"type": "String",
|
|
629
|
+
"feel": "optional",
|
|
668
630
|
"binding": {
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
},
|
|
672
|
-
"condition": {
|
|
673
|
-
"property": "resource.type",
|
|
674
|
-
"equals": "folder",
|
|
675
|
-
"type": "simple"
|
|
631
|
+
"type": "zeebe:input",
|
|
632
|
+
"name": "resource.template.id"
|
|
676
633
|
},
|
|
677
|
-
"type": "String"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"id": "resource.template.id",
|
|
681
|
-
"label": "Template ID",
|
|
682
|
-
"optional": false,
|
|
683
634
|
"constraints": {
|
|
684
635
|
"notEmpty": true
|
|
685
636
|
},
|
|
686
|
-
"
|
|
637
|
+
"condition": {
|
|
638
|
+
"property": "resourceType",
|
|
639
|
+
"equals": "file"
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"label": "Parent folder ID",
|
|
644
|
+
"description": "Enter ID of the parent folder where new folder will be created",
|
|
687
645
|
"group": "operationDetails",
|
|
646
|
+
"type": "String",
|
|
647
|
+
"feel": "optional",
|
|
648
|
+
"optional": true,
|
|
688
649
|
"binding": {
|
|
689
|
-
"
|
|
690
|
-
"
|
|
650
|
+
"type": "zeebe:input",
|
|
651
|
+
"name": "resource.parent"
|
|
691
652
|
},
|
|
692
653
|
"condition": {
|
|
693
|
-
"property": "
|
|
694
|
-
"equals": "
|
|
695
|
-
|
|
696
|
-
},
|
|
697
|
-
"type": "String"
|
|
654
|
+
"property": "resourceType",
|
|
655
|
+
"equals": "folder"
|
|
656
|
+
}
|
|
698
657
|
},
|
|
699
658
|
{
|
|
700
|
-
"
|
|
701
|
-
"
|
|
702
|
-
"optional": false,
|
|
703
|
-
"feel": "required",
|
|
659
|
+
"label": "Parent folder ID",
|
|
660
|
+
"description": "Enter ID of the parent folder where new file will be created",
|
|
704
661
|
"group": "operationDetails",
|
|
662
|
+
"type": "String",
|
|
663
|
+
"feel": "optional",
|
|
664
|
+
"optional": true,
|
|
705
665
|
"binding": {
|
|
706
|
-
"
|
|
707
|
-
"
|
|
666
|
+
"type": "zeebe:input",
|
|
667
|
+
"name": "resource.parent"
|
|
708
668
|
},
|
|
709
669
|
"condition": {
|
|
710
|
-
"property": "
|
|
711
|
-
"equals": "file"
|
|
712
|
-
|
|
713
|
-
},
|
|
714
|
-
"type": "String"
|
|
670
|
+
"property": "resourceType",
|
|
671
|
+
"equals": "file"
|
|
672
|
+
}
|
|
715
673
|
},
|
|
716
674
|
{
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
"optional": false,
|
|
720
|
-
"constraints": {
|
|
721
|
-
"notEmpty": true
|
|
722
|
-
},
|
|
723
|
-
"feel": "optional",
|
|
675
|
+
"label": "Template variables",
|
|
676
|
+
"description": "Use this field to pass and update variables in your template as JSON",
|
|
724
677
|
"group": "operationDetails",
|
|
678
|
+
"type": "Text",
|
|
679
|
+
"feel": "required",
|
|
725
680
|
"binding": {
|
|
726
|
-
"
|
|
727
|
-
"
|
|
681
|
+
"type": "zeebe:input",
|
|
682
|
+
"name": "resource.template.variables"
|
|
728
683
|
},
|
|
729
684
|
"condition": {
|
|
730
|
-
"property": "
|
|
731
|
-
"equals": "
|
|
732
|
-
|
|
733
|
-
},
|
|
734
|
-
"type": "String"
|
|
685
|
+
"property": "resourceType",
|
|
686
|
+
"equals": "file"
|
|
687
|
+
}
|
|
735
688
|
},
|
|
736
689
|
{
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
-
"description": "Upload camunda document, <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">see documentation</a>",
|
|
740
|
-
"optional": false,
|
|
741
|
-
"constraints": {
|
|
742
|
-
"notEmpty": true
|
|
743
|
-
},
|
|
744
|
-
"feel": "required",
|
|
690
|
+
"label": "Additional properties or metadata",
|
|
691
|
+
"description": "Use this field to pass additional Google Drive parameters as JSON.",
|
|
745
692
|
"group": "operationDetails",
|
|
693
|
+
"type": "Text",
|
|
694
|
+
"optional": true,
|
|
695
|
+
"feel": "required",
|
|
746
696
|
"binding": {
|
|
747
|
-
"
|
|
748
|
-
"
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
"property": "resource.type",
|
|
752
|
-
"equals": "upload",
|
|
753
|
-
"type": "simple"
|
|
754
|
-
},
|
|
755
|
-
"type": "String"
|
|
697
|
+
"type": "zeebe:input",
|
|
698
|
+
"name": "resource.additionalGoogleDriveProperties",
|
|
699
|
+
"key": "resource.additionalGoogleDriveProperties"
|
|
700
|
+
}
|
|
756
701
|
},
|
|
757
702
|
{
|
|
758
|
-
"id": "resultVariable",
|
|
759
703
|
"label": "Result variable",
|
|
760
|
-
"description": "
|
|
704
|
+
"description": "Enter 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>",
|
|
761
705
|
"group": "output",
|
|
706
|
+
"type": "String",
|
|
762
707
|
"binding": {
|
|
763
|
-
"
|
|
764
|
-
"
|
|
765
|
-
}
|
|
766
|
-
"type": "String"
|
|
708
|
+
"type": "zeebe:taskHeader",
|
|
709
|
+
"key": "resultVariable"
|
|
710
|
+
}
|
|
767
711
|
},
|
|
768
712
|
{
|
|
769
|
-
"id": "resultExpression",
|
|
770
713
|
"label": "Result expression",
|
|
771
|
-
"description": "Expression to map the response into process variables",
|
|
772
|
-
"feel": "required",
|
|
714
|
+
"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>",
|
|
773
715
|
"group": "output",
|
|
716
|
+
"type": "Text",
|
|
717
|
+
"feel": "required",
|
|
774
718
|
"binding": {
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
-
}
|
|
778
|
-
"type": "Text"
|
|
719
|
+
"type": "zeebe:taskHeader",
|
|
720
|
+
"key": "resultExpression"
|
|
721
|
+
}
|
|
779
722
|
},
|
|
780
723
|
{
|
|
781
|
-
"id": "errorExpression",
|
|
782
724
|
"label": "Error expression",
|
|
783
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
725
|
+
"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>",
|
|
726
|
+
"group": "errors",
|
|
727
|
+
"type": "Text",
|
|
784
728
|
"feel": "required",
|
|
785
|
-
"group": "error",
|
|
786
|
-
"binding": {
|
|
787
|
-
"key": "errorExpression",
|
|
788
|
-
"type": "zeebe:taskHeader"
|
|
789
|
-
},
|
|
790
|
-
"type": "Text"
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"id": "retryCount",
|
|
794
|
-
"label": "Retries",
|
|
795
|
-
"description": "Number of retries",
|
|
796
|
-
"value": "3",
|
|
797
|
-
"feel": "optional",
|
|
798
|
-
"group": "retries",
|
|
799
|
-
"binding": {
|
|
800
|
-
"property": "retries",
|
|
801
|
-
"type": "zeebe:taskDefinition"
|
|
802
|
-
},
|
|
803
|
-
"type": "String"
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"id": "retryBackoff",
|
|
807
|
-
"label": "Retry backoff",
|
|
808
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
809
|
-
"value": "PT0S",
|
|
810
|
-
"group": "retries",
|
|
811
729
|
"binding": {
|
|
812
|
-
"
|
|
813
|
-
"
|
|
814
|
-
}
|
|
815
|
-
"type": "String"
|
|
730
|
+
"type": "zeebe:taskHeader",
|
|
731
|
+
"key": "errorExpression"
|
|
732
|
+
}
|
|
816
733
|
}
|
|
817
734
|
],
|
|
818
735
|
"icon": {
|
|
819
|
-
"contents": "data:image/svg+xml;
|
|
736
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 87.3 78' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.6 66.85 3.85 6.65c.8 1.4 1.95 2.5 3.3 3.3l13.75-23.8h-27.5c0 1.55.4 3.1 1.2 4.5z' fill='%230066da'/%3E%3Cpath d='m43.65 25-13.75-23.8c-1.35.8-2.5 1.9-3.3 3.3l-25.4 44a9.06 9.06 0 0 0 -1.2 4.5h27.5z' fill='%2300ac47'/%3E%3Cpath d='m73.55 76.8c1.35-.8 2.5-1.9 3.3-3.3l1.6-2.75 7.65-13.25c.8-1.4 1.2-2.95 1.2-4.5h-27.502l5.852 11.5z' fill='%23ea4335'/%3E%3Cpath d='m43.65 25 13.75-23.8c-1.35-.8-2.9-1.2-4.5-1.2h-18.5c-1.6 0-3.15.45-4.5 1.2z' fill='%2300832d'/%3E%3Cpath d='m59.8 53h-32.3l-13.75 23.8c1.35.8 2.9 1.2 4.5 1.2h50.8c1.6 0 3.15-.45 4.5-1.2z' fill='%232684fc'/%3E%3Cpath d='m73.4 26.5-12.7-22c-.8-1.4-1.95-2.5-3.3-3.3l-13.75 23.8 16.15 28h27.45c0-1.55-.4-3.1-1.2-4.5z' fill='%23ffba00'/%3E%3C/svg%3E"
|
|
820
737
|
}
|
|
821
738
|
},
|
|
822
739
|
{
|
|
@@ -1134,11 +1051,11 @@
|
|
|
1134
1051
|
},
|
|
1135
1052
|
{
|
|
1136
1053
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1137
|
-
"name": "Google Drive
|
|
1054
|
+
"name": "Google Drive Outbound Connector",
|
|
1138
1055
|
"id": "io.camunda.connectors.GoogleDrive.v1",
|
|
1139
|
-
"version": 1,
|
|
1140
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
|
|
1141
1056
|
"description": "Create folder or a file from template",
|
|
1057
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
|
|
1058
|
+
"version": 3,
|
|
1142
1059
|
"category": {
|
|
1143
1060
|
"id": "connectors",
|
|
1144
1061
|
"name": "Connectors"
|
|
@@ -1165,25 +1082,37 @@
|
|
|
1165
1082
|
"label": "Output mapping"
|
|
1166
1083
|
},
|
|
1167
1084
|
{
|
|
1168
|
-
"id": "
|
|
1085
|
+
"id": "error",
|
|
1169
1086
|
"label": "Error handling"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"id": "retries",
|
|
1090
|
+
"label": "Retries"
|
|
1170
1091
|
}
|
|
1171
1092
|
],
|
|
1172
1093
|
"properties": [
|
|
1173
1094
|
{
|
|
1174
|
-
"type": "Hidden",
|
|
1175
1095
|
"value": "io.camunda:google-drive:1",
|
|
1176
1096
|
"binding": {
|
|
1177
|
-
"
|
|
1178
|
-
"
|
|
1179
|
-
}
|
|
1097
|
+
"property": "type",
|
|
1098
|
+
"type": "zeebe:taskDefinition"
|
|
1099
|
+
},
|
|
1100
|
+
"type": "Hidden"
|
|
1180
1101
|
},
|
|
1181
1102
|
{
|
|
1182
|
-
"id": "
|
|
1103
|
+
"id": "authentication.authType",
|
|
1183
1104
|
"label": "Type",
|
|
1105
|
+
"optional": false,
|
|
1106
|
+
"value": "refresh",
|
|
1107
|
+
"constraints": {
|
|
1108
|
+
"notEmpty": true
|
|
1109
|
+
},
|
|
1184
1110
|
"group": "authentication",
|
|
1111
|
+
"binding": {
|
|
1112
|
+
"name": "authentication.authType",
|
|
1113
|
+
"type": "zeebe:input"
|
|
1114
|
+
},
|
|
1185
1115
|
"type": "Dropdown",
|
|
1186
|
-
"value": "bearer",
|
|
1187
1116
|
"choices": [
|
|
1188
1117
|
{
|
|
1189
1118
|
"name": "Bearer token",
|
|
@@ -1193,86 +1122,106 @@
|
|
|
1193
1122
|
"name": "Refresh token",
|
|
1194
1123
|
"value": "refresh"
|
|
1195
1124
|
}
|
|
1196
|
-
]
|
|
1197
|
-
"binding": {
|
|
1198
|
-
"type": "zeebe:input",
|
|
1199
|
-
"name": "authentication.authType",
|
|
1200
|
-
"key": "authentication.authType"
|
|
1201
|
-
}
|
|
1125
|
+
]
|
|
1202
1126
|
},
|
|
1203
1127
|
{
|
|
1128
|
+
"id": "authentication.bearerToken",
|
|
1204
1129
|
"label": "Bearer token",
|
|
1205
|
-
"description": "Enter Google API Bearer token
|
|
1206
|
-
"
|
|
1207
|
-
"type": "String",
|
|
1208
|
-
"binding": {
|
|
1209
|
-
"type": "zeebe:input",
|
|
1210
|
-
"name": "authentication.bearerToken"
|
|
1211
|
-
},
|
|
1130
|
+
"description": "Enter a valid Google API Bearer token",
|
|
1131
|
+
"optional": false,
|
|
1212
1132
|
"constraints": {
|
|
1213
1133
|
"notEmpty": true
|
|
1214
1134
|
},
|
|
1135
|
+
"feel": "optional",
|
|
1136
|
+
"group": "authentication",
|
|
1137
|
+
"binding": {
|
|
1138
|
+
"name": "authentication.bearerToken",
|
|
1139
|
+
"type": "zeebe:input"
|
|
1140
|
+
},
|
|
1215
1141
|
"condition": {
|
|
1216
|
-
"property": "
|
|
1217
|
-
"equals": "bearer"
|
|
1218
|
-
|
|
1142
|
+
"property": "authentication.authType",
|
|
1143
|
+
"equals": "bearer",
|
|
1144
|
+
"type": "simple"
|
|
1145
|
+
},
|
|
1146
|
+
"type": "String"
|
|
1219
1147
|
},
|
|
1220
1148
|
{
|
|
1149
|
+
"id": "authentication.oauthClientId",
|
|
1221
1150
|
"label": "Client ID",
|
|
1222
1151
|
"description": "Enter Google API Client ID",
|
|
1223
|
-
"
|
|
1224
|
-
"type": "String",
|
|
1225
|
-
"binding": {
|
|
1226
|
-
"type": "zeebe:input",
|
|
1227
|
-
"name": "authentication.oauthClientId"
|
|
1228
|
-
},
|
|
1152
|
+
"optional": false,
|
|
1229
1153
|
"constraints": {
|
|
1230
1154
|
"notEmpty": true
|
|
1231
1155
|
},
|
|
1156
|
+
"feel": "optional",
|
|
1157
|
+
"group": "authentication",
|
|
1158
|
+
"binding": {
|
|
1159
|
+
"name": "authentication.oauthClientId",
|
|
1160
|
+
"type": "zeebe:input"
|
|
1161
|
+
},
|
|
1232
1162
|
"condition": {
|
|
1233
|
-
"property": "
|
|
1234
|
-
"equals": "refresh"
|
|
1235
|
-
|
|
1163
|
+
"property": "authentication.authType",
|
|
1164
|
+
"equals": "refresh",
|
|
1165
|
+
"type": "simple"
|
|
1166
|
+
},
|
|
1167
|
+
"type": "String"
|
|
1236
1168
|
},
|
|
1237
1169
|
{
|
|
1170
|
+
"id": "authentication.oauthClientSecret",
|
|
1238
1171
|
"label": "Client secret",
|
|
1239
1172
|
"description": "Enter Google API client Secret",
|
|
1240
|
-
"
|
|
1241
|
-
"type": "String",
|
|
1242
|
-
"binding": {
|
|
1243
|
-
"type": "zeebe:input",
|
|
1244
|
-
"name": "authentication.oauthClientSecret"
|
|
1245
|
-
},
|
|
1173
|
+
"optional": false,
|
|
1246
1174
|
"constraints": {
|
|
1247
1175
|
"notEmpty": true
|
|
1248
1176
|
},
|
|
1177
|
+
"feel": "optional",
|
|
1178
|
+
"group": "authentication",
|
|
1179
|
+
"binding": {
|
|
1180
|
+
"name": "authentication.oauthClientSecret",
|
|
1181
|
+
"type": "zeebe:input"
|
|
1182
|
+
},
|
|
1249
1183
|
"condition": {
|
|
1250
|
-
"property": "
|
|
1251
|
-
"equals": "refresh"
|
|
1252
|
-
|
|
1184
|
+
"property": "authentication.authType",
|
|
1185
|
+
"equals": "refresh",
|
|
1186
|
+
"type": "simple"
|
|
1187
|
+
},
|
|
1188
|
+
"type": "String"
|
|
1253
1189
|
},
|
|
1254
1190
|
{
|
|
1191
|
+
"id": "authentication.oauthRefreshToken",
|
|
1255
1192
|
"label": "Refresh token",
|
|
1256
|
-
"description": "Enter Google API refresh token
|
|
1257
|
-
"
|
|
1258
|
-
"type": "String",
|
|
1259
|
-
"binding": {
|
|
1260
|
-
"type": "zeebe:input",
|
|
1261
|
-
"name": "authentication.oauthRefreshToken"
|
|
1262
|
-
},
|
|
1193
|
+
"description": "Enter a valid Google API refresh token",
|
|
1194
|
+
"optional": false,
|
|
1263
1195
|
"constraints": {
|
|
1264
1196
|
"notEmpty": true
|
|
1265
1197
|
},
|
|
1198
|
+
"feel": "optional",
|
|
1199
|
+
"group": "authentication",
|
|
1200
|
+
"binding": {
|
|
1201
|
+
"name": "authentication.oauthRefreshToken",
|
|
1202
|
+
"type": "zeebe:input"
|
|
1203
|
+
},
|
|
1266
1204
|
"condition": {
|
|
1267
|
-
"property": "
|
|
1268
|
-
"equals": "refresh"
|
|
1269
|
-
|
|
1205
|
+
"property": "authentication.authType",
|
|
1206
|
+
"equals": "refresh",
|
|
1207
|
+
"type": "simple"
|
|
1208
|
+
},
|
|
1209
|
+
"type": "String"
|
|
1270
1210
|
},
|
|
1271
1211
|
{
|
|
1272
|
-
"id": "
|
|
1212
|
+
"id": "resource.type",
|
|
1213
|
+
"label": "Operation",
|
|
1214
|
+
"optional": false,
|
|
1215
|
+
"value": "folder",
|
|
1216
|
+
"constraints": {
|
|
1217
|
+
"notEmpty": true
|
|
1218
|
+
},
|
|
1273
1219
|
"group": "operation",
|
|
1220
|
+
"binding": {
|
|
1221
|
+
"name": "resource.type",
|
|
1222
|
+
"type": "zeebe:input"
|
|
1223
|
+
},
|
|
1274
1224
|
"type": "Dropdown",
|
|
1275
|
-
"value": "folder",
|
|
1276
1225
|
"choices": [
|
|
1277
1226
|
{
|
|
1278
1227
|
"name": "Create folder",
|
|
@@ -1281,177 +1230,170 @@
|
|
|
1281
1230
|
{
|
|
1282
1231
|
"name": "Create file from template",
|
|
1283
1232
|
"value": "file"
|
|
1284
|
-
}
|
|
1285
|
-
]
|
|
1286
|
-
"binding": {
|
|
1287
|
-
"type": "zeebe:input",
|
|
1288
|
-
"name": "resource.type",
|
|
1289
|
-
"key": "resource.type"
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"label": "File name",
|
|
1294
|
-
"description": "Enter name for your file",
|
|
1295
|
-
"group": "operationDetails",
|
|
1296
|
-
"type": "String",
|
|
1297
|
-
"feel": "optional",
|
|
1298
|
-
"binding": {
|
|
1299
|
-
"type": "zeebe:input",
|
|
1300
|
-
"name": "resource.name"
|
|
1301
|
-
},
|
|
1302
|
-
"constraints": {
|
|
1303
|
-
"notEmpty": true,
|
|
1304
|
-
"maxLength": 255
|
|
1305
|
-
},
|
|
1306
|
-
"condition": {
|
|
1307
|
-
"property": "resourceType",
|
|
1308
|
-
"equals": "file"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"label": "Folder name",
|
|
1313
|
-
"description": "Enter name for your folder",
|
|
1314
|
-
"group": "operationDetails",
|
|
1315
|
-
"type": "String",
|
|
1316
|
-
"feel": "optional",
|
|
1317
|
-
"binding": {
|
|
1318
|
-
"type": "zeebe:input",
|
|
1319
|
-
"name": "resource.name"
|
|
1320
|
-
},
|
|
1321
|
-
"constraints": {
|
|
1322
|
-
"notEmpty": true,
|
|
1323
|
-
"maxLength": 255
|
|
1324
|
-
},
|
|
1325
|
-
"condition": {
|
|
1326
|
-
"property": "resourceType",
|
|
1327
|
-
"equals": "folder"
|
|
1328
|
-
}
|
|
1233
|
+
}
|
|
1234
|
+
]
|
|
1329
1235
|
},
|
|
1330
1236
|
{
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
"type": "String",
|
|
1335
|
-
"feel": "optional",
|
|
1336
|
-
"binding": {
|
|
1337
|
-
"type": "zeebe:input",
|
|
1338
|
-
"name": "resource.template.id"
|
|
1339
|
-
},
|
|
1237
|
+
"id": "resource.name",
|
|
1238
|
+
"label": "New resource name",
|
|
1239
|
+
"optional": false,
|
|
1340
1240
|
"constraints": {
|
|
1341
1241
|
"notEmpty": true
|
|
1342
1242
|
},
|
|
1343
|
-
"
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1243
|
+
"feel": "optional",
|
|
1244
|
+
"group": "operationDetails",
|
|
1245
|
+
"binding": {
|
|
1246
|
+
"name": "resource.name",
|
|
1247
|
+
"type": "zeebe:input"
|
|
1248
|
+
},
|
|
1249
|
+
"type": "String"
|
|
1347
1250
|
},
|
|
1348
1251
|
{
|
|
1252
|
+
"id": "resource.parent",
|
|
1349
1253
|
"label": "Parent folder ID",
|
|
1350
|
-
"description": "
|
|
1351
|
-
"group": "operationDetails",
|
|
1352
|
-
"type": "String",
|
|
1353
|
-
"feel": "optional",
|
|
1254
|
+
"description": "Your resources will be created here. If left empty, a new resource will appear in the root folder",
|
|
1354
1255
|
"optional": true,
|
|
1256
|
+
"feel": "optional",
|
|
1257
|
+
"group": "operationDetails",
|
|
1355
1258
|
"binding": {
|
|
1356
|
-
"
|
|
1357
|
-
"
|
|
1259
|
+
"name": "resource.parent",
|
|
1260
|
+
"type": "zeebe:input"
|
|
1358
1261
|
},
|
|
1359
|
-
"
|
|
1360
|
-
"property": "resourceType",
|
|
1361
|
-
"equals": "folder"
|
|
1362
|
-
}
|
|
1262
|
+
"type": "String"
|
|
1363
1263
|
},
|
|
1364
1264
|
{
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1367
|
-
"group": "operationDetails",
|
|
1368
|
-
"type": "String",
|
|
1369
|
-
"feel": "optional",
|
|
1265
|
+
"id": "resource.additionalGoogleDriveProperties",
|
|
1266
|
+
"label": "Additional properties or metadata",
|
|
1370
1267
|
"optional": true,
|
|
1268
|
+
"feel": "required",
|
|
1269
|
+
"group": "operationDetails",
|
|
1371
1270
|
"binding": {
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1271
|
+
"name": "resource.additionalGoogleDriveProperties",
|
|
1272
|
+
"type": "zeebe:input"
|
|
1374
1273
|
},
|
|
1375
1274
|
"condition": {
|
|
1376
|
-
"property": "
|
|
1377
|
-
"equals": "
|
|
1378
|
-
|
|
1275
|
+
"property": "resource.type",
|
|
1276
|
+
"equals": "folder",
|
|
1277
|
+
"type": "simple"
|
|
1278
|
+
},
|
|
1279
|
+
"type": "String"
|
|
1379
1280
|
},
|
|
1380
1281
|
{
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1282
|
+
"id": "resource.template.id",
|
|
1283
|
+
"label": "Template ID",
|
|
1284
|
+
"optional": false,
|
|
1285
|
+
"constraints": {
|
|
1286
|
+
"notEmpty": true
|
|
1287
|
+
},
|
|
1288
|
+
"feel": "optional",
|
|
1383
1289
|
"group": "operationDetails",
|
|
1384
|
-
"type": "Text",
|
|
1385
|
-
"feel": "required",
|
|
1386
1290
|
"binding": {
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1291
|
+
"name": "resource.template.id",
|
|
1292
|
+
"type": "zeebe:input"
|
|
1389
1293
|
},
|
|
1390
1294
|
"condition": {
|
|
1391
|
-
"property": "
|
|
1392
|
-
"equals": "file"
|
|
1393
|
-
|
|
1295
|
+
"property": "resource.type",
|
|
1296
|
+
"equals": "file",
|
|
1297
|
+
"type": "simple"
|
|
1298
|
+
},
|
|
1299
|
+
"type": "String"
|
|
1394
1300
|
},
|
|
1395
1301
|
{
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1399
|
-
"type": "Text",
|
|
1400
|
-
"optional": true,
|
|
1302
|
+
"id": "resource.template.variables",
|
|
1303
|
+
"label": "Template variables",
|
|
1304
|
+
"optional": false,
|
|
1401
1305
|
"feel": "required",
|
|
1306
|
+
"group": "operationDetails",
|
|
1402
1307
|
"binding": {
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1405
|
-
|
|
1406
|
-
|
|
1308
|
+
"name": "resource.template.variables",
|
|
1309
|
+
"type": "zeebe:input"
|
|
1310
|
+
},
|
|
1311
|
+
"condition": {
|
|
1312
|
+
"property": "resource.type",
|
|
1313
|
+
"equals": "file",
|
|
1314
|
+
"type": "simple"
|
|
1315
|
+
},
|
|
1316
|
+
"type": "String"
|
|
1407
1317
|
},
|
|
1408
1318
|
{
|
|
1319
|
+
"id": "resultVariable",
|
|
1409
1320
|
"label": "Result variable",
|
|
1410
|
-
"description": "
|
|
1321
|
+
"description": "Name of variable to store the response in",
|
|
1411
1322
|
"group": "output",
|
|
1412
|
-
"type": "String",
|
|
1413
1323
|
"binding": {
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1416
|
-
}
|
|
1324
|
+
"key": "resultVariable",
|
|
1325
|
+
"type": "zeebe:taskHeader"
|
|
1326
|
+
},
|
|
1327
|
+
"type": "String"
|
|
1417
1328
|
},
|
|
1418
1329
|
{
|
|
1330
|
+
"id": "resultExpression",
|
|
1419
1331
|
"label": "Result expression",
|
|
1420
|
-
"description": "Expression to map the response into process variables
|
|
1421
|
-
"group": "output",
|
|
1422
|
-
"type": "Text",
|
|
1332
|
+
"description": "Expression to map the response into process variables",
|
|
1423
1333
|
"feel": "required",
|
|
1334
|
+
"group": "output",
|
|
1424
1335
|
"binding": {
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1427
|
-
}
|
|
1336
|
+
"key": "resultExpression",
|
|
1337
|
+
"type": "zeebe:taskHeader"
|
|
1338
|
+
},
|
|
1339
|
+
"type": "Text"
|
|
1428
1340
|
},
|
|
1429
1341
|
{
|
|
1342
|
+
"id": "errorExpression",
|
|
1430
1343
|
"label": "Error expression",
|
|
1431
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1432
|
-
"group": "errors",
|
|
1433
|
-
"type": "Text",
|
|
1344
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1434
1345
|
"feel": "required",
|
|
1346
|
+
"group": "error",
|
|
1435
1347
|
"binding": {
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1438
|
-
}
|
|
1348
|
+
"key": "errorExpression",
|
|
1349
|
+
"type": "zeebe:taskHeader"
|
|
1350
|
+
},
|
|
1351
|
+
"type": "Text"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"id": "retryCount",
|
|
1355
|
+
"label": "Retries",
|
|
1356
|
+
"description": "Number of retries",
|
|
1357
|
+
"value": "3",
|
|
1358
|
+
"feel": "optional",
|
|
1359
|
+
"group": "retries",
|
|
1360
|
+
"binding": {
|
|
1361
|
+
"property": "retries",
|
|
1362
|
+
"type": "zeebe:taskDefinition"
|
|
1363
|
+
},
|
|
1364
|
+
"type": "String"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"id": "retryBackoff",
|
|
1368
|
+
"label": "Retry backoff",
|
|
1369
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1370
|
+
"value": "PT0S",
|
|
1371
|
+
"feel": "optional",
|
|
1372
|
+
"group": "retries",
|
|
1373
|
+
"binding": {
|
|
1374
|
+
"key": "retryBackoff",
|
|
1375
|
+
"type": "zeebe:taskHeader"
|
|
1376
|
+
},
|
|
1377
|
+
"type": "String"
|
|
1439
1378
|
}
|
|
1440
1379
|
],
|
|
1441
1380
|
"icon": {
|
|
1442
|
-
"contents": "data:image/svg+xml;
|
|
1381
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODcuMyA3OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Im02LjYgNjYuODUgMy44NSA2LjY1Yy44IDEuNCAxLjk1IDIuNSAzLjMgMy4zbDEzLjc1LTIzLjhoLTI3LjVjMCAxLjU1LjQgMy4xIDEuMiA0LjV6IiBmaWxsPSIjMDA2NmRhIi8+Cgk8cGF0aCBkPSJtNDMuNjUgMjUtMTMuNzUtMjMuOGMtMS4zNS44LTIuNSAxLjktMy4zIDMuM2wtMjUuNCA0NGE5LjA2IDkuMDYgMCAwIDAgLTEuMiA0LjVoMjcuNXoiIGZpbGw9IiMwMGFjNDciLz4KCTxwYXRoIGQ9Im03My41NSA3Ni44YzEuMzUtLjggMi41LTEuOSAzLjMtMy4zbDEuNi0yLjc1IDcuNjUtMTMuMjVjLjgtMS40IDEuMi0yLjk1IDEuMi00LjVoLTI3LjUwMmw1Ljg1MiAxMS41eiIgZmlsbD0iI2VhNDMzNSIvPgoJPHBhdGggZD0ibTQzLjY1IDI1IDEzLjc1LTIzLjhjLTEuMzUtLjgtMi45LTEuMi00LjUtMS4yaC0xOC41Yy0xLjYgMC0zLjE1LjQ1LTQuNSAxLjJ6IiBmaWxsPSIjMDA4MzJkIi8+Cgk8cGF0aCBkPSJtNTkuOCA1M2gtMzIuM2wtMTMuNzUgMjMuOGMxLjM1LjggMi45IDEuMiA0LjUgMS4yaDUwLjhjMS42IDAgMy4xNS0uNDUgNC41LTEuMnoiIGZpbGw9IiMyNjg0ZmMiLz4KCTxwYXRoIGQ9Im03My40IDI2LjUtMTIuNy0yMmMtLjgtMS40LTEuOTUtMi41LTMuMy0zLjNsLTEzLjc1IDIzLjggMTYuMTUgMjhoMjcuNDVjMC0xLjU1LS40LTMuMS0xLjItNC41eiIgZmlsbD0iI2ZmYmEwMCIvPgo8L3N2Zz4="
|
|
1443
1382
|
},
|
|
1444
1383
|
"engines": {
|
|
1445
|
-
"camunda": "^8.
|
|
1384
|
+
"camunda": "^8.5"
|
|
1446
1385
|
}
|
|
1447
1386
|
},
|
|
1448
1387
|
{
|
|
1449
1388
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1450
1389
|
"name": "Google Drive Outbound Connector",
|
|
1451
1390
|
"id": "io.camunda.connectors.GoogleDrive.v1",
|
|
1452
|
-
"description": "
|
|
1391
|
+
"description": "Manage Google Drive files and folders",
|
|
1392
|
+
"metadata": {
|
|
1393
|
+
"keywords": ["create file", "create file from template", "create folder"]
|
|
1394
|
+
},
|
|
1453
1395
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
|
|
1454
|
-
"version":
|
|
1396
|
+
"version": 4,
|
|
1455
1397
|
"category": {
|
|
1456
1398
|
"id": "connectors",
|
|
1457
1399
|
"name": "Connectors"
|
|
@@ -1460,6 +1402,9 @@
|
|
|
1460
1402
|
"elementType": {
|
|
1461
1403
|
"value": "bpmn:ServiceTask"
|
|
1462
1404
|
},
|
|
1405
|
+
"engines": {
|
|
1406
|
+
"camunda": "^8.3"
|
|
1407
|
+
},
|
|
1463
1408
|
"groups": [
|
|
1464
1409
|
{
|
|
1465
1410
|
"id": "authentication",
|
|
@@ -1626,6 +1571,14 @@
|
|
|
1626
1571
|
{
|
|
1627
1572
|
"name": "Create file from template",
|
|
1628
1573
|
"value": "file"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"name": "Upload file",
|
|
1577
|
+
"value": "upload"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"name": "Download file",
|
|
1581
|
+
"value": "download"
|
|
1629
1582
|
}
|
|
1630
1583
|
]
|
|
1631
1584
|
},
|
|
@@ -1642,6 +1595,11 @@
|
|
|
1642
1595
|
"name": "resource.name",
|
|
1643
1596
|
"type": "zeebe:input"
|
|
1644
1597
|
},
|
|
1598
|
+
"condition": {
|
|
1599
|
+
"property": "resource.type",
|
|
1600
|
+
"oneOf": ["folder", "file"],
|
|
1601
|
+
"type": "simple"
|
|
1602
|
+
},
|
|
1645
1603
|
"type": "String"
|
|
1646
1604
|
},
|
|
1647
1605
|
{
|
|
@@ -1655,6 +1613,11 @@
|
|
|
1655
1613
|
"name": "resource.parent",
|
|
1656
1614
|
"type": "zeebe:input"
|
|
1657
1615
|
},
|
|
1616
|
+
"condition": {
|
|
1617
|
+
"property": "resource.type",
|
|
1618
|
+
"oneOf": ["folder", "file", "upload"],
|
|
1619
|
+
"type": "simple"
|
|
1620
|
+
},
|
|
1658
1621
|
"type": "String"
|
|
1659
1622
|
},
|
|
1660
1623
|
{
|
|
@@ -1711,6 +1674,47 @@
|
|
|
1711
1674
|
},
|
|
1712
1675
|
"type": "String"
|
|
1713
1676
|
},
|
|
1677
|
+
{
|
|
1678
|
+
"id": "resource.downloadData.fileId",
|
|
1679
|
+
"label": "File ID",
|
|
1680
|
+
"optional": false,
|
|
1681
|
+
"constraints": {
|
|
1682
|
+
"notEmpty": true
|
|
1683
|
+
},
|
|
1684
|
+
"feel": "optional",
|
|
1685
|
+
"group": "operationDetails",
|
|
1686
|
+
"binding": {
|
|
1687
|
+
"name": "resource.downloadData.fileId",
|
|
1688
|
+
"type": "zeebe:input"
|
|
1689
|
+
},
|
|
1690
|
+
"condition": {
|
|
1691
|
+
"property": "resource.type",
|
|
1692
|
+
"equals": "download",
|
|
1693
|
+
"type": "simple"
|
|
1694
|
+
},
|
|
1695
|
+
"type": "String"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"id": "resource.uploadData.document",
|
|
1699
|
+
"label": "Document",
|
|
1700
|
+
"description": "Upload camunda document, <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">see documentation</a>",
|
|
1701
|
+
"optional": false,
|
|
1702
|
+
"constraints": {
|
|
1703
|
+
"notEmpty": true
|
|
1704
|
+
},
|
|
1705
|
+
"feel": "required",
|
|
1706
|
+
"group": "operationDetails",
|
|
1707
|
+
"binding": {
|
|
1708
|
+
"name": "resource.uploadData.document",
|
|
1709
|
+
"type": "zeebe:input"
|
|
1710
|
+
},
|
|
1711
|
+
"condition": {
|
|
1712
|
+
"property": "resource.type",
|
|
1713
|
+
"equals": "upload",
|
|
1714
|
+
"type": "simple"
|
|
1715
|
+
},
|
|
1716
|
+
"type": "String"
|
|
1717
|
+
},
|
|
1714
1718
|
{
|
|
1715
1719
|
"id": "resultVariable",
|
|
1716
1720
|
"label": "Result variable",
|
|
@@ -1764,7 +1768,6 @@
|
|
|
1764
1768
|
"label": "Retry backoff",
|
|
1765
1769
|
"description": "ISO-8601 duration to wait between retries",
|
|
1766
1770
|
"value": "PT0S",
|
|
1767
|
-
"feel": "optional",
|
|
1768
1771
|
"group": "retries",
|
|
1769
1772
|
"binding": {
|
|
1770
1773
|
"key": "retryBackoff",
|
|
@@ -1775,21 +1778,15 @@
|
|
|
1775
1778
|
],
|
|
1776
1779
|
"icon": {
|
|
1777
1780
|
"contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODcuMyA3OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Im02LjYgNjYuODUgMy44NSA2LjY1Yy44IDEuNCAxLjk1IDIuNSAzLjMgMy4zbDEzLjc1LTIzLjhoLTI3LjVjMCAxLjU1LjQgMy4xIDEuMiA0LjV6IiBmaWxsPSIjMDA2NmRhIi8+Cgk8cGF0aCBkPSJtNDMuNjUgMjUtMTMuNzUtMjMuOGMtMS4zNS44LTIuNSAxLjktMy4zIDMuM2wtMjUuNCA0NGE5LjA2IDkuMDYgMCAwIDAgLTEuMiA0LjVoMjcuNXoiIGZpbGw9IiMwMGFjNDciLz4KCTxwYXRoIGQ9Im03My41NSA3Ni44YzEuMzUtLjggMi41LTEuOSAzLjMtMy4zbDEuNi0yLjc1IDcuNjUtMTMuMjVjLjgtMS40IDEuMi0yLjk1IDEuMi00LjVoLTI3LjUwMmw1Ljg1MiAxMS41eiIgZmlsbD0iI2VhNDMzNSIvPgoJPHBhdGggZD0ibTQzLjY1IDI1IDEzLjc1LTIzLjhjLTEuMzUtLjgtMi45LTEuMi00LjUtMS4yaC0xOC41Yy0xLjYgMC0zLjE1LjQ1LTQuNSAxLjJ6IiBmaWxsPSIjMDA4MzJkIi8+Cgk8cGF0aCBkPSJtNTkuOCA1M2gtMzIuM2wtMTMuNzUgMjMuOGMxLjM1LjggMi45IDEuMiA0LjUgMS4yaDUwLjhjMS42IDAgMy4xNS0uNDUgNC41LTEuMnoiIGZpbGw9IiMyNjg0ZmMiLz4KCTxwYXRoIGQ9Im03My40IDI2LjUtMTIuNy0yMmMtLjgtMS40LTEuOTUtMi41LTMuMy0zLjNsLTEzLjc1IDIzLjggMTYuMTUgMjhoMjcuNDVjMC0xLjU1LS40LTMuMS0xLjItNC41eiIgZmlsbD0iI2ZmYmEwMCIvPgo8L3N2Zz4="
|
|
1778
|
-
},
|
|
1779
|
-
"engines": {
|
|
1780
|
-
"camunda": "^8.5"
|
|
1781
1781
|
}
|
|
1782
1782
|
},
|
|
1783
1783
|
{
|
|
1784
1784
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1785
1785
|
"name": "Google Drive connector",
|
|
1786
1786
|
"id": "io.camunda.connectors.GoogleDrive.v1",
|
|
1787
|
+
"version": 1,
|
|
1787
1788
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
|
|
1788
1789
|
"description": "Create folder or a file from template",
|
|
1789
|
-
"deprecated": {
|
|
1790
|
-
"message": "Replace with 'Google Drive connector' template.",
|
|
1791
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
1792
|
-
},
|
|
1793
1790
|
"category": {
|
|
1794
1791
|
"id": "connectors",
|
|
1795
1792
|
"name": "Connectors"
|
|
@@ -2091,6 +2088,9 @@
|
|
|
2091
2088
|
],
|
|
2092
2089
|
"icon": {
|
|
2093
2090
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 87.3 78' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.6 66.85 3.85 6.65c.8 1.4 1.95 2.5 3.3 3.3l13.75-23.8h-27.5c0 1.55.4 3.1 1.2 4.5z' fill='%230066da'/%3E%3Cpath d='m43.65 25-13.75-23.8c-1.35.8-2.5 1.9-3.3 3.3l-25.4 44a9.06 9.06 0 0 0 -1.2 4.5h27.5z' fill='%2300ac47'/%3E%3Cpath d='m73.55 76.8c1.35-.8 2.5-1.9 3.3-3.3l1.6-2.75 7.65-13.25c.8-1.4 1.2-2.95 1.2-4.5h-27.502l5.852 11.5z' fill='%23ea4335'/%3E%3Cpath d='m43.65 25 13.75-23.8c-1.35-.8-2.9-1.2-4.5-1.2h-18.5c-1.6 0-3.15.45-4.5 1.2z' fill='%2300832d'/%3E%3Cpath d='m59.8 53h-32.3l-13.75 23.8c1.35.8 2.9 1.2 4.5 1.2h50.8c1.6 0 3.15-.45 4.5-1.2z' fill='%232684fc'/%3E%3Cpath d='m73.4 26.5-12.7-22c-.8-1.4-1.95-2.5-3.3-3.3l-13.75 23.8 16.15 28h27.45c0-1.55-.4-3.1-1.2-4.5z' fill='%23ffba00'/%3E%3C/svg%3E"
|
|
2091
|
+
},
|
|
2092
|
+
"engines": {
|
|
2093
|
+
"camunda": "^8.2"
|
|
2094
2094
|
}
|
|
2095
2095
|
}
|
|
2096
2096
|
]
|