Can a Workflow submit files from different Branches?Example: We have branch ZZZ as a top branch which contains sub-branches 1,2 and 3. The workflow we are considering will create files in branches 1,2 and 3. Users will update the files in all 3 branches and upon completion of this the workflow will submit the content of all 3 branches at once.
It is possible within certain limitations. Most important of these is the fact that you can not attach Files frommultiple Areas to the same Workflow. [...]
/-(usertask[b1/wa1])->...(externaltask[start])-+--(usertask[b1/wa2])->... \-(usertask[b2/wa1])->...
So, I take from your response that it is possible for a single workflow to initiate tasks across distinct branches. Please let me know if my assumption is correct.I am also considering, as you mentioned, having nested Work flows to be initiated from branch 1 and kicking of child work flows in branches 2 and 3. I am just trying to figure out the best practice and design.