Current user

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

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,

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