We have 2 session in workflow if 1st session got failed-still 2nd session has to execute and workflow should go to suspended mode.How can we achieve this?

Thanks Veeru In this case workflow will go to Failed state but I want it in Suspended mode. Can you please help over here/

HI Mounika, At session level you have option fail parent if task fails. Failing  Parent Workflow or Worklet #You can choose  to fail the  workflow or worklet if a task fails or does not run. The workflow or worklet that  contains the task instance is called the parent. A task might not run when the input condition for  the task evaluates to False.#To fail the parent workflow or  worklet if the task fails, double-click the task and select the Fail Parent If This Task  Fails option in the  General tab. When you select this option and a task fails, it does not  prevent the other tasks in the workflow or worklet from running. Instead, the  Integration Service marks the status of the workflow or worklet as failed. If you have a  session nested within multiple worklets, you must select the Fail Parent If This Task  Fails option for  each worklet instance to see the failure at the workflow level. #To fail the parent workflow or  worklet if the task does not run, double-click the task and select the Fail Parent If This Task  Does Not Run option in the General tab. When you choose this option, the  Integration Service fails the parent workflow if a task did not run.  This will help you. Regards,Veeru

Similar Messages

Maybe you are looking for