Does anyone know if it is possible to instantiate a nested workflow with <wfttask> that has a different owner, different files, different variables, etc. from the parent workflow? The documentation for this is virtually non-existent and in looking at the author_assignment_with_nested_job.wft example and iwwf.dtd it doesn't look that flexible. I'm guessing I could do a big chunk of template script up at the top that would slice and dice my files array to put the right ones with the right nested workflow task at instantiation time, but it sounds gross. Also, how do I handle passing in parameters to the child wft to fill in its TAG_info?
The goal here is that we have identified a process that will require the completion of several other already identified processes which map nicely to wfts in a certain order before kicking off a final set of tasks once all those child processes have been done. I could just embed those tasks directly in the parent workflow, but that would be a nightmare to maintain.
Cheers
Rob
rob@bagpipe.com