What r the different options used to configure the sequential batches?

Two options

Run the session only if previous session completes sucessfully. Always runs the session.

Showing Answers 1 - 7 of 7 Answers

sn3508

  • Aug 24th, 2007
 

You have to specify those options in the workflow designer.  You can double click the pipeline which connects two sessions and there you can define prevtaskstatus=succeeded. Then only the next session runs.  You can also go edit the session and check 'fail parent if this task fails' which means it will mark the workflow as failed.  If the workflow is failed, it won't run the remaining sessions. 

  Was this answer useful?  Yes

Vani_AT

  • Apr 1st, 2008
 

I would like to make a small correction for the above answer.
Even if a session fails with the above property set,
all the following sessions of the workflow still run and succeed depending on the validity/correctness of the individual sessions.
The only difference this property makes is it marks the workflow as failed.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions