Solved

use emailer after validation


Badge +6

I have a workspace that has several outputs, some of them need to be without any information so that at the end of the workspace execution, an email can be sent via emailer, how can I implement logic like this? Does anyone have an example?

icon

Best answer by ctredinnick 13 June 2022, 00:47

View original

2 replies

Userlevel 3
Badge +16

You can use the NoFeaturesTester as an easy way to test for the absence of any features. So if everything passes validation, no summary is output from the FeatureWriter, therefore send a success email.

image

Badge +6

thankĀ“s

Reply