I am new to VisualCron. I'm looking to target a specific Task within a job that is NOT the previous task.
I see from the documentation that I can use the previous task:
Previous Task
You can always refer to the last run Task by using the PrevTask Identifier, like this:
{TASK(PrevTask,Name)}
How would I target the 1st task if it was the 3rd job? For example, the 2nd job can use PrevTask to capture output from the 1st job, and I also want to use that output in my 3rd job.
Edited by moderator
2015-05-28T03:38:41Z
|
Reason: Not specified