Create tasks from task
I have a workflow (i.e. 1 task) and at the end of this workflow there is a variable with values (e.g. testvariable contains a,b,c).
This workflow should then creates new workflows (i.e. 3 new workflow in this example as testvariable has 3 values). Once the new workflows have been created, the original workflow will end.
Can this be accomplished?
[366 byte] By [
JamesCCa] at [2007-11-26 16:11:48]

# 1
> I have a workflow (i.e. 1 task) and at the end of
> this workflow there is a variable with values (e.g.
> testvariable contains a,b,c).
>
> This workflow should then creates new workflows (i.e.
> 3 new workflow in this example as testvariable has 3
> values). Once the new workflows have been created,
> the original workflow will end.
>
> Can this be accomplished?
Not quite sure if this is what you mean but, you can launch other workflows from within a workflow. Have one activity iterate through your variable, and for each iteration launch a sub-process.