Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

I am new to Workfusion RPA. I have created one business process from IDE and when I run manually it is working perfectly fine.

Now my question is 1. Can we export any executable file so that I can execute it from the command prompt? 2. Is there any way we can expose REST API for that business process so that I can call from any other application?.

please help in this Thank you in advance

1 Answer

0 votes
by (29.5k points)

One way to go about is by scheduling
the business process to continuously execute and read a file from directory, cloud storage or SharePoint and you can write rest service or script to change a flag in the file that way you can control the business process execution if the flag is false bp will end in next schedule again it will read the file

here's how you can work with rest API https://workfusion_deployment_hostname/workfusion/api/swagger-ui.html

Related questions

Browse Categories

...