- Démarrage
- Meilleures pratiques
- Locataire
- À propos du contexte du locataire
- Recherche de ressources dans un locataire
- Gestion des Robots
- Connexion des Robots à Orchestrator
- Exemples de configurations
- Enregistrement des identifiants du Robot dans CyberArk
- Configuration des Robots Attended
- Configurer des robots Unattended
- Stockage des mots de passe d'Unattended Robot dans Azure Key Vault (lecture seule)
- Stockage des informations d'identification de l'Unattended Robot dans HashiCorp Vault (lecture seule)
- Suppression des sessions Unattended déconnectées et qui ne répondent pas
- Authentification du Robot
- Authentification du Robot avec les informations d'identification du client
- Authentification par carte à puce
- Audit
- Service de catalogue de ressources
- Contexte des dossiers
- Automatisations
- Processus (Processes)
- Tâches (Jobs)
- Déclencheurs (Triggers)
- Journaux (Logs)
- Surveillance
- Files d'attente (Queues)
- Actifs
- Compartiments de stockage
- Tests d'Orchestrator
- Autres configurations
- Intégrations
- Robots classiques
- Administration de l'hôte
- À propos du niveau de l’hôte
- Gestion des administrateurs système
- Gestion des locataires
- Configuration des notifications par e-mail du système
- Journaux d'audit pour le portail hôte
- Mode de Maintenance
- Administration de l'organisation
- Résolution des problèmes
Les états suivants peuvent être affectés aux tâches :
-
Pending - A job is in this state if it is queued on the same Robot or it is trying to establish a connection with the Robot (only different jobs on the same Robot can be queued). -
Running - A job is in this state if it has established a connection to the Robot which started executing the designated process. -
Successful - A job is in this state if it has been executed correctly by the Robot and it has finished running or has been stopped using the Stop button. -
Faulted - A job is in this state if it failed to start or the process threw an unhandled error during execution.Remarque :Les tâches défaillantes doivent être redémarrées manuellement.
-
Stopping - An intermediary state that is triggered if you click the Stop button in Orchestrator. The job is canceled as soon as it is safe. This can be implemented in a workflow using the Should Stop activity. -
Terminating - An intermediary state that is triggered if you click the Kill button in Orchestrator. By default, a cleanup background job runs once every three hours and transitions to Failed the jobs that have been in a Terminating state for at least one day. -
Suspended - An intermediary state that is triggered with the purpose of allowing user intervention or completion of an intermediary process. It is triggered by the corresponding activities in Studio. Details here. -
Repris : Un état intermédiaire qui est déclenché si les conditions (intervention de l'utilisateur, achèvement du processus intermédiaire) d'un workflow fragmenté ont été remplies. Il est déclenché par les activités correspondantes dans Studio. Vous trouverez plus de détails ici.
-
Stopped - A job is in this state if it stopped (by using the Kill button, or by canceling it from the system tray) before it finished executing without throwing any errors.
To view more information about all job executions, click the corresponding Details button. The Job Details window is displayed and enables you to view why a job faulted. Additionally, for unattended faulted jobs, if your process had the Enable Recording option switched on, you can also download the corresponding execution media and check the last moments of the execution before failure.