Current user

1
0
-1

How can i get my current user information in connector implementation?

Comments

Submitted by ttoine on Thu, 03/27/2014 - 10:21

Hello, your question is really too short. Could you please edit it and add details about what you want to achieve ?

1 answer

1
0
-1

Hi,

more details would help but I suppose that you mean how to access information about User in a connector execution when this connector is executed on a form or on a User Task.

In this case, you need to mofidy the connector definition in order to get the user id as input parameter.
You will be able to acces information on User using loggedUserId or taskAssigneeId from a script on action in form. You can store it in a data and then use this data as input of your connector.

regards,

Notifications