2024 Feb 23 7:02 AM
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?
2024 Feb 23 12:35 PM
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.
2024 Feb 23 2:41 PM
Hi @JimSpath
Thanks for the info. I have now posted this question on the board suggested by you.
Regards,
Karthika
2024 Mar 28 7:52 AM
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