How to write condition on sequenceflow?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2013 07:45 AM
I have added checkbox in userTask3, and i want to use check box status as a parameter.
The following line doesn't work:
"
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${userTask3.getVariableLocal('fieldFromUserTask1') == "true"}]]></conditionExpression>
"
I need help about syntax.
Thanks in advance,
The following line doesn't work:
"
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${userTask3.getVariableLocal('fieldFromUserTask1') == "true"}]]></conditionExpression>
"
I need help about syntax.
Thanks in advance,
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2013 07:48 AM
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${userTask3.getVariableLocal('fieldFromUserTask1') == "true"}]]></conditionExpression>
