Hi everyone,
I have a frontend portal which helps send an API call to UiPath Orchestrator to trigger a job (to trigger one process) for an unattended robot. If multiple API calls are triggered at the same time:
- Will there be multiple jobs triggered for the same robot? Meaning to say that the first API call will trigger the job to be running while the other API calls will trigger the same job to be in pending state
or
- Will there only be one job triggered? Should it be this case, is there any workaround to queue the same job multiple times?
Thanks.