262
Views
10
Comments
BPT : Processes are automatically getting terminated
Question

Under what scenario process will get terminated ?


UserImage.jpg
G Andrew Duthie
 
MVP

Are you trying to figure out why this specific process was terminated, or are you asking for a list of all scenarios in which a BPT process could/would be terminated?

2019-01-04 10-45-45
Sravan Vanteru

No, randomly process are getting terminated and opening other process. Today I have found around 30 process are terminated like this.

2018-05-16 11-16-36
João Heleno
 
MVP

@Sravan

I would say either there is an explicit process terminate (System) action being called in your flow somewhere or someone is terminating processes in Service Center.

UserImage.jpg
G Andrew Duthie
 
MVP

Have you checked the logs (Error and/or Process) in Service Center to see if there's anything unusual going on there?

2019-01-04 10-45-45
Sravan Vanteru

@Haleno

No we are not using any where terminate action, if you can see automatic activity is terminated and started new process, see the times as well for me it looks system only terminating the process.



2018-05-16 11-16-36
João Heleno
 
MVP

Hmmm...


Maybe  you have a "Process End" node with the property Terminate Process set to True?



If this is the case, your process will be terminated once this node is reached.

2019-01-04 10-45-45
Sravan Vanteru

@Andrew, 

I have checked in Service center as well, no issues at all. please find the below. if I'm checking wrongly please let me know.

2019-01-04 10-45-45
Sravan Vanteru

@Heleno,

I just checked I have 2 end nodes in process both are selected as NO.

2017-07-24 06-43-32
Erik Brzozowski

Hello Sravan, 

could it be that you are using a conditional start?

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Processes/Process_Tools/Conditional_Start

All Conditional Start activities in the process flow end their execution when the process execution ends.


https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Processes/Best_Practices_for_Designing_Processes/Limit_the_Use_of_Conditional_Starts

Finally, validate situations in which the main process may be Terminated. In this case, all processes replacing conditional starts have also to be terminated to keep the same behavior of the conditional start. Consider implementing this logic using the ProcessTerminate Action.


Erik

2019-04-11 10-22-10
Domingues

Hi,
The truth is that without access to the code, we are only guessing here. 

Try to find out what happened @ the time processes are terminated, Timers deploys, or something else that can trigger automatic events. 

Br 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.