Hi Everyone,
I'm currently using SAS Visual Investigator v10.8 on SAS Viya 3.5.
I've created a workflow template for an internal case entity that runs when a new case is created.
I'm trying to issue a rest call using the REST service node to obtain information about a related external entity (CLIENT). To achieve this, I'm using the following rest URL: /svi-datahub/documents/{entityTypeName}/{documentId}/{relationshipTypeName}.
When using my browser, I receive the expected response (a JSON object containing fields). However, when running the same request through a workflow, I receive the following error:
The service task "Get Related Case Data" failed. The remote call was unsuccessful. Contact your system administrator. Reason: You do not have permission to perform this action.
Can someone please tell me what I'm missing?
Thank you very much.
Mazi