-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Describe the Bug
Cf.
bpmn-io/variable-outline#24 (review)
bpmn-io/variable-outline#24 (comment)
The diagram to observe this issue
String variables seems resolved in an inconsistent way. While a FEEL expressions output mapping variable such as ="No receipt attached" is resolved as below
{
"name": "rejectionReason",
"provider": [
null
],
"type": "String",
"info": "No Receipt attached",
"entries": [ ],
"detail": "String"
}exampleOutputJson's string property is resolved as below.
{
"name": "rejectionReason",
"type": "String",
"info": "\"someString\"",
"detail": "String"
}Steps to Reproduce
- Open this diagram
- Focus on "Review report - manager"
- Inspect
rejectionReasonvariable in both root and local scopes - While local variable value has the quotations serialized, the root scope variable does not have them serialized
Expected Behavior
Consistency expected. It's either we need to serialize quotations for both or none.
Environment
- Library version: 2.0.0
Reactions are currently unavailable