I have following scenario .
I have a workflow(say super workflow) which actually calls another 6 workflows to start . But my concern is that i have to check all the workflow's status. If all the worflow status is approved then only i can do the next action in this workflow. Another thing is that all the above 6 workflows are approval workflows. So i have also to check that if all the task has been approved by the above workflows then only my super workflow will execute the next action.