How to Deploy the uipath workflow in orchestrator

my case is,

  1. I have completed the UiPath workflow.It gets username and password for login into the workflow by input dialog activity. Then pass those credentials to backend. Backend validates the credentials with jwt ,then generates the refreshtoken and access token.

2.By this access token i call another http method in UiPath workflow to get portal credentials from the backend.

3.At the end of the workfloe i push all the screenshots and pdf scrapped from the website by UiPath through api call.

  1. Those files are then displayed in my website.

  2. I want this workflow to be executed on every friday.

6.If i want it run on any time i need to execute it from my own website.

7.so that, i dont want enterprice version of UiPath. I want to achive this with the community edition.

so that , i want to deploy the workflow in orchestrator. Then trigger it from my website.

Can anyone guide me through that ??

waiting for answers…

but it is an attented workfloe because it gets login by inputdialog

To deploy it, simply click Publish and configure the process and triggers in Orchestrator. Keep in mind that you’ll need an Unattended Robot if you want to schedule the execution.

If your workflow is Attended, you can use the UiPath Assistant to run it manually.