Hi,
We are moving our auto activities from process builder to xCP 2.1.
Now, I went into trouble when i saw that xCP doesn't recognize IDfWorkItem automatically and i have to define its mapping in xCP. But i don't know how to do this as arg0 (Destination) has few parameters and I don't know how to resolve its reference from source. Please see below screen.

I have seen one ECN disucssion where below solution has been provided of this situation. But my issue is i didn't find IDfWorkitemEx class in any jar.
##################################################################
in XCP2 your class only should ( extends DfSingleDocbaseModule ) to be able to get session (IDfSession ) using
IDfSession session = getSession();
to get IDfWorkitem of current workflow , i have work around for this
1-create method take String called ( wItemId ) for example
2- you have to assign this variable value as attached image
3-from session you can get IDfWorkitem
IDfWorkitemEx workitemEx = (IDfWorkitemEx) session.getObject(wItemId);
Please help.
##################################################################
Please help me to resolve this deadlock.
Regards,
Rohit Madar