Reuse enum name in next task

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2013 03:11 AM
In .bpmn file
How in next task show field1 as "Some long text" or "Another long text"?
<userTask id="task1" name="task one"> <extensionElements> <activiti:formProperty id="field1" name="field one" type="enum" required="true"> <activiti:value id="id1" name="Some long text"></activiti:value> <activiti:value id="id2" name="Another long text"></activiti:value> </activiti:formProperty> </extensionElements> </userTask>
How in next task show field1 as "Some long text" or "Another long text"?
<userTask id="task1" name="task two"> <documentation>field1=${field1} only id1 or id2 :(</documentation>
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2013 09:41 AM
You already show it in the documentation field right?
You want to include it as a form property again?
Best regards,
You want to include it as a form property again?
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2013 02:17 AM
Yes, I already show it in the documentation field right.
And I want show same propery, by DONT want copy all property definition.
Also, I don't want use long id - IMHO using <code>field1 == "Another long text"</code> - bad practic…
And I want show same propery, by DONT want copy all property definition.
Also, I don't want use long id - IMHO using <code>field1 == "Another long text"</code> - bad practic…

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2013 04:54 AM
You have to copy the form property definition. We don't have reuse features yet for form properties.
Best regards,
Best regards,
