From 6acd4a70b9a5cdd45a1a5aa144cafbc27d220ac5 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Fri, 2 Dec 2022 10:44:50 +0100 Subject: [PATCH] test(camunda-cloud): add `category` to some templates --- test/camunda-cloud/element-templates.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/camunda-cloud/element-templates.json b/test/camunda-cloud/element-templates.json index be51a707..0accd1ad 100644 --- a/test/camunda-cloud/element-templates.json +++ b/test/camunda-cloud/element-templates.json @@ -11,6 +11,10 @@ "appliesTo": [ "bpmn:Task" ], + "category": { + "id": "rest", + "name": "REST Connector" + }, "elementType": { "value": "bpmn:ServiceTask" }, @@ -144,6 +148,10 @@ "elementType": { "value": "bpmn:ServiceTask" }, + "category": { + "id": "rest", + "name": "REST Connector" + }, "groups": [ { "id": "endpoint", @@ -312,6 +320,10 @@ "elementType": { "value": "bpmn:ServiceTask" }, + "category": { + "id": "rest", + "name": "REST Connector" + }, "groups": [ { "id": "endpoint",