cancel
Showing results for 
Search instead for 
Did you mean: 

Set "Started By" when initiating workflow from a technical user

carlonnheim
Participant
0 Kudos

Hi,

We are initiating workflows on Cloud Foundry using a technical user. This works fine after having enabled technical authentication, but the workflow instances are showing the Client ID of the technical user as the "Started By" on the workflow tile.

This is not only a cosmetic problem but also a security issue (we do not want these client ID's visible of course). What is the approach to set a proper "Started By" tag on technically initiated workflows? We have been trying payloads like this:

{
    "definitionId": "myworkflow",
    "startedBy": "Postman Pat",
    "context": {
        "MyContextField": "MyData" 
    }
}

But the inbox still gets the ClientID's as started by

Thanks

//Carl

View Entire Topic
FabienHenique
Participant
0 Kudos

Hello,

Do you know if this is possible with Build Process Automation?