i have a questions plz answer as early as possible.
1)i would like to execute my workflow twice per day.
2)i have 10 dataflows, if any error occur in a particular dataflow then job has to execute from the next dataflow.
3) in my workflow 2dataflows connected in sequence and 1dataflow in parallel. how job execute(i mean order of execution).
This is not possible within the same object. You cannot have connected and unconnected objects. If you want one Dataflow to run at the same time as two other Dataflows that run in series then you need two Workflows, one for the single Dataflow and one for the two Dataflows that run in series.