- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Storing Robot Credentials in CyberArk
- Storing Unattended Robot Passwords in Azure Key Vault (read only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read only)
- Storing Unattended Robot Credentials in AWS Secrets Manager (read only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- Configuring automation capabilities
- Solutions
- Audit
- Settings
- Cloud robots
- Folders Context
- Automations
- Processes
- Jobs
- Apps
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Business Rules
- Storage Buckets
- MCP Servers
- Indexes
- Orchestrator testing
- Resource Catalog Service
- Integrations
- Troubleshooting

Orchestrator user guide
- Jobs: you can check the list of jobs started by the trigger.
- History: you can check the list of all instances when the trigger failed to start jobs.
- Time: the timestamp when the trigger failed to create jobs.
- Failure type: the type of failure.
- Description: a brief description of the failure.
Potential error types
Check the following list of potential failure types and their description:
Missing license
Description: a valid license is required to start jobs.
Solution: to continue running jobs, make sure that you have a valid license.
Expired license
Description: the license has expired.
Solution: to continue running jobs, you need to renew your license.
Disabled - job failures
Description: the trigger was disabled due to at least two consecutive job failures.
Solution: you can configure this setting using the Disable when consecutive job execution fail count option when creating or editing a trigger.
Disabled - consecutive failures
Description: the trigger was disabled after failing to create jobs a specified number of times within a defined number of days.
Solution: by default, this occurs after 10 failures in 1 day. You can configure this threshold by using the Triggers - Disable when job creation fail count and Triggers - Grace period when job creation keeps failing count (days) fields in conjuction from the Tenant Settings page. For more information, check the Settings page.
Pending jobs
Description: there are already pending jobs.
Solution: make sure that the process execution is not faulty, causing the job to remain in the pending state. You can also review the list of pending jobs and reduce the number of jobs if needed. For more information, check the Managing Jobs page.
Trigger error
Description: the trigger failed to create jobs.
Partial job creation
Description: only some jobs out of the total number of requested ones were created because there were already some pending jobs.
Solution: make sure that the process execution is not faulty, causing the job to remain in the pending state. You can also review the list of pending jobs and reduce the number of jobs if needed. For more information, check the Managing Jobs page.
Test job not supported
Description: test automation jobs are not supported through standard jobs APIs.
Robot not found
Description: no robot was found in the folder to run this job.
Solution: make sure that a robot is provisioned in the target folder. For more information on how to create a setup that allows you to execute jobs in folders, check the Managing Robots page.
Unattended robot not found
Description: no user with an unattended robot was found.
Solution: make sure that a robot is assigned to a user in the folder. For more information on how to assign a robot, check the Managing Robots page.
Trigger disabled
Description: the trigger is not enabled.
Solution: select the More Actions button on the corresponding trigger,
and then Enable. An enabled time trigger is marked by the icon in front of
it. An enabled queue trigger is marked by the
in front of it.
No robot for user
Description: the user does not have a robot to trigger the event.
Solution: assign a robot to the user in the appropriate folder.
Process not found
Description: the process associated with the job could not be found.
- Check if the process is published.
- Check if the process is created. If the process exists as a package, you need to create a corresponding process within Orchestrator
- Check if the robot is connected and available in Orchestrator.
No machine available
Description: no compatible machine with runtimes was found.
- Machines are not busy.
- Machines have required licenses.
- Machines are properly configured for the job.
User has no robot
Description: the user does not have an assigned unattended robot.
Solution: assign an unattended robot to the user. For more information on how to assign a robot, check the Managing Robots page.
Missing robot credentials
Description: missing credentials for the unattended robot.
Solution: add credentials depending on the chosen authentication method. For more information on how robot credentials work, check the Robot Authentication With Client Credentials page.
Callback not enabled
Description: the trigger requires a callback that is not enabled.
Solution: go to the API trigger and enable the callback.
Bad trigger config
GET
method cannot
include a Content-Type
header of type form
or
json
.
Solution: adjust the trigger configuration to comply with HTTP method standards.
- Trigger details
- Trigger history
- Potential error types
- Missing license
- Expired license
- Disabled - job failures
- Disabled - consecutive failures
- Pending jobs
- Trigger error
- Partial job creation
- Test job not supported
- Robot not found
- Unattended robot not found
- Trigger disabled
- No robot for user
- Process not found
- No machine available
- User has no robot
- Missing robot credentials
- Callback not enabled
- Bad trigger config