I start cases via a trigger element with a delay (blocking period) and some parameters. In another prozess I query this delayed tasks an want to retrieve the parameters with the getStartProcessData() method like with other running tasks. But the method here returns always null. Is there a way to get the input parameter of a delayed started case? asked 09.07.2015 at 09:06 Peter Weber |
This is a known issue - or - it works as designed. The method On a Task Switch Element this in-object is created, when the Task is created. Therefore, as soon as the Task exists, also the start process data exists. When a Request Start Element is triggered, the in-object will be created when the start element is executeded. Because the Request Start Element is triggered, this element is no executed on Task creation and therefore no start process data exists.
If you are interessted on the param-object (this one is available on a triggered task), you could call the below method. Please note, this is NOT public API!
answered 09.07.2015 at 16:44 Flavio Sadeghi ♦♦ Very good. With this internal API I solved my problem for 100%.
(10.07.2015 at 09:59)
Peter Weber
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 09.07.2015 at 09:06
Seen: 2,890 times
Last updated: 10.07.2015 at 09:59