Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Guest
2019-11-14T23:21:43Z

I have a Job under that there are 10 Tasks and I want to send Consolidated Email. How can I send Consolidated email for All tasks?

Scenario:

Task1- Completed Successfully
Task2- Completed Successfully
Task3- Completed Successfully - Now I want - Task1 and Task2 Success output should appear in Task3 failure


Thanks
Siddhartha


Sponsor
Forum information
Support
2019-11-17T21:20:20Z
You can use the below in Notification called by On complete event in the Job->Flow.

For output:

{TASK(1|StdOut)}
{TASK(2|StdOut)}
{TASK(3|StdOut)}

For error:

{TASK(1|StdErr)}
{TASK(2| StdErr)}
{TASK(3| StdErr)}

Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top