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
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Sep 18 '19, 2:17 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER 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). |