Job interface

The Job object.

Properties

callBackEndpoint

The callback endpoint.

id

The job id.

jobExecutionReport

Job execution report- Array of KeyValue pairs object.

resultMetaData

Array of KeyValue pairs.

reviewId

Review Id if one is created.

status

The status string (<Pending, Failed, Completed>).

teamName

The team name associated with the job.

type

Type of the content.

workflowId

The Id of the workflow.

Property Details

callBackEndpoint

The callback endpoint.

callBackEndpoint?: string

Property Value

string

id

The job id.

id?: string

Property Value

string

jobExecutionReport

Job execution report- Array of KeyValue pairs object.

jobExecutionReport?: JobExecutionReportDetails[]

Property Value

resultMetaData

Array of KeyValue pairs.

resultMetaData?: KeyValuePair[]

Property Value

reviewId

Review Id if one is created.

reviewId?: string

Property Value

string

status

The status string (<Pending, Failed, Completed>).

status?: string

Property Value

string

teamName

The team name associated with the job.

teamName?: string

Property Value

string

type

Type of the content.

type?: string

Property Value

string

workflowId

The Id of the workflow.

workflowId?: string

Property Value

string