readable and writeable properties
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2014 02:37 PM
Hello,
I am struggling to understand meaning of "readable" and "writeable" form properties. I noticed that
does not return form properties if readable=false but I don't get the point. I've been through the docs but it barely touches this topic so I am still confused and don't know how would I use "readable" and "writeable".
I guess it has something to do with copying data from task context to workflow context but I still miss the whole picture. Could somebody please explain how is this meant to work?
Thank you very much!
I am struggling to understand meaning of "readable" and "writeable" form properties. I noticed that
formService.getTaskFormData.getFormProperties()
does not return form properties if readable=false but I don't get the point. I've been through the docs but it barely touches this topic so I am still confused and don't know how would I use "readable" and "writeable".
I guess it has something to do with copying data from task context to workflow context but I still miss the whole picture. Could somebody please explain how is this meant to work?
Thank you very much!
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2014 02:37 AM
Hi,
The usage of readable is false is not that useful I agree. So readable should be true in almost all cases. Writeable is false can be used if a form field must not be changed in a user task and only be used for displaying. The Activiti Engine will not accept such a field when completing the form.
Best regards,
The usage of readable is false is not that useful I agree. So readable should be true in almost all cases. Writeable is false can be used if a form field must not be changed in a user task and only be used for displaying. The Activiti Engine will not accept such a field when completing the form.
Best regards,
