-
Bug Report
-
Resolution: Unresolved
-
L2 - Critical
-
None
-
7.5.7, 7.6.1, 7.11.5
-
None
1. Populate a process variable (e.g. an email script) as a process variable but I want to have a user be able to edit the generated script to personalize it.
2. Create process variable with some content.
3. Create a user task with an embedded form. Have the form display the variable created in 1. in a textarea.
4. Notice the textarea is blank
5. Check the Angular model and notice the "originalValue" of the client side variable mapped to the process variable is correct, but the current value is blank.
This issue is still valid and led to confusion during one of my last trainings. See attached example app where the reviewTweet user task does not show the content of the newly created tweet. If you change the reviewTweet.html to use an input the content will be displayed correctly. If you change afterwards again, the tweet of the existing process instance is displayed too, but not for newly created tweets.