How to remove subprocess timeouts in Bonita

1
0
-1

Hi,

We have multiple sub process in the main Bonita process. we are facing the timeout issue once the subprocess is completed or ends. Is there any way to continue the process without timeouts in sub process?

Thanks, Kishore

Comments

Submitted by Sean McP on Thu, 02/26/2015 - 14:20

There will be a timeout parameter first but I have a different question.

Does the Main Process rely on the data/actions of the multiple sub processes? Are they script or Human Tasks?

What version of Bonita are you using? Because in 6.4.2 there are two Groovy's, one Sync (can cause timeouts), and one ASync which allows scripts to run after task completes (stopping timeouts).

Sync says...The connector executes the script within the Bonita Transaction. If Script execution takes longer than the Bonita transaction time, the script fails. (timeout?) (this is marked depreciated but there is discussion about this).

ASync says...Execute a script outside the Bonita transaction. There is no time limit one execution.

regards Seán

Submitted by karumanchikishore on Thu, 02/26/2015 - 14:39

Hi Sean, Thanks for your reply. All the tasks are human tasks we are using and we have BonitaBPMSubscription-6.3.9 version. If you can share me the example that will help. Let’s us take we have three Human tasks in the process. Main Process = Human task 1 ->Human Task 2 Human Task 3 In the Human Task 2 -> I have a sub process When I execute the Main process I’m getting timeout issue after executing/completing the Human task 2 because it is a sub process. I don’t want my sub process to timeout. Any help? Thanks, kishore

1 answer

1
0
-1

Hi Sean, Thanks for your reply. All the tasks are human tasks we are using and we have BonitaBPMSubscription-6.3.9 version. If you can share me the example that will help. Let’s us take we have three Human tasks in the process. Main Process = Human task 1 ->Human Task 2 Human Task 3 In the Human Task 2 -> I have a sub process When I execute the Main process I’m getting timeout issue after executing/completing the Human task 2 because it is a sub process. I don’t want my sub process to timeout. Any help? Thanks, kishore

Notifications