Skip to content

Commit

Permalink
updated simpleapp with outcome visibility (#6663)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleAb25 authored Feb 11, 2021
1 parent 205c324 commit 0b66ee8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified e2e/resources/activiti7/simpleapp.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
"paralleltasks": "paralleltasks",
"candidateusersgroup": "candidateusersgroup",
"candidateUserProcess": "candidateuserprocess",
"outputVariablesMapping": "output-variables-mapping"
"outputVariablesMapping": "output-variables-mapping",
"outcomeVisibilityProcess": "outcome-visib-process"
},
"forms": {
"tabVisibilityFields": {
Expand Down Expand Up @@ -236,6 +237,13 @@
"calledForm": {
"name": "called-form"
},
"outcomeVisibilityForm": {
"name": "outcome-visibility",
"textWidget": "TextForOutcome",
"validAnswerOutcome": "Valid answer",
"invalidAnswerOutcome": "Invalid answer",
"answerTheQuestion": "You should answer the question"
},
"dropdownWithOptions": {
"name": "dropdown-options",
"options": [
Expand Down

0 comments on commit 0b66ee8

Please sign in to comment.