You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda-...@googlegroups.com
Hi,
is it possible to configure the job executor via the processes.xml file? In my specific case, I'd like to change the "waitTimeInMillis" property. Or is there a programmatic via to change the property?
Thanks in advance!
Stefan
webcyberrob
unread,
Nov 20, 2014, 6:42:50 AM11/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda-...@googlegroups.com, ma...@stefan-beer.eu
Hi Stefan,
If you are using Tomcat, this value can be changed via a JMX Bean.
regards
Rob
.
ma...@stefan-beer.eu
unread,
Dec 17, 2014, 8:37:56 AM12/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda-...@googlegroups.com
Would it be possible for you to support configuration of the job executor via the processes.xml file in the future?
I need the job executor in my unit tests to execute processes asynchronously and to trigger e.g. timer events. The default wait time of 5 seconds makes test execution pretty time consuming.
Stefan
Bernd Rücker (camunda)
unread,
Dec 17, 2014, 10:13:10 AM12/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda-...@googlegroups.com
Hi Stefan.
In Unit Tests you should not rely on a Job Executor but query and execute
Jobs via the ManaementService of the API. You can leverage
https://github.com/camunda/camunda-bpm-assert for this if you want to...