cancel
Showing results for 
Search instead for 
Did you mean: 

Unschedule Local Process chain from meta chain

Former Member
0 Kudos

Hi There,

We have a meta chain, in which there are several local chains one for each process area. Due to a transport I have to unschedule one local chain and let the other local chains run. Please let me know what is best way to do it?

Thanks,

Raju

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi.

You can maintain the start variant of the local chain and switch it to Direct Scheduling. You can leave it in the "Master" chain and let that one run normally, however, your local chain will fail and no following chain will be triggered. So this approach could only be used if your local chain is a dead-end.

I would consider making a copy and delete the local chain. Then run this one. Make the copy either right in production, because it is an exception anyway, or in development and transport to prod. Switch to running the copy in either case and switch back to original chain and delete the copy (again either straight in prod or in dev and transport the deletion).

regards

Jacob

Former Member
0 Kudos

Hi,

Add an "Interrupt process" type in meta chain just before local chain which you don't want to run and schedule the interrupt process for some future data like "31.12.2010"; and schedule a full meta chain.

Once transports and other activities completed, you can remove the added interrupt process from meta chain.

Do reply with comments

Former Member
0 Kudos

Hi Raju,

You can create a copy of the main chain and then delete the "call" to one of the local chains. You can then temporarily unschedule the original chain.

Make sure you delete the temporary chain and schedule the original one when you are done with the transports.

Cheers.