Hi All,
We develop Azure Build & Release pipeline, which are connected with orchestrator. Unfortunately, we are not able to execute job from orchestrator.
UiPath Test package is running in endless loop.
UiPath Run Job task facing “Starting jobs for Test Automation processes is not supported through the standard jobs APIs” error.
Facing issue in code:
- task: UiPathTest@4
inputs:
testTarget: ‘TestProject’
orchestratorConnection: ‘UiPath Test Pipeline Connection’
folderName: ‘Shared’
Any suggestion.