When i am executing my process from studio it’s running well but the same process when i am executing from orchestrator its executing but after executing the host identity is changed to NT Authority\Local Service.
???
When i am executing my process from studio it’s running well but the same process when i am executing from orchestrator its executing but after executing the host identity is changed to NT Authority\Local Service.
???
Any resolution found for this? Kindly let us know
This is because you might have created a background process and uses any interactive activity in the workflow. Probably you can create a simple process or do not use any interactive activity within the workflow.
Thanks
Removing background process setting worked for me. Thank you.