Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Support collection of data for email sending task #52

Closed
maistrenkoIulia opened this issue Sep 20, 2021 · 4 comments
Closed

Support collection of data for email sending task #52

maistrenkoIulia opened this issue Sep 20, 2021 · 4 comments
Assignees
Milestone

Comments

@maistrenkoIulia
Copy link

Jmix version: 1.1.0-SNAPSHOT
Jmix Studio plugin version: 1.1.SNAPSHOT3528-212
IntelliJ version: IntelliJ IDEA 2021.2.1 (Ultimate Edition)
TC:
crate process with load data task
(select e from l_User e where e.username <> 'admin')
with result var = out
save result as collection
create email task
AR:
the only way to send email to user is type ${out[0].emali}
Need to have ability to send email to all users from dataLoad result var

@gorbunkov
Copy link

Adding the multi-instance properties panel to the email task element should do the trick.

@gorbunkov gorbunkov added this to the 1.1.0 milestone Sep 27, 2021
@gorbunkov gorbunkov removed their assignment Sep 27, 2021
@maistrenkoIulia
Copy link
Author

@artemy63 please, provide implementation description

@artemy63
Copy link

artemy63 commented Oct 5, 2021

Now we support in To/Cc/Bcc field process variables which can return collection of strings each of them should represent a valid email address. In this case all these addresses will be used in appropriate addressee field.

@maistrenkoIulia
Copy link
Author

verified

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

No branches or pull requests

3 participants