作业可以具有以下状态:
-
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.备注:出现故障的作业必须手动重新启动。
-
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 Faulted 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. -
继续- 满足分段工作流的条件(用户干预、中间流程完成)时触发中间状态。由 Studio 中的相应活动触发。详情请参阅此处。
-
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.
要查看有关所有作业执行的更多信息,请单击相应的“详细信息”按钮。系统将显示“作业详细信息”窗口,您可以在其中查看作业发生故障的原因。对于 Unattended 故障作业,如果您的流程启用了“启用记录”选项,则可以下载相应的执行介质,以查看失败之前执行的最后时刻。