Skip to content

Commit 9e8e522

Browse files
Create scheduled job.js
Scheduled Script Execution (Scheduled Job) that runs daily. Calls the Script Include RecurringTaskGenerator.generateTasks(). Automatically generates tasks according to template frequency.
1 parent 4d9f30e commit 9e8e522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
var generator = new RecurringTaskGenerator();
2+
generator.generateTasks();

0 commit comments

Comments
 (0)