Skip to content

Commit

Permalink
test(camunda-cloud): add category to some templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and smbea committed Dec 2, 2022
1 parent 36ecf03 commit 6acd4a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/camunda-cloud/element-templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"appliesTo": [
"bpmn:Task"
],
"category": {
"id": "rest",
"name": "REST Connector"
},
"elementType": {
"value": "bpmn:ServiceTask"
},
Expand Down Expand Up @@ -144,6 +148,10 @@
"elementType": {
"value": "bpmn:ServiceTask"
},
"category": {
"id": "rest",
"name": "REST Connector"
},
"groups": [
{
"id": "endpoint",
Expand Down Expand Up @@ -312,6 +320,10 @@
"elementType": {
"value": "bpmn:ServiceTask"
},
"category": {
"id": "rest",
"name": "REST Connector"
},
"groups": [
{
"id": "endpoint",
Expand Down

0 comments on commit 6acd4a7

Please sign in to comment.