Skip to content

Commit

Permalink
test(cloud-element-templates): correct property names
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Dec 12, 2022
1 parent d826c9f commit f6ac0d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
}
},
{
"label": "Task HEADER Test",
"label": "Task Header Test",
"type": "String",
"binding": {
"type": "zeebe:taskHeader",
"key": "test"
}
},
{
"label": "Task HEADER Test",
"label": "Task Definition Type",
"type": "String",
"binding": {
"type": "zeebe:taskDefinition:type"
Expand Down

0 comments on commit f6ac0d1

Please sign in to comment.