AAE-1666 - updated simpleapp to test the multi-instance result collection (#5451)

* added 2 new forms 'mealform' and 'resultcollectionform' to simpleapp and updated the multiinstance-usertask process definition to have another task to display the output of the result collection.

* added the 2 new form names to the resources file.
This commit is contained in:
Geeta Mandakini Ayyalasomayajula 2020-02-06 01:20:47 +00:00 committed by GitHub
parent 9276333352
commit 446e4bb37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -120,6 +120,12 @@ export const ACTIVITI_CLOUD_APPS: any = {
},
requirednumbervisibility: {
name: 'requirednumbervisibility'
},
mealform: {
name: 'mealform'
},
resultcollectionform: {
name: 'resultcollectionform'
}
},
tasks: {