Specifying the candidate user for a Collibra task
Evening all
For a User Task, and using the main config menu option,
I am trying to place the correct value in the *** Candidate user…mma seperated*** attribute . I have tried a few options but no luck
most of the examples that I see use user(${startUser}), but I want it to be soneone other than the startUser
The user has the following details on the system
First Name: Robert
Last Name: Innes
UserName: [email protected] (made up for security reason, but I think you get the idea)
Resource : 61d8354a-fd5e-4aa6-8399-069b348b33fb
I would be obliged if someone could provide the exact value that I must use in the field mentioned
I have tried out the relative optiuon as per this documentation https://developer.collibra.com/workflows/workflow-documentation/Content/Workflows/ExecutionLogic/co_candidate-user-expressions.htm
but none of them worked, constanyly getting errors
user() did not work
user{string2Uuid(“5bdbf38d-9030-424b-a140-b37fcc5f2f9b”)} did not work
Thanks in advance for your help
Best Regards
Victor Morisset
·2 years ago · EditedHi,
You can use:
- user($username)
- group($groupname)
- role($rolename)
Do not use UUIDs, use the actual names :)