Skip to content

Commit

Permalink
test: correct zeebe:taskHeader binding
Browse files Browse the repository at this point in the history
Empty values are not serialized anymore
  • Loading branch information
nikku authored and fake-join[bot] committed Sep 1, 2022
1 parent 9017ba5 commit 941ece4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
{
"label": "zeebe:taskHeader",
"value": "",
"value": "1",
"type": "String",
"binding": {
"type": "zeebe:taskHeader",
Expand All @@ -80,7 +80,7 @@
},
{
"label": "invalid condition",
"value": "",
"value": "1",
"type": "String",
"binding": {
"type": "zeebe:taskHeader",
Expand Down

0 comments on commit 941ece4

Please sign in to comment.