Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to change 'Started By' field value in SAP BPA process Instance

UserAny
Explorer
0 Kudos
850

started by.JPG

 

Hello Expertsm

In the above screenshot Started By comes default as the workflow destination users name. I want to change it to the actual user name. How can I achieve this?

SAP Build Process Automation 

3 REPLIES 3

JimSpath
SAP Champion
SAP Champion
0 Kudos
812

You have posted in the Welcome Corner, which may not be the best place for your topic. Can you try here: https://community.sap.com/t5/sap-builders-discussions/bd-p/buildersforum-board

The Welcome Corner is more of a hello world than a help desk.

0 Kudos
801

Hi @JimSpath 

Thanks for the info. I have now posted this question on the board suggested by you. 

Regards,

Karthika

vbalko-claimate
Contributor
0 Kudos
608

This is because you used authentication by client credentials (aka as technical user) created in service key of process automation service. If you want to have name of the user there, you have to call the POST endpoint of WF API through different authentication process - eg. SSO or SAML Bearer or User token exchange or others. You can find more here or here