serializeVariableAndParameterValues issue
int[] arrayWi = templateService.instantiateTemplate(WORKITEM_TEMPLATE_ID, WorkItemTemplateSerializable.serializeVariableAndParameterValues(workItemTemplateVariables, null), workItem.getProjectArea());
Hi Friends,
I'm trying instantiate a template, but the method serializeVariableAndParameterValues, dont work fine and my script goes into an infinite loop.
I appreciate any help
Regards
One answer
Consider the answer in https://jazz.net/forum/questions/265313/how-can-i-use-iworkitemtemplateserviceinstantiatetemplate/265522 and try to setup the RTC SDK in order to be able to debug what happens (and what should happen).