I am encountering the following error while calling the integration in a process model
com.appiancorp.connectedsystems.templateframework.functions.pipeline.proxyDecoratorPipeline.TemplateInvocationException: Contact the developer of this template to resolve the following issue. com.appiancorp.suiteapi.common.exceptions.InvalidUserException: [InvalidUserException]
Discussion posts and replies are publicly visible
Can you provide a bit more context? Did you check that the used user account is valid?
Yes, the user account is valid. We recently implemented a new enhancement: SSO. As a result, all users now have a UUID instead of the old username. However, in the process variables, we are receiving the UUIDs.
Hm ... when you call an integration, you typically use a service account which is not managed through SSO. I suggest to investigate in that direction.
Okay, Thanks. I will investigate further and come up with new inputs