Symantec IGA

 View Only
  • 1.  Workflow API- Create User objects

    Posted Jun 26, 2014 06:57 AM

    I am trying to write a custom participant resolver.

     

    I want to add a few static users to a vector of approvers. How can we create a com.netegrity.llsdk6.imsapi.managedobject.User object?

     

    Would be really grateful for any help.

     

    Thank you.



  • 2.  Re: Workflow API- Create User objects
    Best Answer

    Posted Jun 26, 2014 12:50 PM

    I found the resolution.

     

    I called the getUserProvider method from ParticipantResolverContext object. Then called findUser method using getUserprovider object.