cancel
Showing results for 
Search instead for 
Did you mean: 

How skip a workflow from running in a batch job with 5 workflows.

former_member522740
Participant
0 Kudos

HI gurus

I am new to data services just wanted to know how can we skip one of the workflows under a Batch job every time we run the Batch job in Dataservies designer. I have 5 worflows in a batch job and when i test run the job it runs all of the workflows at the same time.

Secondly i want to understand more about what are the Try and Catch objects in the batch job for does anyone have some document or link.

Thanks

View Entire Topic
akhileshkiran
Contributor
0 Kudos

Hi Adnan,

If you are using the SAP Data Services 4.2 SP03+ then you can use the Bypass Function to skip the Dataflow or Workflow. For more about the ByPass functionality go through the below blog.

https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=448471393

Try & Catch Mechanism : The Try & Catch functionality is mainly used for error handling techniques. Suppose if you have a two workflows in the job(WF_A,WF_B). You have a requirement whenever the WF_A fails then at that point you need to trigger the WF_B then you can use this Try & Catch. Also Try & Catch performs lot of activities. Please go through the below link for more about the Try & Catch.

https://help.sap.com/doc/PRODUCTION/5b775a8b23ce4bc49182298ddcb3b6e9/4.2.8/en-US/ds_42_designer_en.p...

Regards,
Akhilesh Kiran.