Calling an integration with credentials of the user in a process
Content
Most of our integrations are built in ICS and then added to PCS integrations. However, in our process we have a "comment" activity that is built right in PCS and calls the post comment rest service. These work but always post as a static user (the weblogic user) because that is the user in our keystore. In the past I had it posting as the username of the person that last caused that activity to fire, but I cant seem to get it back to that state.
The REST call is not configured with a username or password. On activation if I associate the weblogic user with that rest call, then it posts as weblogic. If I do not associate an account with that rest call then the process suspends at that activity
1