I want to execute some tasks in the background. I used java threads but I get this exception.
Is there an ivy thread i can use or is it simply not possible? asked 02.03.2015 at 17:55 HaraldWeber |
You could work around the problem by using the AutoProcessStartEventBean. It starts a request with correct context and you can configure how often this system-task should run. answered 05.03.2015 at 12:24 Reguel Werme... ♦♦ That's a timer. But I need threading for parallel execution.
(05.03.2015 at 18:20)
HaraldWeber
but the start will run with a request context therefore you should be able to start a background thread in the script step...
(06.03.2015 at 14:41)
Reguel Werme... ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 02.03.2015 at 17:55
Seen: 2,493 times
Last updated: 06.03.2015 at 14:41