Skip to content

Commit

Permalink
fix(inbound): add element type to inbound connector templates (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader authored Mar 1, 2023
1 parent d834805 commit cad7ccc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"appliesTo":[
"bpmn:StartEvent"
],
"elementType": {
"value": "bpmn:StartEvent"
},
"groups":[
{
"id":"endpoint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"appliesTo": [
"bpmn:StartEvent"
],
"elementType": {
"value": "bpmn:StartEvent"
},
"groups": [
{
"id": "endpoint",
Expand Down

0 comments on commit cad7ccc

Please sign in to comment.