Run your Robocloud Processes in Python3.
The client connects to the Robocorp process API.
Requirement: In order to use the Robocorp Process API a paid plan is needed
In order to connect to your Robocorp account create a .env file in your project and include the following information: ''
AUTHORIZATION-TOKEN-ROBOCLOUD = 'RC-WSKEY xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
PROCESSID-ROBOCLOUD = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
WORKSPACEID-ROBOCLOUD = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
RoboClient = robocloudClient.client()
State = RoboClient.startProcess()
print(State)
*Note: At the moment each process in Robocloud consist one RF-Task, so it returns the State of one work-item.