You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create a bpmn with a the outbound mail connector and use the SMTP feature
inside the mail content use following feel description "<h2>Test Test</h2>" + "hallo welt" + today()
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)
The text was updated successfully, but these errors were encountered:
Describe the Bug
Because FEEL will take a
string
and adata
and try to sum it, it will produce anull
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
"<h2>Test Test</h2>" + "hallo welt" + today()
Expected Behavior
When having a faulty body content, the connector should fail instantly and create a incident.
Environment
The text was updated successfully, but these errors were encountered: