Skip to main content

JobInfo

Description

The structure represents an instance of the Job entity.

Constructor

ConstructorDescription
JobInfoInitializes a new instance of the JobInfo object model.

Properties

PropertyDescription
JobGuidGets the GUID value assigned to the job.
JobIdGets the Id of the job.
ProcessIdGets the assigned ProcessId during the job creation.
BotIdGets the assigned BotId during the job creation.
WorkflowInstanceIdGets the WorkflowInstanceId of the job.
WorkflowDocIdGets the WorkflowDocId of the job.
StartedAtGets the Date&Time that indicates when the job execution started.
AssignedAtGets the Date&Time that indicates when the job is assigned.
EndedOnGets the Date&Time that indicates when the job execution ended.
ExecStatusGets the execution status of the job.
InputGets the Input of the job.
OutputGets the Output of the job.
LogLevelGets the log level of the job.
BotNameGets the bot name.
ProcessNameGets the process name assigned during the job creation.
InitiatorNameGets the job initiator's name.
InitiatorTypeGets the job initiator's type.
ModifiedByGets the username by whom the job was modified.
CreatedByGets the username of the job creator.
ModifiedGets the modified Timestamp of the job.
CreatedGets the created Timestamp of the job.

Remarks

Use the JobInfo object model to get information about the job.