Hello,
We’re using the UiPath Cloud Orchestrator Community Edition, and we are trying to do a PoC for the management.
Currently, we made 2 processes to automate in the PoC, and we spent the whole day just figuring out how to get the [access_token] and the [service_instance_logical_name] to be able to run jobs from a standalone system that we are creating.
We don’t have much experience in this, and would need your expertise in this.
First, how can I make the [access_token] to be always valid, because I read in the article of ‘consuming-cloud-api’ that
Blockquote
The[access_token]
required for making API calls is valid for 24 hours. You have to regenerate[access_token]
and[id_token]
using your[refresh_token]
, otherwise you receive 401 status code.
Blockquote
How can I make it more than 1 day? And if it is not possible, how can I automatically generate it without the need of us going manually everyday to extract the [access_token]?
And if we move to Enterprise Edition, is it better than the cloud version?
Thanks