Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Initial user selection

Avatar

Former Community Member
Hi,

To assigning tasks using an XPath expression, what value should be included? I tried with process variable that contain user ID like 'apink', not working. The document specify using the (GUID) global unique identifier of a user profile or group profile or user login. How to get the GUID?



Thank you.
3 Replies

Avatar

Level 10
You could query the refprincipalid of the edcprincipaluserentity table in the database. Something like



select refprincipalid from edcprincipaluserentity where uidstring = 'apink'



Jasmin

Avatar

Former Community Member
Thanks Jasmine, Is there any other way? Is there any service component or API call available?