Hi,
On behalf of Celanese,
I’m working on creating Data Workflows for a project that run transformations requiring specific credentials.
The credentials set in the Workflow Trigger can call the transformations, but they do not (and should not) have the same level of permissions as the credentials defined for the transformations themselves.
The issue I’m facing is that transformations are being executed in “current user” mode instead of “client credentials” mode which makes the transformation throw a missing capability error. Unfortunately, there’s no option to specify this behavior when setting up a Workflow Task.
Is there a way to overcome this limitation?