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

SMTP outbound connector - html and body content is null #3795

Open
itsnuyen opened this issue Dec 13, 2024 · 0 comments
Open

SMTP outbound connector - html and body content is null #3795

itsnuyen opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels
kind:bug Something isn't working

Comments

@itsnuyen
Copy link
Contributor

Describe the Bug
image
image

Because FEEL will take a string and a data and try to sum it, it will produce a null value.
This null value will produce a nullpointer as an error but the process is still running and after the defined retries it will break.
If you have multiple process running, this behavior will block everything else

Steps to Reproduce

  1. Create a bpmn with a the outbound mail connector and use the SMTP feature
  2. inside the mail content use following feel description
    "<h2>Test Test</h2>" + "hallo welt" + today()
  3. deploy the BPMN and start a new process

Expected Behavior

When having a faulty body content, the connector should fail instantly and create a incident.

Environment

  • OS: OSX Sequoia 15.2 as-well as kubernetes environment
  • Camunda version: 8.6.5 (self-managed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant