cancel
Showing results for 
Search instead for 
Did you mean: 

automation process did not worked after deployment

vedika11
Explorer

Tutorials: https://developers.sap.com/tutorials/spa-dox-run-process.html
--------------------------
Hi, I have followed the above blog but was facing issue after deployment my automation didn't started!

can anyone help me with this?

View Entire Topic
maheshpalavalli
Active Contributor
0 Kudos

There is no error I can see from the screenshots. It says that the automation has started. Can you go and check the details of the automation in the "Automation Jobs" tile? I guess that it was not able to find the agents to execute this automation. you can see the logs for this, and you can also change the mode of your agent to "Unattended mode" if you haven't already.

vedika11
Explorer

thank you it's working but why do we need to change the agent modes? some of my automations were working fine without any mode change and why it's not automatically changing the modes when we run any process.

maheshpalavalli
Active Contributor

vedika11, as the automation is triggered from the workflow/business process, it will run in UnAttended mode. So you need to change your agent mode to Unattended. If you are running/triggering the automation directly it is in attended mode.

vedika11
Explorer
0 Kudos

Thanks for Your time adn Guidance