Quantcast
Channel: Andrej Baranovskij Blog
Viewing all articles
Browse latest Browse all 714

BPM 11g JDeveloper IDE PS5 Bug for Process ExecData

$
0
0
I was hitting ugly BPM 11g JDeveloper IDE PS5 bug recently. This bug is strange, because is reproduced just after JDeveloper restart for the working process. Imagine you have valid BPM process, everything works well - restart JDeveloper and suddenly BPM process is corrupted. In my specific scenario I was referencing system attribute from BPM execData - execData object is suddenly lost after JDeveloper restart. I don't have solution for this yet, just want to share with you the use case for this BPM 11g JDeveloper IDE PS5 bug.

Sample application (SimpleProcess.zip) contains BPM process with one basic Human Task activity:


When you create Human Task activity - execData object is available in Data Associations:


We can use various system variables from execData, for example taskId. We could assign it to the local process variable:


It works well, until you restart JDeveloper 11g PS5. After the restart - there is an error in Human Task:


As you can see - execData object is not found anymore in BPM process - too strange:



Viewing all articles
Browse latest Browse all 714

Trending Articles