Hi,
For consideration for a future release of VisualCron. Be able to define "Global" tasks. A "Global" task would be a task once defined, would be available to all jobs. It would be defined in the "Global Objects" section.
Example
A Global Task defined which appends a log file.
All jobs would have the ability to select the Global task to make it active.
Job A (Global task is selected and its order is set to run after task 1)
Task 1 - do something
Task 2 - Global task
Job B (Global task is selected and its order is set to run after task 2)
Task 1 - Global task
Task 2 - do something
Job C (Global task is not selected)
Task 1 - do something