[JBoss JIRA] (DROOLS-3262) [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3262?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3262:
---------------------------------------
Tester: Jozef Marko
> [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
> -------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3262
> URL: https://issues.jboss.org/browse/DROOLS-3262
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png, no-outputs.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..select the "Can drink beer?" header, and set no output:
> !no-outputs.png|thumbnail!
> ..the persisted value will be something like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> <dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
> <dmn:text></dmn:text>
> </dmn:outputValues>
> <dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
> <dmn:text></dmn:text>
> </dmn:defaultOutputEntry>
> </dmn:output>
> {quote}
> ..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty, like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> </dmn:output>
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3263) [DMN Designer] Reuse popover menu in the graph
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3263?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3263:
---------------------------------------
Description:
Instead of using this component:
!square.png|thumbnail!
..to the name of a node. We should use this popover:
!popover.png|thumbnail!
..to able the user to set the name _and_ the type of the node.
was:
Instead of using this component:
..to the the of a node. Use this popover:
..to able the user to set the name _and_ the type of the node.
> [DMN Designer] Reuse popover menu in the graph
> ----------------------------------------------
>
> Key: DROOLS-3263
> URL: https://issues.jboss.org/browse/DROOLS-3263
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Major
> Attachments: popover.png, square.png
>
>
> Instead of using this component:
> !square.png|thumbnail!
> ..to the name of a node. We should use this popover:
> !popover.png|thumbnail!
> ..to able the user to set the name _and_ the type of the node.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3263) [DMN Designer] Reuse popover menu in the graph
by Guilherme Carreiro (Jira)
Guilherme Carreiro created DROOLS-3263:
------------------------------------------
Summary: [DMN Designer] Reuse popover menu in the graph
Key: DROOLS-3263
URL: https://issues.jboss.org/browse/DROOLS-3263
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Reporter: Guilherme Carreiro
Assignee: Michael Anstis
Attachments: popover.png, square.png
Instead of using this component:
..to the the of a node. Use this popover:
..to able the user to set the name _and_ the type of the node.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3262) [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3262?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-3262:
-----------------------------------
Sprint: 2018 Week 45-47
> [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
> -------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3262
> URL: https://issues.jboss.org/browse/DROOLS-3262
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png, no-outputs.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..select the "Can drink beer?" header, and set no output:
> !no-outputs.png|thumbnail!
> ..the persisted value will be something like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> <dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
> <dmn:text></dmn:text>
> </dmn:outputValues>
> <dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
> <dmn:text></dmn:text>
> </dmn:defaultOutputEntry>
> </dmn:output>
> {quote}
> ..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty, like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> </dmn:output>
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3259) [DMN Designer] `inputData` and `variable` must have the same name value
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3259?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-3259:
-----------------------------------
Sprint: 2018 Week 45-47
> [DMN Designer] `inputData` and `variable` must have the same name value
> -----------------------------------------------------------------------
>
> Key: DROOLS-3259
> URL: https://issues.jboss.org/browse/DROOLS-3259
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..the {{inputData}} and {{variable}} tags don't have the same {{name}} value in the attribute {{name}}, see:
> {quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
> <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="" typeRef="string"></dmn:variable>{quote}
> The expected behaviour is this:
> {quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
> <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="Country" typeRef="string"></dmn:variable>{quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3261) [DMN Designer] The `defaultOutputValue` is being persisted as an `outputValue`
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3261?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-3261:
-----------------------------------
Sprint: 2018 Week 45-47
> [DMN Designer] The `defaultOutputValue` is being persisted as an `outputValue`
> ------------------------------------------------------------------------------
>
> Key: DROOLS-3261
> URL: https://issues.jboss.org/browse/DROOLS-3261
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> .. select the "Can drink beer?" header, set the default value as {{false}} and the file:
> {quote}
> <dmn:outputValues id="_A117F7DC-508C-4132-8F5F-8F8F2B0B489F">
> <dmn:text>false</dmn:text>
> </dmn:outputValues>
> <dmn:defaultOutputEntry id="_A4881AD1-7EDC-4B4D-AC00-078626795BA7" typeRef="string">
> <dmn:text></dmn:text>
> </dmn:defaultOutputEntry>
> {quote}
> ..and the expected behaviour is to persist the value {{false}} in the {{defaultOutputEntry}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3262) [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3262?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3262:
---------------------------------------
Description:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
..select the "Can drink beer?" header, and set no output:
!no-outputs.png|thumbnail!
..the persisted value will be something like this:
{quote}
<dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
<dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
<dmn:text></dmn:text>
</dmn:outputValues>
<dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
<dmn:text></dmn:text>
</dmn:defaultOutputEntry>
</dmn:output>
{quote}
..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty, like this:
{quote}
<dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
</dmn:output>
{quote}
was:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
..select the "Can drink beer?" header, and set no output:
!no-outputs.png|thumbnail!
..the persisted value will be something like this:
{quote}
<dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
<dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
<dmn:text></dmn:text>
</dmn:outputValues>
<dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
<dmn:text></dmn:text>
</dmn:defaultOutputEntry>
</dmn:output>
{quote}
..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty.
> [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
> -------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3262
> URL: https://issues.jboss.org/browse/DROOLS-3262
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png, no-outputs.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..select the "Can drink beer?" header, and set no output:
> !no-outputs.png|thumbnail!
> ..the persisted value will be something like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
> <dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
> <dmn:text></dmn:text>
> </dmn:outputValues>
> <dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
> <dmn:text></dmn:text>
> </dmn:defaultOutputEntry>
> </dmn:output>
> {quote}
> ..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty, like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
> </dmn:output>
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3262) [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3262?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3262:
---------------------------------------
Description:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
..select the "Can drink beer?" header, and set no output:
!no-outputs.png|thumbnail!
..the persisted value will be something like this:
{quote}
<dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
<dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
<dmn:text></dmn:text>
</dmn:outputValues>
<dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
<dmn:text></dmn:text>
</dmn:defaultOutputEntry>
</dmn:output>
{quote}
..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty, like this:
{quote}
<dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
</dmn:output>
{quote}
was:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
..select the "Can drink beer?" header, and set no output:
!no-outputs.png|thumbnail!
..the persisted value will be something like this:
{quote}
<dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
<dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
<dmn:text></dmn:text>
</dmn:outputValues>
<dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
<dmn:text></dmn:text>
</dmn:defaultOutputEntry>
</dmn:output>
{quote}
..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty, like this:
{quote}
<dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
</dmn:output>
{quote}
> [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
> -------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3262
> URL: https://issues.jboss.org/browse/DROOLS-3262
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png, no-outputs.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..select the "Can drink beer?" header, and set no output:
> !no-outputs.png|thumbnail!
> ..the persisted value will be something like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> <dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
> <dmn:text></dmn:text>
> </dmn:outputValues>
> <dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
> <dmn:text></dmn:text>
> </dmn:defaultOutputEntry>
> </dmn:output>
> {quote}
> ..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty, like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-BAAF-44B161590B43" name="output-1" typeRef="string">
> </dmn:output>
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3262) [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3262?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3262:
---------------------------------------
Description:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
..select the "Can drink beer?" header, and set no output:
!no-outputs.png|thumbnail!
..the persisted value will be something like this:
{quote}
<dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
<dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
<dmn:text></dmn:text>
</dmn:outputValues>
<dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
<dmn:text></dmn:text>
</dmn:defaultOutputEntry>
</dmn:output>
{quote}
..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty.
was:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
.. select the "Can drink beer?" header, and set no output:
!no-outputs.png|thumbnail!
{quote}
<dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
<dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
<dmn:text></dmn:text>
</dmn:outputValues>
<dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
<dmn:text></dmn:text>
</dmn:defaultOutputEntry>
</dmn:output>
{quote}
..and the expected behaviour is not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty.
> [DMN Designer] The `defaultOutputValue` and the `outputValue` are being persisted when the value is empty in the UI
> -------------------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3262
> URL: https://issues.jboss.org/browse/DROOLS-3262
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png, no-outputs.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..select the "Can drink beer?" header, and set no output:
> !no-outputs.png|thumbnail!
> ..the persisted value will be something like this:
> {quote}
> <dmn:output id="_E9E45B42-9506-4D66-B2AF-44B161590B43" name="output-1" typeRef="string">
> <dmn:outputValues id="_F02DC5E5-ECCE-4B3A-87A8-9CDC74A7F81A">
> <dmn:text></dmn:text>
> </dmn:outputValues>
> <dmn:defaultOutputEntry id="_A7CFCB22-3D05-4CDB-925B-D4FD52F3D018" typeRef="string">
> <dmn:text></dmn:text>
> </dmn:defaultOutputEntry>
> </dmn:output>
> {quote}
> ..and the expected behaviour is to not have the tags `dmn:outputValues` and `dmn:defaultOutputEntry` when the value for them is empty.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3259) [DMN Designer] `inputData` and `variable` must have the same name value
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3259?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3259:
---------------------------------------
Description:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
..the {{inputData}} and {{variable}} tags don't have the same {{name}} value in the attribute {{name}}, see:
{quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
<dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="" typeRef="string"></dmn:variable>{quote}
The expected behaviour is this:
{quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
<dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="Country" typeRef="string"></dmn:variable>{quote}
was:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
.. the {{inputData}} and {{variable}} tags don't have the same {{name}} value in the attribute {{name}}, see:
{quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
<dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="" typeRef="string"></dmn:variable>{quote}
The expected behaviour is this:
{quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
<dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="Country" typeRef="string"></dmn:variable>{quote}
> [DMN Designer] `inputData` and `variable` must have the same name value
> -----------------------------------------------------------------------
>
> Key: DROOLS-3259
> URL: https://issues.jboss.org/browse/DROOLS-3259
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..the {{inputData}} and {{variable}} tags don't have the same {{name}} value in the attribute {{name}}, see:
> {quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
> <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="" typeRef="string"></dmn:variable>{quote}
> The expected behaviour is this:
> {quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
> <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="Country" typeRef="string"></dmn:variable>{quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months