Skip to content

Commit

Permalink
feat: support zeebe:UserTaskListener
Browse files Browse the repository at this point in the history
  • Loading branch information
misiekhardcore committed Nov 6, 2024
1 parent 0453da9 commit 23dcedc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions resources/zeebe.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,24 @@
}
]
},
{
"name": "UserTaskListeners",
"superClass": [
"Element"
],
"meta": {
"allowedIn": [
"bpmn:UserTask"
]
},
"properties": [
{
"name": "listeners",
"type": "UserTaskListener",
"isMany": true
}
]
},
{
"name": "VersionTag",
"superClass": [
Expand Down

0 comments on commit 23dcedc

Please sign in to comment.