Skip to content

Commit

Permalink
feat: add element destination task props
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Mamani authored and Miguel Mamani committed May 22, 2024
1 parent c05c164 commit 14b7292
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/processmaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@
"name": "validations",
"isAttr": true,
"type": "String"
},
{
"name": "elementDestinationType",
"isAttr": true,
"type": "String"
},
{
"name": "elementDestinationURL",
"isAttr": true,
"type": "String"
}
]
},
Expand Down

0 comments on commit 14b7292

Please sign in to comment.