Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Spin Expressions from JUEL to FEEL #148

Open
ingorichtsmeier opened this issue Dec 8, 2022 · 0 comments
Open

Convert Spin Expressions from JUEL to FEEL #148

ingorichtsmeier opened this issue Dec 8, 2022 · 0 comments
Labels

Comments

@ingorichtsmeier
Copy link
Contributor

Is your feature request related to a problem? Please describe.

In process model I found conversion hints like:

Element 'in' was transformed. Parameter 'trackingItemId': Please review transformed expression: '${trackingItem.prop("trackingItemId").stringValue()}' -> '=trackingItem.prop("trackingItemId").stringValue()'.

or

REVIEW: Element 'inputParameter' was transformed. Parameter 'thirdPartyDocumentsMapping': Please review transformed expression: '${S('[{ "partnerDocType": "some Value", "internalDocType": "123" }]')}' -> '${S('[{ "partnerDocType": "some Value", "internalDocType": "123" }]')}'.

Describe the solution you'd like

This Spin expression could be converted to a Feel context expression.

Describe alternatives you've considered

I haven't really checked if there is a valid mapping possible. It looks like it could be and needs further investigation.

Additional context

nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants