Dear all,

I´m working on the creation of a Custom Service for my Master Thesis.
At the moment, I can´t solve an issue that occoured to me using the checkInWorkItem method.

The following line of code returns an error:

checkInWorkItem(wir.getID(), wir.getDataList(), getOutputData(wir.getTaskID(), result), yLog,_handle);

I think the problem is that the wir.getDataList() returns a org.jdom.Element when the checkInWorkItem requires a org.jdom2.Element.
Do you know how to solve this problem?

I´m a beginner with YAWL and Java so any help is really appreiated.
Thanks a lot!

Luigi