In-process script execution time limitation

320 views
Skip to first unread message

alpa...@gmail.com

unread,
Jun 21, 2017, 6:30:05 AM6/21/17
to Fujitsu RunMyProcess Developer Community
Hi team,

I have been executing a process on which I have large script in the In-process variables. I have reach a (300000 ms) limit on my process, I attach the capture, but I understood in your documentation that the in-process limitation counts on the "Continuos execution time", as I extract from you Docs:

'In-process script execution time is counted as process "Continuous execution time", not Activity duration time.'


http://docs.runmyprocess.com/Lifecycle_Guide/Run/Execution_Limits

So the limitation would be 10 minutes, or that is what I understand.


Thank you for being so efficient and fast with the help

Regards

Alex

Captura.PNG

Abhilash Sambhare

unread,
Jun 21, 2017, 9:09:09 AM6/21/17
to Fujitsu RunMyProcess Developer Community, Alex Torr
Hi Alex,

Can you please confirm us that you are satisfied with the information provided in the docs.Hope this information clear all your doubts.

If you have any query please feel free to contact us.

Thanks & Regards,
Abhilash Sambhare
Fujitsu RunMyProcess Support



Alex

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/cf610bc8-f150-4b32-99ff-9f588c025fa3%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

alpa...@gmail.com

unread,
Jun 22, 2017, 5:20:21 AM6/22/17
to Fujitsu RunMyProcess Developer Community
Hi Abhilash,

I put this information because there is a missundertanding in there. I expected 10 minutes limitation and there was 5 minutes, please read my last message.

Regards

Prachi Chandak

unread,
Jun 22, 2017, 3:31:18 PM6/22/17
to Fujitsu RunMyProcess Developer Community, Alex Torr
Hi Alex,

As explained in doc. Please note that Activity execution is not included in process execution time limit.
At each Activity (Connector, Email, Sub-process, Manual,(in your case) long running Script) the process execution is suspended and the activity executes independently. 
The record of process execution time is paused during Activity execution.

- Activity duration time for long running Script : 5 minutes (300000 milliseconds)


From the screen shot provided, it clearly mentions that your script execution limit of 5 minitutes has been exceeded.
Please re-program your script to fit into this duration of execution.

Do feel free to contact us for any further query.

Thanks & Regards,
Prachi Chandak
Fujitsu RunMyProcess Support

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.

alpa...@gmail.com

unread,
Jun 23, 2017, 2:58:27 AM6/23/17
to Fujitsu RunMyProcess Developer Community
Hi Prachi,

Lets see, as explained in the doc (I mark the lines) IN-PROCESS SCRIPT vars should count as "Countinuous time". Also I attach mi activity, maybe for RMP that is LONG SCRIPT.

Regards

Captura.PNG
Captura2.PNG

Gunjan Rajgure

unread,
Jun 24, 2017, 11:02:36 AM6/24/17
to suppor...@runmyprocess.com
Hello Alex, 

If you have a long running Freemarker script (list over 5000 items for instance), you should use this task since time spent on script execution is not count in total time execution of a process (which is limited to 10 minutes "in memory").
  
You can refer documentation for more clarification.
  

Please do feel free to contact with us for any other query.


Best Regards
Gunjan Rajgure
Fujitsu - RunMyProcess Support



Regards

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.

Richard Manga

unread,
Jun 24, 2017, 11:34:03 AM6/24/17
to suppor...@runmyprocess.com
Good morning Alex, 
When you have this error, it means that there is something to optimize in th way you designed the process.
In fact, we can build the process in a different way in order to avoid this issue.
I can send you an example of design that can help you.
The idea is the following: you can configure your task to loop only on 1000 elements, and configure a loopback in order to manage all the 5000 elements.
I am waiting for your feedback,
Best Regards,
Richard




Richard Manga

Support & Training Manager

RunMyProcess


           rmanga@runmyprocess.com


3 rue de Gramont

75002, Paris, France.

www.runmyprocess.com

img-275-180-2 img-275-180-2






Abhilash Sambhare

unread,
Jun 25, 2017, 9:18:04 PM6/25/17
to Fujitsu RunMyProcess Developer Community, Alex Torr
Hi Alex,

Awaiting for your feedback.

Thanks & Regards,
Abhilash Sambhare
Fujitsu RunMyProcess Support
Message has been deleted

alpa...@gmail.com

unread,
Jun 27, 2017, 3:39:00 AM6/27/17
to Fujitsu RunMyProcess Developer Community
Good morning Richard,
First of all thank you for the support of the whole team. I optimized the code moving on to a Long script and forgetting about the "In-process" scripts. With that configuration and treating the file line by line I have no limitation on time, which I'm not sure if is also correct. I was wondering if using that configuration with unknown limitation (I think is 5 minutes of "computing time") is better than do it in the "In-process" vars, that was the core of my question.

Then I can extract from you answer that the time limitation i got was because of the variable size, anyways I guess i'll do it the other way.

Thank you again

Best wishes

Reply all
Reply to author
Forward
0 new messages