Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Accessing WorkPackage
Ponpriya_balawubramanian
I am trying to access the WorkPackage of the Workflow using the following code (VB.net):Dim WorkPackageWorkPackage = New LLValue().setTable()wf.AccessWorkPackage(dataID, dataID, WorkPackage)but getting exceptionLLIllegalOperationException "get(name) not implemented for this datatype"I have retrieved the WorkPackage using the following codeWorkPackage = Map.toValue("WORK_PACKAGES")but why AccessWorkPackage() is throughing exception?
Find more posts tagged with
Comments
There are no comments yet