PassingWorkItem owner value into workitemform

Which IIQ version are you inquiring about?

Version 8.3

Please share any images or screenshots, if relevant.


Share all details related to your problem, including any error messages you may have received.

Hello everyone,

I’ve been working on an usecase which involves passing “workItem-Owner” value into workItemForm in Approval step of business process.I tried adding Owner to Send and Return but it didn’t work could you please help me on this

Hi Lilith,
Did you also set workItemType to Form?

Yes Kamil i made workItemType as Form. My requirement is to fetch the owner value into the WorkItemForm

Hi @LohithHarish,

Do you have the owner’s name passed into a workflow variable?

if so, did you try using the script option to return the workflow variable that has the owner value?

If that doesn’t work try returning the identity object not the owner name (String). Try this Identity wkItemOwner = context.getObjectByName(Identity.class, "*WorkflowVariable where owner name is stored*");

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.