Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello everyone,
I'm trying to add a function to the Workflow Domain.
The function must be call an external Java class, defined at path ext.internal.WorkItemFunctions, that search for all WorkItem defined for a persistence object (eg WTPart).
In the Method server i receive this error (and my function is not visible at browser level 😞
2022-03-07 17:58:35,605 ERROR [ajp-nio-127.0.0.1-8010-exec-1] com.ptc.odata.core.entity.operation.AbstractOperationContainerConfig orgadmin - operation doesn't have binding parameter
Name = WorkItemByObject [FunctionPropertyConfig={"isComposable":false,"name":"WorkItemByObject","description":"Return Work Item by object OID","parameters":[{"isNullable":false,"name":"ObjectId","isCollection":false,"type":"String"}],"returnType":{"isCollection":true,"type":"String"}}].
Attached the js, json and java class implemented.
Thank you