cancel
Showing results for 
Search instead for 
Did you mean: 

function for " remove from schedule" for a PC

Former Member
0 Kudos

Hello expert:

I am using feature " remove from shedule " for a process chain. does that mean this PC will not execute anymore, or it will be triggerred next schedule time? this PC is a sub process chain.

Many thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi CETZHBO

Normally once you are using "remove from Scheduling" feature, that perticular PC will entirely remove from scheduling,

So next time you want to execute then you need to reschedule it.

But in your case you are using this feature with in process chain, so batter to use condition based on that system will execute sub PC or bypass sub PC.

Hope this will help.

Regards,

Kiran

Answers (1)

Answers (1)

maxilopez
Contributor
0 Kudos

Hi,

The menu option "Execution -> Remove from schedule" affects all process chains whose start variants are of type "Direct scheduling". From then on, they will not be triggered any more.

On the other hand, however, process chains which are started by meta chains or APIs (according to their start variants), will not be affected by such removal.

Regards,

-

Maximiliano

Former Member
0 Kudos

so how to stop a PC from executing forever without removing it?

maxilopez
Contributor
0 Kudos

Hi,

If the process chain is started by a metachain, you have two alternatives to stop it from executing. On the one hand, you can modify the metachain so as to remove the process which calls the process chain.

On the other hand, you can stop the metachain execution. In turn, if the metachain has a start variant of "direct schedulling", you can use the option "Remove from schedule". If, on the contrary, the metachain has a metachain/API start variant, you have to go one step further and analyze the higher metachain which calls the lower metachain.

Regards,

-

Maximiliano