Skip to content

Commit

Permalink
Merge pull request #58 from ProcessMaker/feature/FOUR-15854_B
Browse files Browse the repository at this point in the history
FOUR-15851: On Task Completed - Default Behavior (extend element destination)
  • Loading branch information
devmiguelangel authored May 28, 2024
2 parents c05c164 + a918130 commit 245468a
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,11 @@
"name": "validations",
"isAttr": true,
"type": "String"
},
{
"name": "elementDestination",
"isAttr": true,
"type": "String"
}
]
},
Expand Down Expand Up @@ -178,6 +183,11 @@
"name": "screenVersion",
"isAttr": true,
"type": "String"
},
{
"name": "elementDestination",
"isAttr": true,
"type": "String"
}
]
},
Expand Down

0 comments on commit 245468a

Please sign in to comment.