JobInfo
Description
The structure represents an instance of the Job entity.
Constructor
Constructor | Description |
---|---|
JobInfo | Initializes a new instance of the JobInfo 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. |
AssignedAt | Gets the Date&Time that indicates when the job is assigned. |
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 was modified. |
CreatedBy | Gets the username of the job creator. |
Modified | Gets the modified Timestamp of the job. |
Created | Gets the created Timestamp of the job. |
Remarks
Use the JobInfo object model to get information about the job.