Hi Shohn,
I see several requests in your post:
1. Task with some sort of repeat feature, to repeat the next x tasks y times with the capability of using variables;
2. Task with capability to query databases (odbc / active directory / ect?)
3. Task with wil run several times based on an inputtext. This inputtext should have a delimiter so you get x items. Your task runs x times and every time you use a different items from the inputtext (based on the delimiter)
Am I correct?
My comments:
1. Could be to complex. What if I have two of these tasks behind each other. It is not clear anymore what the task order will be.
2. There is already a database sql task with odbc feature. What datasource do you need to access?
3. This could be a nice addition to the current tasks.
In this example you see a job wit a repetition task. The Repetition task uses task 1 to task 3 in his repetition sequens. In the GUI you should see that task 1 to task 3 belongs to the repetition task.
You might want to repeat the repetition task based on a fixed number (variable/output other task) or bases on amount of splitted items from an inputtext (point 3). These splittes items should be, I think, in some sort of variable from this repetition task.
+JOB-A
....sql task
....+Repetition task
.....| task 1
.....| task 2
.....| task 3
....copy task
....other task
The sql task gets data for example:
Henri
Erik
Shohn
Somebody
In the setup of the repetition task you use the output from the previous task as inputtext and it has a linefeed as delimiter.
task 1, task 2, task 3 wil run in this sequense 4 times and can use every name (Henri / Erik / Shohn and Somebody). Henri in the 1st run, Erik in the 2nd, etc
The repetition task should have an output variable to use the splitted inputtext.
Lot of text over here, but I like the repetition task... 🖐
Any other ideas?
Edited by user
2008-09-30T15:45:46Z
|
Reason: Not specified
Uses Visualcron since 2006.