NewJobInfo
Description
The structure represents an instance of the New Job entity.
Constructor
| Constructor | Description |
|---|---|
| NewJobInfo | Initializes a new instance of the NewJobInfo object model. |
Properties
| Property | Description |
|---|---|
| JobGuid | Gets the GUID value assigned to the job. |
| JobId | Gets the Id of the job. |
| ProcessId | Gets the assigned ProcessId during the job creation. |
| BotId | Gets the assigned BotId during the job creation. |
| WorkflowInstanceId | Gets the WorkflowInstanceId of the job. |
| WorkflowDocId | Gets the WorkflowDocId of the job. |
| StartedAt | Gets the Date&Time that indicates when the job execution started. |
| EndedOn | Gets the Date&Time that indicates when the job execution ended. |
| ExecStatus | Gets the execution status of the job. |
| Input | Gets the Input of the job. |
| Output | Gets the Output of the job. |
| LogLevel | Gets the log level of the job. |
| BotName | Gets the bot name. |
| ProcessName | Gets the process name assigned during the job creation. |
| InitiatorName | Gets the job initiator's name. |
| InitiatorType | Gets the job initiator's type. |
| ModifiedBy | Gets the username by whom the job got modified. |
| CreatedBy | Gets the username of the job creator. |
| Modified | Gets the Date&Time of the job is modified. |
| Created | Gets the creation Date&Time of the job. |
Remarks
Use the JobInfo object model to get information about the job.