Hi All,
I need help on the below scenario :
I have a workflow which moves the files from one location to another in the workarea.
WFT is is calling a IPL file using external task and ipl file is calling a java program which actually writes to the new location.
The problem statement is : java program creates Client with CS factory ( client is created using service account ) using some user account and password.
so the moved files says it has been modified by service account instead of the user name ( Ldap users)
is there any way to make the program as user run program / user impersoanation...
Is there any i can get the seesion or context from the External task and pass it to java program to use it ?
Any suggestion would be a great help.