my case is,
- 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.
-
Those files are then displayed in my website.
-
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