Role handle in Workflow

We use a Gateway (Exclusive) to determine the pathway within a workflow. At the moment, the gateway is using a hard-coded userID value that equates to a specific user. I’d prefer that we use the user’s role handle. Is this possible?

The business use case is that in Production, the workflow follows path A, but in our automated testing environment, it follows a shortened path B. The user for testing has a specific role.

Hi Mark,

I believe you would be able to achieve all this using the Roles Workflow function. Please see the link to the docs.

I hope this helps :slight_smile:

1 Like

More accurately this one where you pass in the userID and get out their roles.