Test email send is not working

1
0
-1

Hello, I created a service and it assigns an email Send connector. I configured the parameters and time to test sending in own connector configuration screen it displays the following error: Unsupported expression type for testing: -input Parameter 'message' use the expression containing unreachable reference

What will I be doing wrong:

Bonita version 6.4.1

Comments

Submitted by Sean McP on Thu, 01/29/2015 - 05:51

It looks like there is something wrong with the "message" field. try using constants first to make sure it works and then start building up your final email using expressions.

Otherwise email works perfectly here for me...

regards Seán

Submitted by mksistemasecons... on Thu, 01/29/2015 - 20:16

Hi Sean. Thank you for answer. Actually the problem was the message that had a variable, which was null in test connector call time. Removed the variable and then the connector work properly. At run time with the variable correctly filled the connector works correctly

Submitted by cristina_2 on Thu, 02/12/2015 - 19:12

Hi! the same problem is happening with me. I don't know what happen: the parameters are defined in pool and, there is a task with application and messaging connector. In the text I use some content with these parameters. When I run the process in studio, the email is not send. Do you know if the e-mail is send after or before filling the apllication form?

2 answers

1
0
-1
This one is the BEST answer!

Just to close this off as an answer which has been acknowledged by the asker

repeat of comment

It looks like there is something wrong with the "message" field. try using constants first to make sure it works and then start building up your final email using expressions.

Otherwise email works perfectly here for me...

regards Seán

1
0
-1

Hi! I found the problem: you can't use the parameters in connector and in step at same time. You need use the parameters in the next step. :-)

Notifications